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: Wed, 9 Feb 2005 23:26:26 -0600 (CST) Message-ID: <200502100526.j1A5QQk00158@raven.dms.auburn.edu> References: <200502040036.j140atb03430@raven.dms.auburn.edu> <200502060150.j161oqh15336@raven.dms.auburn.edu> <200502080150.j181oMf07339@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108014113 13172 80.91.229.2 (10 Feb 2005 05:41:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 05:41:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 06:41:53 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cz75E-0000t8-K0 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 06:41:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cz7Ju-0001ql-8b for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 00:56:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cz7Iu-0001Zo-B7 for emacs-devel@gnu.org; Thu, 10 Feb 2005 00:55:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cz7In-0001Xu-UO for emacs-devel@gnu.org; Thu, 10 Feb 2005 00:55:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cz7In-0001TP-Re for emacs-devel@gnu.org; Thu, 10 Feb 2005 00:55:45 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cz6rw-0002pl-8G; Thu, 10 Feb 2005 00:28:00 -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 j1A5Rx9N003140; Wed, 9 Feb 2005 23:27:59 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j1A5QQk00158; Wed, 9 Feb 2005 23:26:26 -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 Wed, 09 Feb 2005 03:10:46 -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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33175 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33175 >>From my previously posted patch: ! ;; This will be unbound and defcustomed in startup.el. We can not ! ;; defcustom it here because the default depends on the operating system. ! (defvar blink-cursor-mode) I believe that the following is a somewhat better comment: ;; This will be unbound and defcustomed in startup.el. We can not ;; defcustom it here because `window-system' is not set yet. (defvar blink-cursor-mode)