[Mew-dist 1935] 'mew-ext-url
OKUNISHI Fujikazu
fuji0924 at example.com
1997年 9月 9日 (火) 00:25:06 JST
'mew-ext-url で
> To show this URL, type C-c C-e.
となり、C-cC-e を打つというのは *かなり意識的な* 行為であるにも関わ
らず
> "Gain access to %s ?"
と確認を求められるのは欝陶しく感じます。いかがでしょうか?
というわけで、パッチです。
--
(ふ)
--- mew-ext.el.orig Tue Aug 26 09:56:02 1997
+++ mew-ext.el Tue Sep 09 00:20:52 1997
@@ -469,7 +469,8 @@
"\n"
(format "URL:\t\t%s\n" url))
(if size (insert (format "SIZE:\t%s bytes\n" size)))
- (if (and execute (mew-y-or-n-p "Gain access to %s ?" url))
+; (if (and execute (mew-y-or-n-p "Gain access to %s ?" url))
+ (if execute
(cond
((equal mew-ext-prog-url "w3")
(require 'w3)
Mew-dist メーリングリストの案内