From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: lisp/generic.el patch. Date: Wed, 16 Mar 2005 17:37:02 +0100 Message-ID: <87acp38s41.fsf@xs4all.nl> References: <87y8co96uz.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110992306 16423 80.91.229.2 (16 Mar 2005 16:58:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 16:58:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 16 17:58:26 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBbeV-0007pX-Dj for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 17:45:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBbuc-0000d1-Ng for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 12:02:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBbpl-0005BL-QQ for emacs-devel@gnu.org; Wed, 16 Mar 2005 11:57:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBbpd-00057b-Px for emacs-devel@gnu.org; Wed, 16 Mar 2005 11:57:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBbpd-00055E-LZ for emacs-devel@gnu.org; Wed, 16 Mar 2005 11:57:17 -0500 Original-Received: from [194.109.24.28] (helo=smtp-vbr8.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBbW3-0005H2-TO; Wed, 16 Mar 2005 11:37:04 -0500 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr8.xs4all.nl (8.12.11/8.12.11) with ESMTP id j2GGb3UP048302; Wed, 16 Mar 2005 17:37:03 +0100 (CET) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DBbW2-0000zi-00; Wed, 16 Mar 2005 17:37:02 +0100 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Wed, 16 Mar 2005 11:22:12 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 21 X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34637 Richard Stallman writes: > Thanks very much for making etc/TODO smaller. > I have one minor criticism: > > (defcustom generic-use-find-file-hook t > ! "*If non-nil, add a hook to enter `default-generic-mode' automatically. > > That doc string should say > > (defcustom generic-use-find-file-hook t > ! "*If non-nil, add a hook to enter Default-Generic mode automatically. > > because the convention for referring to modes in English text > is to use the mode's name in English, rather than a Lisp symbol name. > > There are some other doc strings and comments that need a like change. I'll incorporate that. Lute