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: Sun, 17 Feb 2002 15:49:50 -0700 (MST) Message-ID: <200202172249.g1HMno412827@santafe.santafe.edu> References: <1013730609.754.60.camel@space-ghost> <200202162155.g1GLtP209864@aztec.santafe.edu> <1013906606.32274.59.camel@space-ghost> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013987085 25365 195.204.10.66 (17 Feb 2002 23:04:45 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 17 Feb 2002 23:04:45 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 16caMP-0006Z7-00 for ; Mon, 18 Feb 2002 00:04:45 +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 16ca9J-0005Wd-00; Sun, 17 Feb 2002 17:51:13 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ca7z-0005LA-00; Sun, 17 Feb 2002 17:49:51 -0500 Original-Received: from santafe.santafe.edu (santafe [192.12.12.2]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1HMnpu17070; Sun, 17 Feb 2002 15:49:51 -0700 (MST) Original-Received: (from rms@localhost) by santafe.santafe.edu (8.10.2+Sun/8.9.3) id g1HMno412827; Sun, 17 Feb 2002 15:49:50 -0700 (MST) X-Authentication-Warning: santafe.santafe.edu: rms set sender to rms@santafe using -f Original-To: walters@verbum.org In-reply-to: <1013906606.32274.59.camel@space-ghost> (message from Colin Walters on 16 Feb 2002 19:43:26 -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:1274 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1274 This code is cleaner, but what about the doc string: +(defun shell-pcomplete () + "Invoke `pcomplete', after ensuring this buffer is set up for it." The doc string should be self-contained. It should say what this command really does in a shell buffer, in concrete terms. pcomplete-reverse is useful when cycling completion is in use. Is cycling completion enabled in shell buffers? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel