tramp-checkins
[Top][All Lists]
Advanced

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

[Tramp-checkins] tramp/lisp ChangeLog tramp.el


From: Kai Großjohann
Subject: [Tramp-checkins] tramp/lisp ChangeLog tramp.el
Date: Mon, 09 Sep 2002 12:52:07 -0400

CVSROOT:        /cvsroot/tramp
Module name:    tramp
Changes by:     Kai Großjohann <address@hidden> 02/09/09 12:52:07

Modified files:
        lisp           : ChangeLog tramp.el 

Log message:
        (tramp-encoding-shell): Renamed from tramp-sh-program.  More
        documentation.  Default to cmd.exe on Windows NT.
        (tramp-encoding-command-switch): New variable.  Use instead of
        hard-wired "-c" which is only good for /bin/sh.
        (tramp-encoding-reads-stdin): New variable.  If t, commands are
        called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
        like "/bin/sh -c COMMAND INPUT", ie the input file is the last
        argument.
        (tramp-multi-sh-program): Always default to tramp-encoding-shell.
        (tramp-handle-file-local-copy, tramp-handle-write-region): Respect
        tramp-encoding-shell and friends.
        (tramp-find-inline-encoding): Use new-style calls for checking if
        the local commands work.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/ChangeLog.diff?tr1=2.192&tr2=2.193&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/tramp.el.diff?tr1=2.201&tr2=2.202&r1=text&r2=text





reply via email to

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