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: Thu, 17 Mar 2005 18:01:07 -0500 Message-ID: References: <87y8co96uz.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111100533 19418 80.91.229.2 (17 Mar 2005 23:02:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 23:02:13 +0000 (UTC) Cc: Lute.Kamstra.lists@xs4all.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 18 00:02:12 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DC403-00006I-Kc for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 00:01:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DC4GP-0005pL-TO for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 18:18:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DC4FH-0005Lp-K7 for emacs-devel@gnu.org; Thu, 17 Mar 2005 18:17:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DC4FF-0005KL-Jc for emacs-devel@gnu.org; Thu, 17 Mar 2005 18:17:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DC4FE-0005JZ-Vj for emacs-devel@gnu.org; Thu, 17 Mar 2005 18:17:37 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DC3zI-00013J-5q for emacs-devel@gnu.org; Thu, 17 Mar 2005 18:01:08 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DC3zH-0005yV-PE; Thu, 17 Mar 2005 18:01:07 -0500 Original-To: David Kastrup In-reply-to: (message from David Kastrup on Wed, 16 Mar 2005 17:37:17 +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:34687 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34687 In this case, I'd prefer to have (defcustom generic-use-find-file-hook t ! "*If non-nil, add a hook to call `default-generic-mode' automatically. The main rationale is that this will give a working cross reference link in the help window. That is ok.