From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Add M-x occur to the menu-bar Date: Sun, 21 Sep 2003 14:11:09 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3405-Sun21Sep2003141108+0300-eliz@elta.co.il> References: <3F69E987.8050400@yahoo.com> <20030918184017.GC22494@fencepost> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064143275 19532 80.91.224.253 (21 Sep 2003 11:21:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2003 11:21:15 +0000 (UTC) Cc: ihs_4664@yahoo.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Sep 21 13:21:13 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 1A12HB-0002pv-00 for ; Sun, 21 Sep 2003 13:21:13 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A12MW-0005DM-00 for ; Sun, 21 Sep 2003 13:26:44 +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 1A12Bh-0000w4-N7 for emacs-devel@quimby.gnus.org; Sun, 21 Sep 2003 07:15:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A12Ax-0000vA-H5 for emacs-devel@gnu.org; Sun, 21 Sep 2003 07:14:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A12Ao-0000u7-WE for emacs-devel@gnu.org; Sun, 21 Sep 2003 07:14:39 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A12Ao-0000rL-Do; Sun, 21 Sep 2003 07:14:38 -0400 Original-Received: from zaretski (pns03-196-39.inter.net.il [80.230.196.39]) by legolas.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id AJC42462; Sun, 21 Sep 2003 14:14:28 +0300 (IDT) Original-To: Miles Bader X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20030918184017.GC22494@fencepost> (message from Miles Bader on Thu, 18 Sep 2003 14:40:17 -0400) 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:16528 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16528 > Date: Thu, 18 Sep 2003 14:40:17 -0400 > From: Miles Bader > > (define-key minibuffer-local-map "\t" 'comint-dynamic-complete) > > [it's also handy for `shell-command' &c -- of course commands that read > strings that _don't_ involve filenames _also_ get filename completion I think you can do that by arranging for M-! to invoke eshell-command instead; see the variable eshell-prefer-to-shell.