From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul R Newsgroups: gmane.emacs.help Subject: Re: Browsing into Subdirectory in Dired in the Same Buffer Date: Wed, 29 Oct 2008 12:40:02 +0100 Message-ID: <87zlknvdd9.fsf@gmail.com> References: <4c61625d-87eb-403b-861b-acaed98505c6@p39g2000hsb.googlegroups.com> <878ws7k5v0.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225280441 25603 80.91.229.12 (29 Oct 2008 11:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2008 11:40:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 29 12:41:43 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kv9Qk-0002hw-Dq for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Oct 2008 12:41:42 +0100 Original-Received: from localhost ([127.0.0.1]:34574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kv9Pe-0003ui-39 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Oct 2008 07:40:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kv9PD-0003uZ-2h for help-gnu-emacs@gnu.org; Wed, 29 Oct 2008 07:40:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kv9PB-0003uG-MY for help-gnu-emacs@gnu.org; Wed, 29 Oct 2008 07:40:06 -0400 Original-Received: from [199.232.76.173] (port=38204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kv9PB-0003uD-Ix for help-gnu-emacs@gnu.org; Wed, 29 Oct 2008 07:40:05 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.184]:37479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kv9PB-0004JU-3k for help-gnu-emacs@gnu.org; Wed, 29 Oct 2008 07:40:05 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so1406709nfi.26 for ; Wed, 29 Oct 2008 04:40:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:references:from :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=n8hJxWuy2c96+Mx/Nwz9ONtw4hON5H2ifp2P6HVdKwg=; b=nUYbRD7OCTg2GDp7achEPySTBjRJTwbAAO+CKu7h/05sAxIWXXfcuGrdF/RiLeY56S NOq/QqIWviznmAeURtsqmLxvVLyb6orDEe/EIyLSFBfRJM2zXFTZPYG6MsMPERrjLaz4 HpDoo7HR5esTavV1TOkrKMTEm3NLFAvgkU90M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:references:from:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=dgPGVAukxB+Ya8vTRALEpT/wNF1MYGpolFb9SLMm2y/1w06S9JXA5SiNGAeZCXjEmh 7eLqszPFjSgncmCsZiXVMI2EZ+LsJR0c1lKXC424te6xO18b8XLaoESbmgcMUBkS8Qtx 0dYrq2DJ57WzY2kANMpcDfqaGnW+dImzzb8EM= Original-Received: by 10.86.84.5 with SMTP id h5mr5622671fgb.12.1225280403838; Wed, 29 Oct 2008 04:40:03 -0700 (PDT) Original-Received: from ubuT42 (pdc35-1-82-242-132-111.fbx.proxad.net [82.242.132.111]) by mx.google.com with ESMTPS id l12sm4222525fgb.6.2008.10.29.04.40.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Oct 2008 04:40:03 -0700 (PDT) In-Reply-To: <878ws7k5v0.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed\, 29 Oct 2008 12\:17\:39 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59231 Archived-At: Tassilo> Here's my local hack to make RET reusing the current dired Tassilo> buffer if I'm hitting RET on a directory or else create a new Tassilo> buffer. I think this behaviour is what most people expect, so it should be the default. I'm not sure if it fits in current stabilisation phase of emacs 23, but I'd like it to. -- Paul