From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: A package in a league of its own: Helm Date: Tue, 02 Sep 2014 09:40:33 +0800 Message-ID: <874mwqlrzi.fsf@ericabrahamsen.net> References: <787f8d86-dede-4627-b4e5-3658a1833455@googlegroups.com> <73520ac0-9fc0-42ce-8a15-cc400b6f8308@googlegroups.com> <672a0d66-bc48-4b7a-9279-c7d631a03f79@googlegroups.com> <871trvjpnx.fsf@newcastle.ac.uk> <0e52cfc6-d6ed-4b45-bbd3-2cdd13fcc91b@googlegroups.com> <87bnqzt6u5.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409621812 16303 80.91.229.3 (2 Sep 2014 01:36:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 01:36:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 02 03:36:46 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1XOd1X-0002hC-Ue for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 03:36:44 +0200 Original-Received: from localhost ([::1]:35404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOd1X-00065Q-IH for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 21:36:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOd1H-00064U-81 for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 21:36:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOd19-0002XU-OP for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 21:36:27 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOd19-0002XE-I0 for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 21:36:19 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOd17-0002VA-26 for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 03:36:17 +0200 Original-Received: from 123.123.20.64 ([123.123.20.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2014 03:36:17 +0200 Original-Received: from eric by 123.123.20.64 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2014 03:36:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 123.123.20.64 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:/vYFZiWbvsctAdAhQXovTxG+wkw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99578 Archived-At: York Zhao writes: > Hi Michael, > > Thanks for reminding me. I actually knew this but have forgotten it. I just > tried it, but didn't like having to press C-z to enter the directory. So I > changed it back to `t'. Maybe I will try longer, and slow down my typing to see > if I can get used to the auto expansion. Check Tu Do's explanation above for making this easier to use. I think lots of people find C-z awkward to use, and swap TAB and C-z: (define-key helm-map (kbd "") 'helm-execute-persistent-action) (define-key helm-map (kbd "C-z") 'helm-select-action) That fixed my annoyances with helm-find-files.