[Mew-dist 14064] Re: b57
Tomoyuki Murakami
tomoyuki at example.com
2000年 9月 5日 (火) 01:04:43 JST
>>> In [Mew-dist 14061] Re: b57
>>> Kazu Yamamoto (山本和彦) <kazu at example.com> wrote:
kazu> port には文字列を指定して下さい。(e.g. "25")
なのですが、
POP/SSHの場合に私も同様のエラーで怒られました。今は姑息に
以下のようにして逃げています。
--- mew-pop.el.orig Mon Sep 4 18:08:36 2000
+++ mew-pop.el Tue Sep 5 00:45:22 2000
@@ -187,7 +187,7 @@
(if (null sshpro)
()
(setq sshname (process-name sshpro))
- (setq lport (mew-ssh-pnm-to-lport sshname))
+ (setq lport (format "%s" (mew-ssh-pnm-to-lport sshname)))
(if lport (setq process (mew-pop-open pnm "localhost"
lport)))))
(cond
(process
Mew-dist メーリングリストの案内