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

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

bug#17062: 24.3 current-fill-column breaks fill-match-adaptive-prefix


From: Andreas Röhler
Subject: bug#17062: 24.3 current-fill-column breaks fill-match-adaptive-prefix
Date: Fri, 21 Mar 2014 20:50:54 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

fill.el

Running into a "Wrong type argument"-error caused by

(current-fill-column)

which may return nil

If nil, the following line in

fill-match-adaptive-prefix

breaks:

(>= (+ (current-left-margin) (length str)) (current-fill-column))






reply via email to

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