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

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

Re: debug eshell init


From: Kevin Rodgers
Subject: Re: debug eshell init
Date: Thu, 17 Sep 2009 21:09:44 -0600
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

Fabio wrote:
I was able to pin down the villain: I remapped the help key C-h...
ehelp does not like that...

I get a *Backtrace* buffer with this content:

Debugger entered--Lisp error: (wrong-type-argument characterp [31])
  char-to-string([31])
  byte-code(...) ... ("/usr/share/emacs/23.0.91/lisp/ehelp.elc" .
1297))
  require(ehelp)
  byte-code(...)
  require(term)
  byte-code(...)
  load("em-term")
  eshell-mode()
  eshell(nil)
  call-interactively(eshell t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

I am considering a default help-key mapping so that ehelp does not
complain.

help-char should be a character, not a vector.

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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