emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature freeze and Tramp?


From: Luc Teirlinck
Subject: Re: Feature freeze and Tramp?
Date: Tue, 11 May 2004 19:53:33 -0500 (CDT)

There was a small typo in my previous patch:

--- 5621,5629 ----
                                     "stty -onlcr"))))
    (erase-buffer)
    (tramp-message
!    9 "Waiting 30s for `export HISTFILE=$HOME/.tramp_history HISTSIZE=1; 
export HISTFILE; export HISTSIZE'")

That leading `export' in the `tramp-message' should not be there and
there should be a semicolon after .tramp-history.  These typos
occurred only in the message however, the actual command sent was
correct.

Corrected version:

===File ~/tramp-diff========================================
*** tramp.el    07 May 2004 18:33:46 -0500      1.43
--- tramp.el    11 May 2004 19:32:58 -0500      
***************
*** 5621,5629 ****
                                     "stty -onlcr"))))
    (erase-buffer)
    (tramp-message
!    9 "Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1'")
    (tramp-send-command-internal multi-method method user host
!                              "HISTFILE=$HOME/.tramp_history; HISTSIZE=1")
    (erase-buffer)
    (tramp-message 9 "Waiting 30s for `set +o vi +o emacs'")
    (tramp-send-command-internal multi-method method user host
--- 5621,5629 ----
                                     "stty -onlcr"))))
    (erase-buffer)
    (tramp-message
!    9 "Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1; export 
HISTFILE; export HISTSIZE'")
    (tramp-send-command-internal multi-method method user host
!                              "HISTFILE=$HOME/.tramp_history; HISTSIZE=1; 
export HISTFILE; export HISTSIZE")
    (erase-buffer)
    (tramp-message 9 "Waiting 30s for `set +o vi +o emacs'")
    (tramp-send-command-internal multi-method method user host
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]