emacs-devel
[Top][All Lists]
Advanced

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

fill-paragraph ill designed


From: Andreas Röhler
Subject: fill-paragraph ill designed
Date: Tue, 25 Aug 2015 10:24:01 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi guys,

not the first time mentioning this, just another essay. As keeping a forked Emacs is costly...

There are many issues, uncertain/unsound decisions inside this piece of code.

Let's start with fill-paragraph-function.

If fill-paragraph-function is set, it must be assumed a valid function and be used.

So it must precede that clause:

(and region transient-mark-mode mark-active

;;;;

Just to start with,

Andreas






reply via email to

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