bug-texinfo
[Top][All Lists]
Advanced

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

[Bug-texinfo] [Kevin Ryde <address@hidden>] Suggest texinfo-mode not aut


From: Gerd Moellmann
Subject: [Bug-texinfo] [Kevin Ryde <address@hidden>] Suggest texinfo-mode not auto-fill @def
Date: Wed, 20 Sep 2000 21:19:22 +0200 (CEST)
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90

This report from bug-gnu-emacs seems like a reasonable idea to me.
What do you think?

--- Begin Message --- Subject: Suggest texinfo-mode not auto-fill @def Date: 13 Sep 2000 08:17:34 +1000 User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5
In GNU Emacs 20.5.2 (i386-debian-linux-gnu, X toolkit)
 of Wed Dec 29 1999 on raven
configured using `configure  i386-debian-linux-gnu --prefix=/usr 
--sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib 
--infodir=/usr/info --with-pop=yes --with-x=yes --with-x-toolkit=yes'


Just a small suggestion for texinfo-mode.  When using auto-fill-mode a
long line like

    @deftypefun void foo (int @var{arg1}, int @var{arg2}, ...

shouldn't be filled, because makeinfo etc need it on one line.
Something like the following would be good.

    (set (make-local-variable 'auto-fill-inhibit-regexp)
         "@\\(def\\|multitable\\)")

There might be other @ commands wanting the same, but the @def's and
@multitable are the ones I could spot.



--- End Message ---

reply via email to

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