From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Rlogin patch for global option flags Date: 01 May 2005 22:53:04 -0400 Message-ID: References: <20050502001852.67628.qmail@web60322.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115062746 2988 80.91.229.2 (2 May 2005 19:39:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 May 2005 19:39:06 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 02 21:39:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSgjv-0002V6-Jf for ged-emacs-devel@m.gmane.org; Mon, 02 May 2005 21:38:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSgqt-0005fF-2i for ged-emacs-devel@m.gmane.org; Mon, 02 May 2005 15:45:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSfKu-0008QR-8U for emacs-devel@gnu.org; Mon, 02 May 2005 14:08:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSfKm-0008Oi-Pc for emacs-devel@gnu.org; Mon, 02 May 2005 14:07:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSfJZ-0007nC-Dz for emacs-devel@gnu.org; Mon, 02 May 2005 14:06:41 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSfHA-0001Bt-Pl for emacs-devel@gnu.org; Mon, 02 May 2005 14:04:12 -0400 Original-Received: from [207.245.121.136] (helo=mail.agora-net.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1DSR7R-0003W5-VY for emacs-devel@gnu.org; Sun, 01 May 2005 22:57:14 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1DSR3Q-0004XW-Ri; Sun, 01 May 2005 22:53:04 -0400 Original-To: Michael Mauger In-Reply-To: <20050502001852.67628.qmail@web60322.mail.yahoo.com> Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36596 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36596 Michael Mauger 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