From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Mauger Newsgroups: gmane.emacs.devel Subject: Re: Rlogin patch for global option flags Date: Sun, 1 May 2005 17:18:52 -0700 (PDT) Message-ID: <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 1114993952 18743 80.91.229.2 (2 May 2005 00:32:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 May 2005 00:32:32 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 02 02:32:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSOrK-0001yo-Au for ged-emacs-devel@m.gmane.org; Mon, 02 May 2005 02:32:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSOrh-0002Pe-NI for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 20:32:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSOqv-00020V-0v for emacs-devel@gnu.org; Sun, 01 May 2005 20:32:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSOqr-0001zD-Sk for emacs-devel@gnu.org; Sun, 01 May 2005 20:31:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSOqr-0001xE-PK for emacs-devel@gnu.org; Sun, 01 May 2005 20:31:57 -0400 Original-Received: from [209.73.178.130] (helo=web60322.mail.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1DSOot-0004gO-AS for emacs-devel@gnu.org; Sun, 01 May 2005 20:29:55 -0400 Original-Received: (qmail 67630 invoked by uid 60001); 2 May 2005 00:18:52 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=fhAyvIvR7zFUcCPQ3/flmMv0rjyLcHHwG7dyqz8Vje96BV5vKpU2/YgdlneRLQMY2fLMc71mSbd1cgjWn7DUiUQMJ9dbc9QAMKvXpZAhp6XHb2BUFKHVb8DkrvQ7nLRd5mU971Z2X0XO5SGwKOfYZxSFc0EU3BnLwV8yUAa5sFU= ; Original-Received: from [24.62.26.23] by web60322.mail.yahoo.com via HTTP; Sun, 01 May 2005 17:18:52 PDT Original-To: Thien-Thi Nguyen In-Reply-To: 6667 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:36579 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36579 --- Thien-Thi Nguyen wrote: > Michael Mauger writes: > > > needs the option `-tt' prior to the host name to open the > > connection correctly. > > is the "prior to the host name" a hard requirement? > > have you tried using `rlogin-explicit-args'? > Yes, I tried that. Unfortunately, they are appended to the end of the command line, rather than the beginning. I was nervous about changing that because it could break existing usage.