From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: A proposal - Dired -`$' and `i' Date: Mon, 3 Feb 2014 22:39:18 -0800 (PST) Message-ID: <2166e0cc-12d3-48eb-9aeb-c4db16ec42d2@default> References: <20140126.113850.221037750.tkk@misasa.okayama-u.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1391495976 19379 80.91.229.3 (4 Feb 2014 06:39:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2014 06:39:36 +0000 (UTC) To: Tak Kunihiro , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 04 07:39:39 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WAZfX-0001IU-N8 for ged-emacs-devel@m.gmane.org; Tue, 04 Feb 2014 07:39:39 +0100 Original-Received: from localhost ([::1]:50985 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAZfX-00028k-8p for ged-emacs-devel@m.gmane.org; Tue, 04 Feb 2014 01:39:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAZfN-00027y-MK for emacs-devel@gnu.org; Tue, 04 Feb 2014 01:39:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAZfG-0003kO-3v for emacs-devel@gnu.org; Tue, 04 Feb 2014 01:39:29 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:50054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAZfF-0003kA-Tn for emacs-devel@gnu.org; Tue, 04 Feb 2014 01:39:22 -0500 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s146dJmu006363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 4 Feb 2014 06:39:20 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s146dI2v019725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Feb 2014 06:39:19 GMT Original-Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s146dIOD010689; Tue, 4 Feb 2014 06:39:18 GMT In-Reply-To: <20140126.113850.221037750.tkk@misasa.okayama-u.ac.jp> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169380 Archived-At: FWIW, the proposed behavior is the Dired+ behavior. (http://www.emacswiki.org/cgi-bin/wiki/DiredPlus) * `i' bounces between a subdir and its line in the parent listing. * If the parent dir is hidden, then `i' from the subdir opens the parent so it can move to the subdir line. * `$' does hide/show without advancing to the next subdir. * `M-$' does what vanilla Emacs `$' does: hide/show then advance. * `C-u $' does what vanilla Emacs `M-$' does: hide/show all. (This does not need to be on as quick a toggle key as `$'. And it certainly does not need to be on a repeating key such as `M-$'.)