From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dominique Quatravaux Newsgroups: gmane.emacs.devel Subject: Allowing multiple globs in grep-files-aliases Date: Fri, 27 Mar 2009 10:10:08 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1238161773 19854 80.91.229.12 (27 Mar 2009 13:49:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2009 13:49:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 27 14:50:51 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 1LnCSP-0006Wz-0n for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 14:50:49 +0100 Original-Received: from localhost ([127.0.0.1]:43258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnCR1-0007LD-Vo for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 09:49:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ln84z-00025h-AQ for emacs-devel@gnu.org; Fri, 27 Mar 2009 05:10:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ln84u-00024F-8R for emacs-devel@gnu.org; Fri, 27 Mar 2009 05:10:20 -0400 Original-Received: from [199.232.76.173] (port=52021 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ln84u-00024A-35 for emacs-devel@gnu.org; Fri, 27 Mar 2009 05:10:16 -0400 Original-Received: from smtp-out.google.com ([216.239.33.17]:30864) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ln84t-0005a9-Jo for emacs-devel@gnu.org; Fri, 27 Mar 2009 05:10:15 -0400 Original-Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id n2R9AAsZ017527 for ; Fri, 27 Mar 2009 09:10:10 GMT DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1238145011; bh=PkrV/tITV7SMfnXlRX4P+Nd7IMk=; h=DomainKey-Signature:MIME-Version:Date:Message-ID:Subject:From:To: Content-Type:Content-Transfer-Encoding:X-System-Of-Record; b=Ibevk 8Tfmv6FzV0vp2FCwfNSSoYM9PHB2bHFCetobB0o+6xQbYiNbfmMOKTsCpi4WWjj1AHk aybDOxMogBAZWQ== DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:date:message-id:subject:from:to:content-type: content-transfer-encoding:x-system-of-record; b=xuGXpoBHmgwkLKp0+5UZX05Hw3soFg8vclmH5Y5MpGrwxs9jrQljZs8xi+aEoJe9u 9ixCa6zxR0UV7gnh/atTQ== Original-Received: from fxm7 (fxm7.prod.google.com [10.184.13.7]) by wpaz5.hot.corp.google.com with ESMTP id n2R9A8am003776 for ; Fri, 27 Mar 2009 02:10:09 -0700 Original-Received: by fxm7 with SMTP id 7so955587fxm.22 for ; Fri, 27 Mar 2009 02:10:08 -0700 (PDT) Original-Received: by 10.103.11.5 with SMTP id o5mr320792mui.75.1238145008194; Fri, 27 Mar 2009 02:10:08 -0700 (PDT) X-System-Of-Record: true X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Fri, 27 Mar 2009 09:49:06 -0400 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:109876 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? Cheers, -- Dominique Quatravaux +41 79 609 40 72