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 12:40:03 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <8296-Fri17May2002124003+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> <2110-Fri17May2002092748+0300-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021628519 20405 127.0.0.1 (17 May 2002 09:41:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 17 May 2002 09:41:59 +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 178eFL-0005J0-00 for ; Fri, 17 May 2002 11:41:59 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 178eRl-0005SQ-00 for ; Fri, 17 May 2002 11:54:50 +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 178eFb-0004B4-00; Fri, 17 May 2002 05:42:15 -0400 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 178eEs-000440-00; Fri, 17 May 2002 05:41:30 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.54-GA) with ESMTP id BLA36918; Fri, 17 May 2002 12:41:25 +0300 (IDT) Original-To: miles@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Miles Bader on 17 May 2002 16:10:18 +0900) 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:4047 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4047 > From: Miles Bader > Date: 17 May 2002 16:10:18 +0900 > > (autoload 'comint-dynamic-complete "comint" nil t) > (define-key minibuffer-local-map [?\t] 'comint-dynamic-complete) I don't like comint because it's so huge, and because it won't even load on systems without async subprocesses. I don't think shell-style completion of commands should depend on comint, anyway.