From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bradley W Settlemyer Newsgroups: gmane.emacs.bugs Subject: Completion List mode buffer behavior Date: Sat, 28 Feb 2004 22:24:11 -0500 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1078021772.22293.8.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1078025125 9695 80.91.224.253 (29 Feb 2004 03:25:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Feb 2004 03:25:25 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 29 04:25:19 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AxHZv-0004jB-00 for ; Sun, 29 Feb 2004 04:25:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AxHZU-0003zp-N4 for geb-bug-gnu-emacs@m.gmane.org; Sat, 28 Feb 2004 22:24:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AxHZS-0003z5-PL for bug-gnu-emacs@gnu.org; Sat, 28 Feb 2004 22:24:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AxHYw-0003fV-Cd for bug-gnu-emacs@gnu.org; Sat, 28 Feb 2004 22:24:49 -0500 Original-Received: from [65.115.164.2] (helo=unity.futurequest.net) by monty-python.gnu.org with smtp (Exim 4.30) id 1AxHYw-0003fQ-5U for bug-gnu-emacs@gnu.org; Sat, 28 Feb 2004 22:24:18 -0500 Original-Received: (qmail 9316 invoked from network); 29 Feb 2004 03:24:14 -0000 Original-Received: from deepcopy.org (65.115.165.24) by unity.futurequest.net (65.115.164.2); 29 Feb 2004 03:24:14 -0000 Original-Received: from unknown (HELO speed) (12.152.20.5) by deepcopy.org (65.115.165.24) with ESMTP; 29 Feb 2004 03:24:14 -0000 Original-To: bug-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7122 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7122 Hello, I am running emacs 21.3.1 (w/motif). In the completion list mode (C-x-f then press space), the mouse-choose-completion function seems to mismanage the buffers. When I choose a completion that is a directory, a new buffer is opened with that directory in completion list mode. The correct behavior is to open that directory in completion list mode in the *same* buffer as I selected it from. This allows me to navigate thru heirarchical directory structures as I expect. This is implemented in xemacs in the normal way (I understand that the code is probably tainted tho), and tho I have looked at some length, I cannot figure out how to set a variable or bind a function to alter this behavior to the expected behavior. Thanks Brad Settlemyer