From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Felix E. Klee" Newsgroups: gmane.emacs.help Subject: shell-mode autocompletion uglinesses Date: Mon, 02 Dec 2002 20:45:57 +0100 Organization: (Posted via) INKA e.V. http://www.inka.de/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1038858653 15145 80.91.224.249 (2 Dec 2002 19:50:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2002 19:50:53 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Iwah-0003w2-00 for ; Mon, 02 Dec 2002 20:50:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Iwau-0007Z7-00; Mon, 02 Dec 2002 14:51:04 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.arcor-online.net!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!inka.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: puric.inka.de Original-X-Trace: sapa.inka.de 1038858335 1063 193.197.184.17 (2 Dec 2002 19:45:35 GMT) Original-X-Complaints-To: abuse@inka.de Original-NNTP-Posting-Date: 2 Dec 2002 19:45:35 GMT User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:107662 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4212 Hi, there are two things that bother me enormously when using autocompletion in shell-mode. 1. When I enter ls /usr/ and press tab nothing happens. What I expect, however, is that I get a list of choices containing all files and directories in "/usr/". 2. Suppose my EMACS window is split horizontally with a shell in one buffer and a README giving me instructions in another buffer. When I enter ls /usr/in I see the following list in the *Completions* buffer: include/ info/ Then I press "n tab" and the shell command expands into ls /usr/include as intended. Now, however, the *Completions* buffer is still there although it is not needed anymore. How do I make it go away once I have finished my completion? If I cannot change the above behavior I'd rather use tab autocompletion as implemented in my shell (BASH). Is this possible? Felix