# HG changeset patch # User Michael Albinus # Date 1130702320 0 # Node ID 742e40a6bf3cf04256651e4a14ff1c67a9ee1c90 # Parent 232f770dbf0fd038bfdda80db7e0a21eac994099 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring starting at beginning of line. Fontification is messed up when `open-paren-in-column-0-is-defun-start' set to t. Reported by John Paul Wallington . diff -r 232f770dbf0f -r 742e40a6bf3c lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 30 16:42:48 2005 +0000 +++ b/lisp/ChangeLog Sun Oct 30 19:58:40 2005 +0000 @@ -1,3 +1,10 @@ +2005-10-30 Michael Albinus + + * net/tramp.el (tramp-chunksize): Escape parentheses in docstring + starting at beginning of line. Fontification is messed up when + `open-paren-in-column-0-is-defun-start' set to t. Reported + by John Paul Wallington . + 2005-10-30 Luc Teirlinck * comint.el (comint-send-input): Call `comint-update-fence' when diff -r 232f770dbf0f -r 742e40a6bf3c lisp/net/tramp.el --- a/lisp/net/tramp.el Sun Oct 30 16:42:48 2005 +0000 +++ b/lisp/net/tramp.el Sun Oct 30 19:58:40 2005 +0000 @@ -1358,6 +1358,9 @@ (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,7 +1395,7 @@ (sit-for 30)))) In the Emacs normally running Tramp, evaluate the above code -(replace \"xxx\" and \"yyy\" by the remote user and host name, +\(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,7 +1412,7 @@ 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 +\(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