emacs-devel
[Top][All Lists]
Advanced

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

Re: fill-paragraph ill designed


From: Andreas Röhler
Subject: Re: fill-paragraph ill designed
Date: Sun, 30 Aug 2015 09:30:45 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 29.08.2015 um 21:47 schrieb Andreas Röhler:


Suggest the following design of fill-paragraph

(if fill-paragraph-function
           use it

if not:
  (determine beg/end of paragraph by forward-...)
  (fill-region beg end)

That's all.



As a first step, which would not interfere with current way,

what about out-factoring the remaining let-clause --(let ((before (point))...-- as

just-fill-paragraph

for example.

That would allow a call from outside and also clean-up it a little bit.



reply via email to

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