help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debug eshell init


From: Fabio
Subject: Re: debug eshell init
Date: Mon, 21 Sep 2009 10:29:55 -0700 (PDT)
User-agent: G2/1.0

> Sounds like a bug that should be reported.  Please 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?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]