From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] find-file-noselect-1 Date: Fri, 11 Feb 2005 09:19:37 +0900 Message-ID: References: <16907.50624.707323.36975@farnswood.snap.net.nz> Reply-To: snogglethorpe@gmail.com, miles@gnu.org 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 1108082709 2484 80.91.229.6 (11 Feb 2005 00:45:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 00:45:09 +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:45:02 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 1CzOvd-0004Lc-00 for ; Fri, 11 Feb 2005 01:45:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzPAR-0001D6-S9 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 20:00:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzP6R-0007Ku-En for emacs-devel@gnu.org; Thu, 10 Feb 2005 19:56:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzP6N-0007Ij-2T for emacs-devel@gnu.org; Thu, 10 Feb 2005 19:56:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzP6M-0007AP-0r for emacs-devel@gnu.org; Thu, 10 Feb 2005 19:56:06 -0500 Original-Received: from [64.233.184.195] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzOX4-0005Ru-HH for emacs-devel@gnu.org; Thu, 10 Feb 2005 19:19:38 -0500 Original-Received: by wproxy.gmail.com with SMTP id 40so308261wri for ; Thu, 10 Feb 2005 16:19:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=EsgJTq8eWWJ5vjMEQjWaCZODE14h20akCs/u3RpzO7YdBOdo2UJGM1scvNADqI5X5WfcNJixYxs/WWCByvl/1rA8R/YHykIWZ7ric2GfltMAlmrmie15RAV4B7o/QoGl8WZZigHxjxJMb83qqZppDdD+4aV1paC3zt7AXj4IaTQ= Original-Received: by 10.54.20.28 with SMTP id 28mr14669wrt; Thu, 10 Feb 2005 16:19:37 -0800 (PST) Original-Received: by 10.54.19.70 with HTTP; Thu, 10 Feb 2005 16:19:37 -0800 (PST) Original-To: Nick Roberts In-Reply-To: <16907.50624.707323.36975@farnswood.snap.net.nz> 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:33231 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33231 Is this not something that could be served by a hook? Or _should_ be served by a hook? After all, if gdb-mode wants to do this sort of thing, mightn't others? Sticking gdb-specific code in the basic find-file machinery seems pretty ugly -- and if it's _really_ needed, at least make it a single function call rather than a big glob of inline gdb-specific code! Thanks, -Miles