[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Setting debug-on-error and debug-ignored-errors
From: |
carlmarcos |
Subject: |
Re: Setting debug-on-error and debug-ignored-errors |
Date: |
Tue, 26 Jul 2022 13:30:24 +0200 (CEST) |
Jul 26, 2022, 10:59 by visuweshm@gmail.com:
> [செவ்வாய் ஜூலை 26, 2022] carlmarcos--- via Users list for the GNU Emacs text
> editor wrote:
>
>> Does one usually set debug-on-error and debug-ignored-errors variables
>> before launching emacs.
>>
>> I am also having difficulty seeing the errors
>>
>> For instance, suppose I remove an opening parenthesis, to get the error
>>
>> Invalid read syntax: )
>>
>> Why does emacs not help me by also showing me the file and line number at
>> which it is complaining.
>> I usually have a number of init files that are run from my .emacs file, yet
>> emacs debug errors does not print such details.
>>
>
> Launch Emacs as `emacs --debug-init'.
>
Ok, I get the backtrace. Is there an elisp command that makes possible to
force --debug-init from my emacs file?