From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: lisp/generic.el patch. Date: Wed, 16 Mar 2005 11:22:12 -0500 Message-ID: References: <87y8co96uz.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1110991187 12239 80.91.229.2 (16 Mar 2005 16:39:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 16:39:47 +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:39:46 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBbOb-0005kU-5L for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 17:29:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBbYM-000182-Qh for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 11:39:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBbXh-0000x6-FM for emacs-devel@gnu.org; Wed, 16 Mar 2005 11:38:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBbXY-0000tv-T5 for emacs-devel@gnu.org; Wed, 16 Mar 2005 11:38:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBbXY-0000sU-LM for emacs-devel@gnu.org; Wed, 16 Mar 2005 11:38:36 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBbHg-0003cd-FQ for emacs-devel@gnu.org; Wed, 16 Mar 2005 11:22:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DBbHg-00046e-5T; Wed, 16 Mar 2005 11:22:12 -0500 Original-To: Lute Kamstra In-reply-to: <87y8co96uz.fsf@xs4all.nl> (message from Lute Kamstra on Tue, 15 Mar 2005 18:06:12 +0100) 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:34635 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34635 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.