help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How make comment-region NOT ignore blank lines but comment out those


From: Jesper Harder
Subject: Re: How make comment-region NOT ignore blank lines but comment out those too?
Date: Tue, 26 Aug 2003 16:04:25 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

seberino@spawar.navy.mil (Christian Seberino) writes:

> I figured out how to get Emacs from CVS but when I do M-x help and
> type in comment-empty-lines it says there is no such thing?!?!?!

It's only defined after the comment code is loaded, e.g. after the
first time you do `M-;'.  Just put 

      (setq comment-empty-lines t)

in you ~/.emacs and it should work fine.


reply via email to

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