emacs-devel
[Top][All Lists]
Advanced

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

[gmane.comp.tex.texinfo.bugs] Re: defcustom texinfo-mode-hook in texinfo


From: Simon Josefsson
Subject: [gmane.comp.tex.texinfo.bugs] Re: defcustom texinfo-mode-hook in texinfo.el
Date: Tue, 30 Dec 2003 12:34:06 +0100
User-agent: Gnus/5.1004 (Gnus v5.10.4) Emacs/21.3.50 (gnu/linux)

I changed lisp/textmodes/texinfo.el, per discussion below on
address@hidden

-------------------- Start of forwarded message --------------------
Path: main.gmane.org!not-for-mail
From: Simon Josefsson <address@hidden>
Newsgroups: gmane.comp.tex.texinfo.bugs
Subject: Re: defcustom texinfo-mode-hook in texinfo.el
Date: Tue, 30 Dec 2003 12:01:37 +0100
Lines: 59
Sender: address@hidden
Approved: address@hidden
Message-ID: <address@hidden>
References: <address@hidden>
NNTP-Posting-Host: deer.gmane.org
X-Trace: sea.gmane.org 1072782163 26631 80.91.224.253 (30 Dec 2003 11:02:43 GMT)
X-Complaints-To: address@hidden
NNTP-Posting-Date: Tue, 30 Dec 2003 11:02:43 +0000 (UTC)
Cc: "Robert J. Chassell" <address@hidden>, address@hidden
Original-X-From: address@hidden Tue Dec 30 12:02:39 2003
Return-path: <address@hidden>
Original-Received: from monty-python.gnu.org ([199.232.76.173])
        by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian))
        id 1AbHe3-0002Q0-00
        for <address@hidden>; Tue, 30 Dec 2003 12:02:39 +0100
Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org)
        by monty-python.gnu.org with esmtp (Exim 4.24)
        id 1AbIbL-00035T-ER
        for address@hidden; Tue, 30 Dec 2003 07:03:55 -0500
Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 
4.24)
        id 1AbIbG-00034U-Og
        for address@hidden; Tue, 30 Dec 2003 07:03:50 -0500
Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 
4.24)
        id 1AbIad-0002tg-MQ
        for address@hidden; Tue, 30 Dec 2003 07:03:42 -0500
Original-Received: from [217.13.230.178] (helo=yxa.extundo.com)
        by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168)
        (Exim 4.24) id 1AbIac-0002sR-QO
        for address@hidden; Tue, 30 Dec 2003 07:03:11 -0500
Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178])
        (authenticated bits=0)
        by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id hBUB1cAU020724
        (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
        Tue, 30 Dec 2003 12:01:39 +0100
Original-To: address@hidden (Karl Berry)
In-Reply-To: <address@hidden> (Karl Berry's message of
        "Mon, 29 Dec 2003 19:55:52 -0500")
User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)
X-BeenThere: address@hidden
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Bug reports for the GNU Texinfo documentation system
        <bug-texinfo.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-texinfo>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/bug-texinfo>
List-Post: <mailto:address@hidden>
List-Help: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-texinfo>,
        <mailto:address@hidden>
Errors-To: address@hidden
Xref: main.gmane.org gmane.comp.tex.texinfo.bugs:1572
X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.texinfo.bugs:1572

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)
 
 



_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-texinfo


-------------------- End of forwarded message --------------------





reply via email to

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