[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-fill-workaround.el -- no break after @: when filling
From: |
Kevin Ryde |
Subject: |
Re: texinfo-fill-workaround.el -- no break after @: when filling |
Date: |
Tue, 30 Aug 2005 09:21:04 +1000 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
Stefan Monnier <address@hidden> writes (in gnu-emacs-sources):
>
> I'd point out that fill-nobreak-predicate is a hook in recent
> versions of Emacs
I notice the manual still only says nil or a function. Perhaps
something like the following (new text for ease of reading, diff
below),
The variable `fill-nobreak-predicate' is a hook (an abnormal hook,
*note Hooks::) specifying additional conditions where line-breaking is
not allowed. Each function is called with no arguments and should
return a non-`nil' value if point is not a good place to break the
line. Two standard functions you can use are
`fill-single-word-nobreak-p' (don't break after the first word of a
sentence or before the last) and `fill-french-nobreak-p' (don't break
after `(' or before `)', `:' or `?').
2005-08-27 Kevin Ryde <address@hidden>
* text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
text.texi.nobreak.diff
Description: Text document
- Re: texinfo-fill-workaround.el -- no break after @: when filling,
Kevin Ryde <=