From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tak Kunihiro Newsgroups: gmane.emacs.help Subject: Re: A package in a league of its own: Helm Date: Wed, 03 Sep 2014 08:15:03 +0900 (JST) Message-ID: <20140903.081503.380420360.tkk@misasa.okayama-u.ac.jp> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1409699761 21795 80.91.229.3 (2 Sep 2014 23:16:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 23:16:01 +0000 (UTC) Cc: tkk@misasa.okayama-u.ac.jp To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 03 01:15:54 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 1XOxIo-0008Aw-E5 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 01:15:54 +0200 Original-Received: from localhost ([::1]:40649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOxIn-0006Bg-QW for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 19:15:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOxIN-0006Ba-GG for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 19:15:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOxID-0001fm-Ui for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 19:15:27 -0400 Original-Received: from scmgateway1.cc.okayama-u.ac.jp ([42.127.236.165]:10505) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1XOxID-0001fE-Dd for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 19:15:17 -0400 Original-Received: from (unknown [42.127.236.168]) by scmgateway1.cc.okayama-u.ac.jp with smtp id 356f_9e6e_a4565582_32f6_11e4_877e_b8ac6f129aa6; Wed, 03 Sep 2014 08:12:42 +0900 Original-Received: from localhost (dspin2.misasa.okayama-u.ac.jp [150.46.48.104]) by alml002.ouadm.okayama-u.ac.jp (Postfix) with ESMTPSA id C0E9F4C0933; Wed, 3 Sep 2014 08:15:09 +0900 (JST) In-Reply-To: X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 42.127.236.165 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:99609 Archived-At: You can reassign only during `helm-find-file'. The `helm-find-file' almost looks like Dired and I assign "^" for going up. Minor side effect is you cannot type in "^" without using C-q. Sometimes you want to hit for `helm-selection-action'; however, you chose not to happen. Now look for substitute for . Something not can be "C-z", "C-", and ". (define-key helm-find-files-map (kbd "") 'helm-execute-persistent-action) (define-key helm-find-files-map (kbd "C-") 'helm-select-action) (define-key helm-find-files-map (kbd "C-z") 'helm-select-action) (define-key helm-find-files-map (kbd "") 'helm-select-action) (define-key helm-find-files-map (kbd "") 'helm-confirm-and-exit-minibuffer) (define-key helm-find-files-map (kbd "^") 'helm-find-files-up-one-level)