From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Add M-x occur to the menu-bar Date: Wed, 24 Sep 2003 04:40:51 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87brtctisk.fsf@tc-1-100.kawasaki.gol.ne.jp> <7494-Tue23Sep2003205004+0300-eliz@elta.co.il> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064393020 25276 80.91.224.253 (24 Sep 2003 08:43:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2003 08:43:40 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Sep 24 10:43:36 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A25FI-0000Cv-00 for ; Wed, 24 Sep 2003 10:43:36 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A25Lw-0003qj-00 for ; Wed, 24 Sep 2003 10:50:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A25DM-0006rz-0i for emacs-devel@quimby.gnus.org; Wed, 24 Sep 2003 04:41:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A25DH-0006rn-Cm for emacs-devel@gnu.org; Wed, 24 Sep 2003 04:41:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A25DG-0006r9-3B for emacs-devel@gnu.org; Wed, 24 Sep 2003 04:41:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A25DF-0006r4-UL for emacs-devel@gnu.org; Wed, 24 Sep 2003 04:41:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 1A25Cd-0000ar-57; Wed, 24 Sep 2003 04:40:51 -0400 Original-To: Eli Zaretskii In-reply-to: <7494-Tue23Sep2003205004+0300-eliz@elta.co.il> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16589 > BTW, what do you think about making minibuffer input for `shell command' > commands (`grep', `shell-command', various dired equivalents, etc) use a > special keymap with TAB bound to an appropriate file-name completion > function? That sounds good to me, at least worth trying.