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 18:58:21 -0400 Message-ID: References: <20050429210709.25347.qmail@web60316.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 1114988202 4347 80.91.229.2 (1 May 2005 22:56:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 22:56:42 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 02 00:56:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSNMd-0002CP-5w for ged-emacs-devel@m.gmane.org; Mon, 02 May 2005 00:56:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSNTP-0005os-Gc for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 19:03:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSNQb-0003Hs-L7 for emacs-devel@gnu.org; Sun, 01 May 2005 19:00:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSNQX-0003CX-4M for emacs-devel@gnu.org; Sun, 01 May 2005 19:00:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSNQV-00037k-FR for emacs-devel@gnu.org; Sun, 01 May 2005 19:00:39 -0400 Original-Received: from [207.245.121.136] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSNSW-0007be-AD for emacs-devel@gnu.org; Sun, 01 May 2005 19:02:44 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1DSNOH-00028B-Kn; Sun, 01 May 2005 18:58:21 -0400 Original-To: Michael Mauger In-Reply-To: <20050429210709.25347.qmail@web60316.mail.yahoo.com> Original-Lines: 10 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:36570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36570 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'? thi