emacs-devel
[Top][All Lists]
Advanced

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

Re: a principle for lisp-fill-paragraph


From: A Soare
Subject: Re: a principle for lisp-fill-paragraph
Date: Fri, 20 Apr 2007 21:53:21 +0200 (CEST)

There is not normal always to bring 2 lines on a single line by fill-paragraph 
in lisp mode.

;; Indent each line of the list starting just after point.
;; A prefix argument specifies pretty-printing.

by evaluation gives:

;; Indent each line of the list starting just after point.  A prefix
;; argument specifies pretty-printing.

Evaluating fill-paragraph will bring the 2 lines on a single line.



In fact, for a new paragraph now I see that it is sufficient to keep a blank 
line:

;; A
;;
;; B


And the lines will not be merged...








reply via email to

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