From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: find-file-hook as illustration of Custom problems Date: Thu, 10 Feb 2005 18:21:42 -0600 (CST) Message-ID: <200502110021.j1B0Lgt07665@raven.dms.auburn.edu> References: <200502040036.j140atb03430@raven.dms.auburn.edu> <200502060150.j161oqh15336@raven.dms.auburn.edu> <200502080150.j181oMf07339@raven.dms.auburn.edu> <200502100512.j1A5CLJ29641@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1108082672 2448 80.91.229.6 (11 Feb 2005 00:44:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 00:44:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 11 01:44:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzOv4-0004LP-00 for ; Fri, 11 Feb 2005 01:44:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzP9t-00012X-Ql for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 19:59:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzP6N-0007Ix-Dx for emacs-devel@gnu.org; Thu, 10 Feb 2005 19:56:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzP6G-0007G2-H3 for emacs-devel@gnu.org; Thu, 10 Feb 2005 19:56:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzP6C-0007AP-Dy for emacs-devel@gnu.org; Thu, 10 Feb 2005 19:55:56 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzOac-0005ag-IV; Thu, 10 Feb 2005 19:23:18 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j1B0NI9N009465; Thu, 10 Feb 2005 18:23:18 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j1B0Lgt07665; Thu, 10 Feb 2005 18:21:42 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Thu, 10 Feb 2005 13:40:52 -0500) 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 Xref: main.gmane.org gmane.emacs.devel:33230 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33230 >>From my previous reply: My previously posted patch was indeed not very good. Among other things `C-h v blinking-cursor-mode' did not find the defcustom. The patch you proposed has a similar problem. The last remark may have been a little bit confusing. Meant was: finding the defcustom by clicking on "Defined in ...". In the case of your patch, of course it can not do that, because there is no defcustom. Sincerely, Luc.