[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: weather.el
- To: bep@argv.org
- Subject: Re: weather.el
- From: Mitsugu SAKAMOTO <mitsugu@argv.org>
- Date: Sun, 06 May 2001 23:09:20 +0900 (jst)
- Delivered-To: mailing list bep@argv.org
- Mailing-List: contact bep-help@argv.org; run by ezmlm
- Organization: Accessibility Research Group for the Visually impaired
坂本です。
At Sun, 06 May 2001 21:40:45 +0900,
Reiko TAKAHASHI <HFC03614@...> (高橋玲子) wrote:
> .emacsにweather関係の行を追加して、summary modeで大文字のAをしても、
> new file
> と言われ、カーンと言って、draft with citationができないんです(昼間と同じ)
> ;;; Weather
> (autoload 'weather-from-http "weather" "Weather" t)
> (autoload 'weather-insert-header "weather" "Weather" t)
> (add-hook 'mew-draft-mode-hook '(lambda ()
> (weather-insert-header "東京地方")))
>
> になっています。
> どこかおかしいですか?
この部分は多分おかしくないと思います。
きっとそれより上とかで変になってるのかと思うのですが。
;;;どこかいじりました?
--- Mitsugu