emacs-devel
[Top][All Lists]
Advanced

[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: Fri, 07 Apr 2006 09:36:37 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

"Richard M. Stallman" <address@hidden> writes:
>
> Your patch looks good.  Would someone please install it?

This was from a while ago, it never got installed.  Re-diffed below
for the current cvs and with the wording tweaked a bit (for less
change actually):

       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, with point at
    a place where Emacs is considering breaking the line.  If a function
    returns a non-`nil' value, then that's a bad 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
    `?').

2006-04-07  Kevin Ryde  <address@hidden>

        * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.

Attachment: text.texi.nobreak2.diff
Description: Text document


reply via email to

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