From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: using pcomplete for comint.el/shell.el Date: Tue, 19 Feb 2002 14:31:49 -0700 (MST) Message-ID: <200202192131.g1JLVnU13262@aztec.santafe.edu> References: <1013730609.754.60.camel@space-ghost> <200202162155.g1GLtP209864@aztec.santafe.edu> <1013906606.32274.59.camel@space-ghost> <200202172249.g1HMno412827@santafe.santafe.edu> <1014069321.6751.133.camel@space-ghost> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1014155677 8433 195.204.10.66 (19 Feb 2002 21:54:37 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 19 Feb 2002 21:54:37 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16dIDc-0002Bp-00 for ; Tue, 19 Feb 2002 22:54:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dIDE-0006bY-00; Tue, 19 Feb 2002 16:54:12 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dHra-0004On-00; Tue, 19 Feb 2002 16:31:50 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1JLVpu17161; Tue, 19 Feb 2002 14:31:52 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1JLVnU13262; Tue, 19 Feb 2002 14:31:49 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: walters@debian.org In-reply-to: <1014069321.6751.133.camel@space-ghost> (message from Colin Walters on 18 Feb 2002 16:55:21 -0500) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1347 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1347 So, is there any objection to just loading pcomplete with shell.el? I object because it is wasteful. Well, it turns out that we can't really take the approach of creating a proxy function for pcomplete in shell.el, because pcomplete looks at last-command to determine its behavior. So make them set last-command. It should be easy. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel