Skip to main content

Questions tagged [debugging]

Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program.

Filter by
Sorted by
Tagged with
0 votes
2 answers
81 views

How to pass BODY argument ? (defun with-test (&rest body) "Execute BODY in current buffer '*Test*', saving and restoring current context." (interactive) (let ((cb (current-buffer)) ...
STyx's user avatar
  • 1
2 votes
1 answer
127 views

I'm moving from Emacs 24 on Windows to Emacs 30.1 in server mode on Ubuntu via Snap so I'm having to deal with a huge number of things changing all at once. The problem I'm bothering you with occurs ...
bielawski's user avatar
  • 171
0 votes
1 answer
106 views

I just installed GNU Emacs 30.1 on my computer at work that runs on Windows 11 but I'm getting this message ■ Warning (initialization): An error occurred while loading ‘c:/Users/jdioses/.emacs.d/...
JorgeXD's user avatar
0 votes
1 answer
90 views

I'm trying to bind C-x C-r to my own command (FWIW, it's roughly the same as the recentf command for switching to some recently-used thing) but somehow it just is not working: no matter what I do, ...
Dan Drake's user avatar
  • 809
0 votes
0 answers
49 views

I'm trying to setup dap-mode with dap-lldb but when i select my defined configuration I got the error: dap--create-session: Wrong type argument: stringp, nil. Below the code for registration of ...
MirkoBanchi's user avatar
0 votes
1 answer
91 views

I'm trying to read an emacs lisp file and figure out what it's doing and how. Is there some way to turn on some sort of tracing? The file in question is this and I can't figure out where it starts, ...
147pm's user avatar
  • 3,085
1 vote
1 answer
145 views

I often get error in my config file and sometimes it displays the char number or line number, but sometimes it doesn't, like now: *Backtrace* Debugger entered--Lisp error: (invalid-read-syntax ")&...
Jason Hunter's user avatar
  • 1,246
0 votes
0 answers
38 views

https://www.masteringemacs.org/article/keeping-secrets-in-emacs-gnupg-auth-sources says: And, of course, you can nest the file extensions: open a .py.gpg file and it is first decrypted and then the ...
user570286's user avatar
1 vote
1 answer
49 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
2 votes
1 answer
447 views

I've mostly used R with ESS before, but now I'm using python for a data sciency project. My general workflow is having a split screen with code on one side and the shell on the other (I generally don'...
swhalemwo's user avatar
0 votes
1 answer
74 views

Why is my eval-expression output being truncated despite setting all the print-level and print-length variables to a very high value? (setf print-level 99999999999999 print-length ...
erjoalgo's user avatar
  • 895
0 votes
1 answer
87 views

I am writing a function to set a BLOCKER property on tasks under certain conditions. The logic is working fine, but I am getting an error I cannot make sense of. When executing the function on a org ...
lyndhurst's user avatar
  • 123
0 votes
1 answer
80 views

I start my desktop using .xinitrc: emacs --daemon -f exwm-enable exec emacsclient -c Now I'm required to run emacs -q in order to debug image display issues How should I achieve that since ...
jjk's user avatar
  • 796
0 votes
0 answers
78 views

I uninstalled emacs using sudo apt remove emacs*. As it was busy my screen suddenly turned black with just the top left flashing cursor. After a restart, no desktop environment loads, I can only use ...
Joram's user avatar
  • 101
0 votes
1 answer
138 views

Actually, sending mails works fine. But the error is annoying because it causes mu4e to keep the compose buffer open. Normally, it would close the buffer and save the mail to the sent folder. So I ...
durgaBahadur's user avatar

15 30 50 per page
1
2 3 4 5
38