emacs-devel
[Top][All Lists]
Advanced

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

Space after inline comment char


From: Bill Wohler
Subject: Space after inline comment char
Date: Fri, 14 Apr 2006 15:53:07 -0700

(elisp) Comment Tips does not say whether a space should follow a single
semicolon comment or not. The example and most of the code shows that a
space does follow the semicolon, but comment-dwim does not insert one.
It would be nice if it did.

In other words, M-; should do this:

  (defvar foo)                         ; _

rather than this:

  (defvar foo)                         ;_

where _ is the cursor after the comment is inserted.

I imagine this is too big an apple to crack now, but it would be nice to
know if this is an issue that folks would want to work on, and that it
was shelved for later consideration.

-- 
Bill Wohler <address@hidden>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.




reply via email to

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