[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:01700] Re: 月をまたがった表示



From: tsuru@xxxxxxxxxxxxxxxxxxxxx <tsuru@xxxxxxxxxxxxxxxxxxxxx> さん曰く
Subject: [mhc:01699] 月をまたがった表示
Message-ID: <20021028.221309.49419684.tsuru@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Oct 2002 22:13:09 +0900 (JST)

> 最近 MHC(mhc-current-snap20020710) を使い始めたのですが、
> 月末から翌月最初の部分の予定の見通し(?)が悪いような気がします。

mhc-use-wide-scope という変数があって、

(defcustom mhc-use-wide-scope nil
  "*Wide scope method in summary mode."
  :group 'mhc
  :type '(radio (const :tag "No use" nil)
		(const :tag "Complete week scope" 'week)
		(const :tag "Wide week scope" 'wide)
		(integer :tag "Scope wide size (>=0)" 3)))

という内容です。

(setq mhc-use-wide-scope 'week)
(setq mhc-use-wide-scope 'wide)
(setq mhc-use-wide-scope 5)

とか設定してみて、お好みのものを選んでください。

-- 
白井秀行 (mailto:shirai@xxxxxxxxxxxxx)

## README、README、README