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: Thu, 17 Sep 2009 05:17:14 -0700 (PDT)
User-agent: G2/1.0

On Sep 17, 11:21 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 17.09.2009 um 01:07 schrieb Fabio:
>
> > Is there any way to view/start a debug-log when starting any function
> > in Emacs?
>
>         (setq debug-on-error t)
>
> in your init file?
>
> --
> Greetings
>
>    Pete
>
> If all else fails read the instructions.
>                                 - Donald Knuth

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.

Thank you very much Pete!




reply via email to

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