Skip to main content

Questions tagged [backtrace]

1 vote
1 answer
44 views

For an error in a timer there is Error running timer: (text-read-only "Attempt to change text outside editable field") Sadly it does not give a hint which function in which buffer has the ...
Harald's user avatar
  • 404
0 votes
1 answer
109 views

I've recently made significant changes to my emacs configuration, and now it's crashing every now and then (maybe every week or so). The only thing that I noticed about it is that it happens when I ...
NTC's user avatar
  • 57
1 vote
1 answer
49 views

I have a package that invokes some user-defined code that can be error-prone. For the most part, I'd like to respect the user's choices for handling errors, e.g. debug-on-error. However, due to some ...
erjoalgo's user avatar
  • 895
0 votes
0 answers
67 views

(require 'cl) (require 'seq) (require 'dash) (eval-when-compile (require 'cl-lib) (require 'subr-x) (require 'env) (require 'json)) (defgroup chatgpt nil "ChatGPT frontend." :...
A-nak Wannapaschaiyong's user avatar
1 vote
0 answers
169 views

I am GNU Emacs 28.1.91 with native compilation. Emacs freezes so often, where I am unable to find what's is wrong. During the freeze all my work is always gone where the save does not occur. Following:...
alper's user avatar
  • 1,570
0 votes
2 answers
181 views

My OS is ubuntu 22.04 LTS, emacs is in /usr/local/texlive/emacs-28.1, texline in /usr/local/texlive and auctex in .emacs.d/elpa. Whenever I open a file in the emacs-buffer, it shows -- in a buffer *...
Alexander Wittmann's user avatar
2 votes
2 answers
275 views

With emacs if there is a backtrace buffer open, new backtrace is ignored. I find it is unconvenient when I am trying to find out which function/hook changes a variable. I use debug-watch as described ...
godblessfq's user avatar
  • 1,311
0 votes
0 answers
76 views

With stack traces in elisp, I only see the function and the error that occurred within this function. Is it possible to also include the line number or the character-position where the error took ...
ideasman42's user avatar
  • 9,513

15 30 50 per page