[mew-dist 23640] Re: format strings
Tatsuya Kinoshita
tats at example.com
2003年 5月 13日 (火) 19:42:36 JST
On May 13, 2003, [mew-dist 23639],
Kazu Yamamoto <kazu at example.com> wrote:
> > message()やerror()で、最初の引数がformat stringであることをもっと
> > 意識するようにしてみました。
>
> マージしました。
mew-complete.elのパッチ、間違ってました。(thanks Murataさん)
-- tats
This patch is written by Tatsuya Kinoshita. Copyright is disclaimed.
--- mew-complete.el 2003/01/16 11:03:29 1.59
+++ mew-complete.el 2003/05/13 10:40:32
@@ -533,9 +533,10 @@
(mew-complete-window-show all)
(if (and (mew-characterp EXPAND-CHAR) (funcall fhit cmp ALIST))
(message
+ "To expand '%s', type '%c' then '%s'."
+ cmp EXPAND-CHAR
(substitute-command-keys
- "To expand '%s', type '%c' then '\\<mew-draft-header-map>\\[mew-draft-header-comp]'.")
- cmp EXPAND-CHAR)))
+ "\\<mew-draft-header-map>\\[mew-draft-header-comp]"))))
;; no candidate
(t
(insert WORD)
Mew-dist メーリングリストの案内