From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabio Newsgroups: gmane.emacs.help Subject: Re: debug eshell init Date: Mon, 21 Sep 2009 10:29:55 -0700 (PDT) Organization: http://groups.google.com 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 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253554898 30732 80.91.229.12 (21 Sep 2009 17:41:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2009 17:41:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 21 19:41:31 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 1MpmtG-00058D-GA for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 19:41:31 +0200 Original-Received: from localhost ([127.0.0.1]:56871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpmtG-0007Qy-1i for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 13:41:30 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!m20g2000vbp.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 84.113.198.65 Original-X-Trace: posting.google.com 1253554195 17985 127.0.0.1 (21 Sep 2009 17:29:55 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 21 Sep 2009 17:29:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m20g2000vbp.googlegroups.com; posting-host=84.113.198.65; posting-account=_eojFQoAAAC3vmPG_nxqa_bdHfJFuvJ2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173230 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:68346 Archived-At: > Sounds like a bug that should be reported. =A0Please use "M-x > report-emacs-bug RET" to do that. I am not really familliar with bug reporting. What would be the best way to tell a developer about it? Anyway, I think I really got down to the problem and I guess it was my fault after all. The help key was mapped to underscore C-_ : (global-set-key [?\C-_] 'help-command) [?\C-_] evaluates to [31]. That is the cause. 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?