[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lisp-friendly backtraces [was: Lispy backtraces]
From: |
Clément Pit--Claudel |
Subject: |
Re: Lisp-friendly backtraces [was: Lispy backtraces] |
Date: |
Mon, 5 Dec 2016 11:31:03 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
On 2016-12-05 09:37, Stefan Monnier wrote:
>> Removing `backtrace' from eval.c makes the patch much harder to read,
>> so I'll do that later.
>
> M-x diff-unified->context RET
>
> should solve this apparent problem.
Neat! I've attached a cleaner patch, including documentation and a Changelog
entry.
Help with the following warning would be much appreciated:
eval.c:3436:1: warning: no previous prototype for ‘backtrace_frame_apply’
[-Wmissing-prototypes]
backtrace_frame_apply (Lisp_Object function, union specbinding *pdl)
^
(why does this specific function cause this warning, while other newly
introduced functions don't?)
Thanks,
Clément.
0001-Move-backtrace-to-ELisp-using-a-new-mapbacktrace-pri.patch
Description: Text Data
signature.asc
Description: OpenPGP digital signature
- Re: bug#24514: 24.5; Lispy backtraces, (continued)
- Re: bug#24514: 24.5; Lispy backtraces, Clément Pit--Claudel, 2016/12/03
- Re: bug#24514: 24.5; Lispy backtraces, Eli Zaretskii, 2016/12/04
- Re: bug#24514: 24.5; Lispy backtraces, Clément Pit--Claudel, 2016/12/04
- Re: bug#24514: 24.5; Lispy backtraces, Eli Zaretskii, 2016/12/04
- Re: bug#24514: 24.5; Lispy backtraces, Clément Pit--Claudel, 2016/12/04
- Re: bug#24514: 24.5; Lispy backtraces, Eli Zaretskii, 2016/12/04
- Lisp-friendly backtraces [was: Lispy backtraces], Clément Pit--Claudel, 2016/12/05
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Stefan Monnier, 2016/12/05
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Clément Pit--Claudel, 2016/12/05
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Stefan Monnier, 2016/12/05
- Re: Lisp-friendly backtraces [was: Lispy backtraces],
Clément Pit--Claudel <=
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Eli Zaretskii, 2016/12/05
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Eli Zaretskii, 2016/12/05
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Clément Pit--Claudel, 2016/12/05
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Eli Zaretskii, 2016/12/06
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Clément Pit--Claudel, 2016/12/07
- Re: Lisp-friendly backtraces [was: Lispy backtraces], Clément Pit--Claudel, 2016/12/12