From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] find-file-noselect-1 Date: Fri, 11 Feb 2005 15:49:14 +1300 Message-ID: <16908.7466.270296.502380@farnswood.snap.net.nz> References: <16907.50624.707323.36975@farnswood.snap.net.nz> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108091296 18337 80.91.229.6 (11 Feb 2005 03:08:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 03:08:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 11 04:08:09 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 1CzRA9-00014z-00 for ; Fri, 11 Feb 2005 04:08:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzROz-0006ej-Nh for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 22:23:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzRNw-00060R-Pa for emacs-devel@gnu.org; Thu, 10 Feb 2005 22:22:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzRNh-0005tM-1I for emacs-devel@gnu.org; Thu, 10 Feb 2005 22:22:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzRNg-0005qs-CJ for emacs-devel@gnu.org; Thu, 10 Feb 2005 22:22:08 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzQxx-0005xM-4y; Thu, 10 Feb 2005 21:55:33 -0500 Original-Received: from farnswood.snap.net.nz (p89-tnt1.snap.net.nz [202.124.110.89]) by viper.snap.net.nz (Postfix) with ESMTP id 9A30A371B75; Fri, 11 Feb 2005 15:55:31 +1300 (NZDT) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id E9447628AB; Fri, 11 Feb 2005 02:49:14 +0000 (GMT) Original-To: snogglethorpe@gmail.com, miles@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.1 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:33235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33235 > Is this not something that could be served by a hook? Or _should_ be > served by a hook? Yes, that's good feedback. vc adds vc-find-file-hook to find-file-hook in vc-hooks.el. However, that file is built into Emacs through loadup. Where could I add such a hook, so that it would always be included? Nick