[Mew-dist 2660] Re: xemacs and sym-linked folder
Kazu Yamamoto ( 山本和彦 )
Kazu at example.com
1997年 10月 23日 (木) 15:21:15 JST
From: Hiroaki Matsui <matu at example.com>
Subject: [Mew-dist 2657] Re: xemacs and sym-linked folder
Date: Thu, 23 Oct 1997 15:03:08 +0900 (JST)
> とエラーになり、folder の補完が出来ません。
うむ。これでどうでしょう?
--かず
*** mew.el.orig Thu Oct 23 15:18:11 1997
--- mew.el Thu Oct 23 15:19:28 1997
***************
*** 789,796 ****
(forward-line)
(setq folder (mew-buffer-substring start (1- (point))))
(if (and (car folders)
! (string-match (concat "^" (file-name-as-directory
! (car folders)))
folder))
;; regexp-quote is not necessary since not "+".
(setq folders
--- 789,797 ----
(forward-line)
(setq folder (mew-buffer-substring start (1- (point))))
(if (and (car folders)
! (string-match (concat "^" (regexp-quote
! (file-name-as-directory
! (car folders))))
folder))
;; regexp-quote is not necessary since not "+".
(setq folders
Mew-dist メーリングリストの案内