GNU bug report logs - #31589
lispintro - Backtrace read out update

Previous Next

Package: emacs;

Reported by: Van L <van <at> scratch.space>

Date: Fri, 25 May 2018 03:33:01 UTC

Severity: minor

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Van L <van <at> scratch.space>
Subject: bug#31589: closed (Re: bug#31589: lispintro - Backtrace read out
 update)
Date: Fri, 25 May 2018 08:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31589: lispintro - Backtrace read out update

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31589 <at> debbugs.gnu.org.

-- 
31589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31589
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Van L <van <at> scratch.space>
Cc: 31589-done <at> debbugs.gnu.org
Subject: Re: bug#31589: lispintro - Backtrace read out update
Date: Fri, 25 May 2018 11:37:43 +0300
> From: Van L <van <at> scratch.space>
> Date: Fri, 25 May 2018 13:32:02 +1000
> 
> The documentation and behavior are different.

Thanks, fixed.

[Message part 3 (message/rfc822, inline)]
From: Van L <van <at> scratch.space>
To: bug-gnu-emacs <at> gnu.org
Subject: lispintro - Backtrace read out update
Date: Fri, 25 May 2018 13:32:02 +1000
Hello.

The documentation and behavior are different.

diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index b79432e..a3a2155 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1339,10 +1339,12 @@ Making Errors
 ---------- Buffer: *Backtrace* ----------
 Debugger entered--Lisp error: (void-function this)
   (this is an unquoted list)
-  eval((this is an unquoted list))
-  eval-last-sexp-1(nil)
+  eval((this is an unquoted list) nil)
+  elisp--eval-last-sexp(nil)
   eval-last-sexp(nil)
-  call-interactively(eval-last-sexp)
+  funcall-interactively(eval-last-sexp nil)
+  call-interactively(eval-last-sexp nil nil)
+  command-execute(eval-last-sexp)
 ---------- Buffer: *Backtrace* ----------
 @end group
 @end smallexample


This bug report was last modified 7 years and 77 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.