From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Allowing multiple globs in grep-files-aliases Date: Fri, 27 Mar 2009 10:52:41 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238165619 3467 80.91.229.12 (27 Mar 2009 14:53:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2009 14:53:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dominique Quatravaux Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 27 15:54:55 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LnDSE-0007YC-Oy for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 15:54:43 +0100 Original-Received: from localhost ([127.0.0.1]:38790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnDQr-0004ny-Oy for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 10:53:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnDQS-0004Os-6H for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:52:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnDQN-0004Ks-Tb for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:52:51 -0400 Original-Received: from [199.232.76.173] (port=48419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnDQN-0004Kl-Mu for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:52:47 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:30872 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnDQN-0007AN-8W for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:52:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvgEAKSFzElFxIfy/2dsb2JhbACBUc84g3cGhHU X-IronPort-AV: E=Sophos;i="4.38,432,1233550800"; d="scan'208";a="35766564" Original-Received: from 69-196-135-242.dsl.teksavvy.com (HELO pastel.home) ([69.196.135.242]) by ironport2-out.teksavvy.com with ESMTP; 27 Mar 2009 10:52:41 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6BCE48682; Fri, 27 Mar 2009 10:52:41 -0400 (EDT) In-Reply-To: (Dominique Quatravaux's message of "Fri, 27 Mar 2009 10:10:08 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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: news.gmane.org gmane.emacs.devel:109877 Archived-At: > Hi Emacs people, I made a small patch to progmodes/grep.el that lets > grep-read-files do the right thing regarding default value selection > when grep-files-aliases contains entries of the form ("ch" . "*.c *.cc > *.h"). I'd be glad to offer my code for inclusion into mainline Emacs. > What are the steps? Send the patch here. Since we're in the pretest phase for Emacs-23, we will probably not install the patch right away, tho. Stefan