emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/tramp.el


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Sun, 30 Oct 2005 14:58:44 -0500

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.82 emacs/lisp/net/tramp.el:1.83
*** emacs/lisp/net/tramp.el:1.82        Fri Oct 28 16:23:26 2005
--- emacs/lisp/net/tramp.el     Sun Oct 30 19:58:40 2005
***************
*** 1358,1363 ****
--- 1358,1366 ----
    (when (and (not (featurep 'xemacs))
             (memq system-type '(hpux)))
      500)
+ ;; Parentheses in docstring starting at beginning of line are escaped.
+ ;; Fontification is messed up when
+ ;; `open-paren-in-column-0-is-defun-start' set to t.
    "*If non-nil, chunksize for sending input to local process.
  It is necessary only on systems which have a buggy `process-send-string'
  implementation.  The necessity, whether this variable must be set, can be
***************
*** 1392,1398 ****
          (sit-for 30))))
  
  In the Emacs normally running Tramp, evaluate the above code
! (replace \"xxx\" and \"yyy\" by the remote user and host name,
  respectively).  You can do this, for example, by pasting it into
  the `*scratch*' buffer and then hitting C-j with the cursor after the
  last closing parenthesis.  Note that it works only if you have configured
--- 1395,1401 ----
          (sit-for 30))))
  
  In the Emacs normally running Tramp, evaluate the above code
! \(replace \"xxx\" and \"yyy\" by the remote user and host name,
  respectively).  You can do this, for example, by pasting it into
  the `*scratch*' buffer and then hitting C-j with the cursor after the
  last closing parenthesis.  Note that it works only if you have configured
***************
*** 1409,1415 ****
  
  When it is necessary to set `tramp-chunksize', you might consider to
  use an out-of-the-band method (like \"scp\") instead of an internal one
! (like \"ssh\"), because setting `tramp-chunksize' to non-nil decreases
  performance.
  
  Please raise a bug report via \"M-x tramp-bug\" if your system needs
--- 1412,1418 ----
  
  When it is necessary to set `tramp-chunksize', you might consider to
  use an out-of-the-band method (like \"scp\") instead of an internal one
! \(like \"ssh\"), because setting `tramp-chunksize' to non-nil decreases
  performance.
  
  Please raise a bug report via \"M-x tramp-bug\" if your system needs




reply via email to

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