From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Feature freeze and Tramp? Date: Sat, 8 May 2004 20:40:29 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405090140.i491eTW28920@raven.dms.auburn.edu> References: <87zn8qlleb.fsf@emptyhost.emptydomain.de> <87d65gj5j2.fsf@emptyhost.emptydomain.de> <200405080234.i482YKE24109@raven.dms.auburn.edu> <87wu3n4380.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084067604 25992 80.91.224.253 (9 May 2004 01:53:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 May 2004 01:53:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 09 03:53:15 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMdVD-0002MA-00 for ; Sun, 09 May 2004 03:53:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMdVD-0002pM-00 for ; Sun, 09 May 2004 03:53:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMdNF-0000a9-V2 for emacs-devel@quimby.gnus.org; Sat, 08 May 2004 21:45:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMdNA-0000Yk-DW for emacs-devel@gnu.org; Sat, 08 May 2004 21:44:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMdMe-0000GH-5R for emacs-devel@gnu.org; Sat, 08 May 2004 21:44:55 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMdMd-0000DV-IN for emacs-devel@gnu.org; Sat, 08 May 2004 21:44:23 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i491iBTS007922; Sat, 8 May 2004 20:44:11 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i491eTW28920; Sat, 8 May 2004 20:40:29 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: kai@emptydomain.de In-reply-to: <87wu3n4380.fsf@emptyhost.emptydomain.de> (message from Kai Grossjohann on Sat, 08 May 2004 12:34:23 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22962 Kai Grossjohann wrote: If you (setq tramp-debug-buffer t) then you can see in the *debug tramp/foo* buffer whether or not Tramp sends the line to the remote end. Could you please check this? Tramp _does_ send that line. Could you also check whether the command needs to be changed for your case to have the desired effect? My original report concerned a remote machine running Solaris2.8. I now tried it on a remote machine running GNU/Linux and there tramp only inserted the 3 lines: unset correct unset autocorrect exec env 'ENV=' 'PS1=$ ' /bin/sh in .bash_history, which is still somewhat of a nuisance, but less than hundreds, as happens on Solaris2.8. A ~/.tramp_history file gets created on GNU/Linux, but not on Solaris2.8. I checked that running: HISTFILE=~/nosuchfile echo aha will work (that is, create ~/nosuchfile and use it) on GNU/Linux, whether you use sh or bash. On Solaris2.8 it works if you use bash, but not if you use sh. _Maybe_ this can be considered to actually be a bug in the Solaris2.8 version of sh, but I am not sure about that. Sincerely, Luc.