[Mew-dist 14069] Re: b57
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2000年 9月 5日 (火) 17:30:08 JST
From: Tomoyuki Murakami <tomoyuki at example.com>
Subject: [Mew-dist 14064] Re: b57
> なのですが、
> POP/SSHの場合に私も同様のエラーで怒られました。今は姑息に
> 以下のようにして逃げています。
すいません。b57 オリジナルにこちらを当てて下さい。
--かず
-------------- next part --------------
Index: mew-ssh.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-ssh.el,v
retrieving revision 1.38
diff -c -r1.38 mew-ssh.el
*** mew-ssh.el 2000/09/01 06:46:57 1.38
--- mew-ssh.el 2000/09/05 08:37:12
***************
*** 65,71 ****
(defmacro mew-ssh-pnm-to-lport (pnm)
(` (if (string-match "/\\([0-9]+\\)$" (, pnm))
! (string-to-int (mew-match 1 (, pnm))))))
;; user at example.com port should be used here.
;; However, SSH doesn't symbolic port name "ssh" for the "-p" option
--- 65,71 ----
(defmacro mew-ssh-pnm-to-lport (pnm)
(` (if (string-match "/\\([0-9]+\\)$" (, pnm))
! (mew-match 1 (, pnm)))))
;; user at example.com port should be used here.
;; However, SSH doesn't symbolic port name "ssh" for the "-p" option
Mew-dist メーリングリストの案内