From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Niclas Blomqvist Newsgroups: gmane.emacs.help Subject: Changing "open file" buffer handling Date: Wed, 5 Mar 2003 12:15:28 +0100 (MET) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1159.130.237.161.117.1046862928.squirrel@www.dsv.su.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046863082 4967 80.91.224.249 (5 Mar 2003 11:18:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2003 11:18:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 12:18:00 2003 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 18qWuO-0001Hl-00 for ; Wed, 05 Mar 2003 12:18:00 +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 18qWtE-00039g-02 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2003 06:16:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18qWsV-0002Kr-00 for help-gnu-emacs@gnu.org; Wed, 05 Mar 2003 06:16:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18qWsK-0001uW-00 for help-gnu-emacs@gnu.org; Wed, 05 Mar 2003 06:15:55 -0500 Original-Received: from unni.dsv.su.se ([130.237.161.27]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qWs5-0001dP-00 for help-gnu-emacs@gnu.org; Wed, 05 Mar 2003 06:15:37 -0500 Original-Received: from dsv.su.se (frej.dsv.su.se [130.237.161.25]) by unni.dsv.su.se (8.9.3/8.9.3) with SMTP id MAA18308 for ; Wed, 5 Mar 2003 12:15:32 +0100 (MET) Original-Received: from 130.237.161.117 (SquirrelMail authenticated user niclas-b) by www.dsv.su.se with HTTP; Wed, 5 Mar 2003 12:15:28 +0100 (MET) Original-To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7343 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7343 When I use C-x C-f to open a directory buffer and then use Enter key to navigate through directories until I finally find the desired file, Emacs leaves me with a buffer list containing every directory buffer I have visited on the way. Is there a setting that can be changed so that walking through directories updates the current buffer until I reach my file instead of creating a new buffer for every new directory? Thx //Niclas Blomquist