[mew-win32 04254] Re: mew-browse-url-mailto

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
2005年 5月 31日 (火) 12:15:58 JST


From: Motohiko Minakuchi <zxcv3794 at example.com> さん曰く
Subject: [mew-win32 04253] Re: mew-browse-url-mailto
Message-ID: <20050530.230747.132851905.zxcv3794 at example.com>
Date: Mon, 30 May 2005 23:07:47 +0900 (JST)

> 設定ですが、 .emacs に以下を追加するだけでは不足で、その前に (require
> 'thingatpt) が必要でした。 そういうものなんでしょうか?

そうですね。thing-at-point は autoload されているので、実際必要
となるときまで、thingatpt.elc は load されません。なので、それま
では、thing-at-point-url-path-regexp が未定義のまま、ということ
です。

> > (setq thing-at-point-url-regexp
> >   (concat
> >    "\\<\\(https?://\\|ftp://\\|gopher://\\|telnet://\\|wais://\\|file:/\\|s?news:\\|mailto:\\|notes:///\\)"
> >    thing-at-point-url-path-regexp))

(eval-after-load "thingatpt"
  `(progn
     (setq thing-at-point-url-regexp
	   (concat
	    "\\<\\(https?://\\|ftp: ...."
	    thing-at-point-url-path-regexp))))

な書き方もできます。

> それから、Mewのメッセージバッファでこれを URLとしてハイライトさせるこ
> とはできるんでしょうか?

See. mew-regex-url です。

-- 
白井秀行 (mailto:shirai at example.com)



Mew-win32 メーリングリストの案内