emacs-devel
[Top][All Lists]
Advanced

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

Info: Console Vs GUI difference?


From: T.V. Raman
Subject: Info: Console Vs GUI difference?
Date: Fri, 1 Nov 2013 09:55:44 -0700

Found the backtrace:-)

I  see that redisplay is triggering the bug -- but only under X.

Once user-error has been triggered once in info, then the signal
is raised after * every user command * -- see output below from
the Messages buffer.
backtrace()
  emacspeak-speak-error-message(user-error "Node has no Up")
  ad-Advice-signal(#<subr signal> user-error ("Node has no Up"))
  apply(ad-Advice-signal #<subr signal> (user-error ("Node has no Up")))
  signal(user-error ("Node has no Up"))
  user-error("Node has no %s" "Up")
  #[(name &optional errorname) "ÄŠebˆ`ÅyˆÆ
ÇÈ Q    Ä#ƒÉÅ!‚.Ä=?….ÊË̆,
!\"+‡" [case-fold-search bound name errorname t 1 re-search-backward
":" Info-following-node-name-re match-string-no-properties user-error
"Node has no %s" capitalize] 4
("/usr/local/share/emacs/24.3.50/lisp/info.elc" . 56390)]("up" nil)
  ad-Advice-Info-extract-pointer(#[(name &optional errorname) "ÄŠebˆ`ÅyˆÆ
ÇÈ Q    Ä#ƒÉÅ!‚.Ä=?….ÊË̆,
!\"+‡" [case-fold-search bound name errorname t 1 re-search-backward
":" Info-following-node-name-re match-string-no-properties user-error
"Node has no %s" capitalize] 4
("/usr/local/share/emacs/24.3.50/lisp/info.elc" . 56390)] "up")
  apply(ad-Advice-Info-extract-pointer #[(name &optional errorname)
"ÄŠebˆ`ÅyˆÆ
ÇÈ Q    Ä#ƒÉÅ!‚.Ä=?….ÊË̆,
!\"+‡" [case-fold-search bound name errorname t 1 re-search-backward
":" Info-following-node-name-re match-string-no-properties user-error
"Node has no %s" capitalize] 4
("/usr/local/share/emacs/24.3.50/lisp/info.elc" . 56390)] "up")
  Info-extract-pointer("up")
  Info-up()
  call-interactively(Info-up nil nil)
  command-execute(Info-up)

On 11/1/13, Stefan Monnier <address@hidden> wrote:
>> I just added (backtrace) at the top of the advice form.
>
> Check the docstring of `backtrace' ;-)
>
> It doesn't display the backtrace, it just prints it somewhere.
> Typically, you make it print into some temp buffer which you can consult
> manually later on.
>
>
>         Stefan
>



reply via email to

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