Yo!

I have `open-paren-in-column-0-is-defun-start' set to t and
fontification of the tramp.el buffer gets messed up.

How about escaping the parens that occur at column zero of
tramp-chunksize's docstring?


--- tramp.el    28 Oct 2005 17:23:26 +0100      1.82
+++ tramp.el    29 Oct 2005 17:50:31 +0100      
@@ -1392,7 +1392,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 +1409,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


_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to