From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Re: grep options Date: Mon, 24 Jan 2011 13:24:58 -0500 Message-ID: References: <878vymbpqy.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295893555 30784 80.91.229.12 (24 Jan 2011 18:25:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 18:25:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 24 19:25:50 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhR6r-0007lJ-9V for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 19:25:49 +0100 Original-Received: from localhost ([127.0.0.1]:33255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhR6q-0000iW-I2 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 13:25:48 -0500 Original-Received: from [140.186.70.92] (port=41469 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhR6I-0000hQ-Bi for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 13:25:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhR6H-0006xI-BP for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 13:25:14 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:51614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhR6H-0006x3-5t for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 13:25:13 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PhR6F-0007V8-9r for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 19:25:11 +0100 Original-Received: from yktgi01e0-s5.watson.ibm.com ([129.34.20.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Jan 2011 19:25:11 +0100 Original-Received: from kgold by yktgi01e0-s5.watson.ibm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Jan 2011 19:25:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: yktgi01e0-s5.watson.ibm.com User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Thunderbird/3.1.7 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78715 Archived-At: On 01/22/2011 12:08 AM, Leo wrote: > On 2011-01-22 03:33 +0800, Ken Goldman wrote: >> lgrep is OK, but it requires 3's to get anything done. grep >> requires just one. >> >> - confirm the search string >> - confirm the file names >> - confirm the directory >> >> Is there a way to tell lgrep to skip the latter two questions? > > That sounds like an awful ui. Do you mind submitting a bug report by M-x > report-emacs-bug so that it may be fixed upstream? thanks. I hesitate to file a bug report because I assume it's not a bug, just me missing an option or some customization. So does anyone know how to make lgrep default to the files in grep-files-aliases and default to the current directory without prompting?