bug-texinfo
[Top][All Lists]
Advanced

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

Re: defcustom texinfo-mode-hook in texinfo.el


From: Simon Josefsson
Subject: Re: defcustom texinfo-mode-hook in texinfo.el
Date: Tue, 30 Dec 2003 12:01:37 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

address@hidden (Karl Berry) writes:

>     Suggested by
>             address@hidden (Karl Berry).
>
> Might add "since the Texinfo Elisp files have only been distributed with
> Emacs for some years".
>
> I think the change is fine, go for it.  You might tell Bob explicitly,
> since he is the one who most often works on (some of) those files.
> He's not on bug-texinfo any more, as far as I know.

I have installed the following.

2003-12-30  Simon Josefsson  <address@hidden>

        * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
        address@hidden (Karl Berry), since the Texinfo Elisp files
        have only been distributed with Emacs for some years.
        (texinfo-mode-hook): Customize.

Index: texinfo.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/texinfo.el,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -p -r1.97 -r1.98
--- texinfo.el  1 Sep 2003 15:45:40 -0000       1.97
+++ texinfo.el  30 Dec 2003 10:59:01 -0000      1.98
@@ -5,7 +5,7 @@
 
 ;; Author: Robert J. Chassell
 ;; Date:   [See date below for texinfo-version]
-;; Maintainer: address@hidden
+;; Maintainer: FSF
 ;; Keywords: maint, tex, docs
 
 ;; This file is part of GNU Emacs.
@@ -57,6 +57,12 @@
 (defcustom texinfo-close-quote "''"
   "*String inserted by typing \\[texinfo-insert-quote] to close a quotation."
   :type 'string
+  :group 'texinfo)
+
+(defcustom texinfo-mode-hook nil
+  "Normal hook run when entering Texinfo mode."
+  :type 'hook
+  :options '(turn-on-auto-fill flyspell-mode)
   :group 'texinfo)
 
 





reply via email to

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