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: Assignment of misc packages for emacs Date: Fri, 17 May 2002 09:27:48 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <2110-Fri17May2002092748+0300-eliz@is.elta.co.il> References: <200205050534.g455YfF01634@aztec.santafe.edu> <5xbsbumexh.fsf@kfs2.cua.dk> <200205141941.g4EJfud15293@aztec.santafe.edu> <5xvg9qmgzt.fsf@kfs2.cua.dk> <200205151927.g4FJRRW26103@rum.cs.yale.edu> <5x3cwr4q7m.fsf@kfs2.cua.dk> <200205162249.g4GMnLH03933@rum.cs.yale.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021617945 4671 127.0.0.1 (17 May 2002 06:45:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 17 May 2002 06:45:45 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 178bUm-0001DE-00 for ; Fri, 17 May 2002 08:45:44 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 178bh9-0001Wf-00 for ; Fri, 17 May 2002 08:58:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 178bG1-0004Cw-00; Fri, 17 May 2002 02:30:29 -0400 Original-Received: from odin.inter.net.il ([192.114.186.10]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 178bEr-00040x-00 for ; Fri, 17 May 2002 02:29:18 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by odin.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.54-GA) with ESMTP id AEO91278; Fri, 17 May 2002 09:29:10 +0300 (IDT) Original-To: monnier+gnu/emacs@RUM.cs.yale.edu X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <200205162249.g4GMnLH03933@rum.cs.yale.edu> (monnier+gnu/emacs@RUM.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4044 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4044 > From: "Stefan Monnier" > Date: Thu, 16 May 2002 18:49:21 -0400 > > I like it precisely because I can write any command I want ;-) > For example, I can use grep, egrep, fgrep, with/without case > sensitivity, with/without context lines, ... Same here. > Hopefully we can merge some of that functionality into eshell's > command completion and use eshell's completion for M-x grep (and > M-! and M-| and M-x compile and ...). Yes, please! I'm a completion maniac, so the absence of completion in these commands drives me crazy. I've long ago rebound M-! to eshell-command, for that very reason.