From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: M-x grep prompt: fill in the * for us Date: Fri, 20 Jun 2003 08:25:55 -0600 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3EF31973.6020100@yahoo.com> References: <3EF1F686.4020900@yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056119168 16555 80.91.224.249 (20 Jun 2003 14:26:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2003 14:26:08 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 20 16:26:06 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19TMpj-0004Hb-00 for ; Fri, 20 Jun 2003 16:25:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19TMpZ-0001Q0-T6 for gnu-bug-gnu-emacs@m.gmane.org; Fri, 20 Jun 2003 10:25:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19TMpM-0000o0-1K for bug-gnu-emacs@prep.ai.mit.edu; Fri, 20 Jun 2003 10:25:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19TMpI-0000f2-5y for bug-gnu-emacs@prep.ai.mit.edu; Fri, 20 Jun 2003 10:25:17 -0400 Original-Received: from mailbox4.ucsd.edu ([132.239.1.56]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19TMpG-0000XK-Hd for bug-gnu-emacs@prep.ai.mit.edu; Fri, 20 Jun 2003 10:25:14 -0400 Original-Received: from mail.fu-berlin.de (mail.fu-berlin.de [160.45.11.165]) by mailbox4.ucsd.edu (8.12.9/8.12.3) with ESMTP id h5KEP9sY069845 for ; Fri, 20 Jun 2003 07:25:09 -0700 (PDT) Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Fri, 20 Jun 2003 16:25:08 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Fri, 20 Jun 2003 16:25:07 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 29 X-Orig-NNTP-Posting-Host: 170.207.51.80 X-Orig-X-Trace: fu-berlin.de 1056119107 24514729 170.207.51.80 (16 [82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-Spamscanner: mailbox4.ucsd.edu (v1.2 May 26 2003 01:55:38, 2.2/5.0 2.55) X-MailScanner: PASSED (v1.2.7 51470 h5KEP9sY069845 mailbox4.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5358 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5358 Dan Jacobson wrote: >>>Hmmm, like nifteaux (nifto (nifty)). OK, I wish C-u M-x compile >>>would notice current target the cursor is in in a makefile and use that as >>>the default argument for make. >>> > > K> Ask and ye shall receive... > > K> *** /usr/local/emacs-21.3/lisp/progmodes/compile.el Fri Jan 17 06:45:11 2003 > K> --- /usr/tmp/kevinr/compile.el Thu Jun 19 11:35:33 2003 > > OK, that's nice, but it just flits by on the screen here. Unless > RMS&co. captures it as it flits by, otherwise it is just for sport. Hmmm, there was 1 embarrassing bug: 592c592 < (or compile-default-target ""))) --- > (or (compile-default-target) ""))) And of course compilation-read-command has to be nil for it to be exercised. -- Kevin Rodgers