[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rlogin patch for global option flags
From: |
Thien-Thi Nguyen |
Subject: |
Re: Rlogin patch for global option flags |
Date: |
01 May 2005 22:53:04 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Michael Mauger <address@hidden> writes:
> Yes, I tried that.
ok, thanks for the clarification and for the original suggestion.
i have installed a change to rlogin.el:
* net/rlogin.el (rlogin-parse-words): Delete func.
(rlogin): Use split-string, not rlogin-parse-words.
Also, if there are option-like elements in the parsed args,
take the host to be the first arg immediately following them.
Suggested by Michael Mauger.
(i took inspiration from the patch you posted, but did not use it
directly.)
thi