From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: debug eshell init Date: Mon, 21 Sep 2009 20:30:32 +0200 Message-ID: References: <20e2e41f-850d-41ac-94de-c71d50788dd2@h30g2000vbr.googlegroups.com> <5e46f691-270e-4c2f-bed8-0d30d18346ae@p23g2000vbl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1253558191 9430 80.91.229.12 (21 Sep 2009 18:36:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2009 18:36:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Fabio Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 21 20:36:23 2009 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 1MpnkM-0006ld-Ih for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 20:36:22 +0200 Original-Received: from localhost ([127.0.0.1]:57967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpnkL-0006oV-Cr for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 14:36:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpnjz-0006oQ-DZ for help-gnu-emacs@gnu.org; Mon, 21 Sep 2009 14:35:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpnju-0006oE-Rs for help-gnu-emacs@gnu.org; Mon, 21 Sep 2009 14:35:58 -0400 Original-Received: from [199.232.76.173] (port=53106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpnju-0006oB-M7 for help-gnu-emacs@gnu.org; Mon, 21 Sep 2009 14:35:54 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:55645) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpnju-0002PD-4s for help-gnu-emacs@gnu.org; Mon, 21 Sep 2009 14:35:54 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id DFEA911EB9A72; Mon, 21 Sep 2009 20:35:52 +0200 (CEST) Original-Received: from [91.35.212.80] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (WEB.DE 4.110 #314) id 1Mpneq-0004jX-00; Mon, 21 Sep 2009 20:30:40 +0200 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: X-Provags-ID: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:68347 Archived-At: Am 21.09.2009 um 19:29 schrieb Fabio: > That way, it works in terms of mapping, but ehelp is not able to > handle this vector. I used this vector syntax for *special* keys like > Function keys, e.g. [f6] or the windows-key, e.g. [?\s-f] etc. Is > there is a better way to do that? This should also work: (global-set-key (kbd "C-_") 'help-command) (global-set-key (kbd "A-<") 'other-frame) (global-set-key (kbd "ESC ") 'tabbar-backward-group) -- Greetings Pete (This space left blank for technical reasons.)