Skip to main content

Questions tagged [logging]

0 votes
2 answers
82 views

I'm trying to build a function that is a wrapper around defconst so that creation of a constant automatically gets logged in my log file. However, I can't figure out how to pass a string in a variable ...
simon.watson.sjw's user avatar
1 vote
1 answer
250 views

In git, the following shows patchlog for a directory git log -p -- hukarz/ How can I do this in Magit?;) I found some patch for it, but has this been included in Magit? Here's the patch I found ...
Jason Hunter's user avatar
  • 1,234
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
1 vote
1 answer
101 views

In this example, the message isn't shown, but it's still logged (message-log-max is ignored). (let ((inhibit-message t) (message-log-max nil)) (hs-minor-mode)) The text Showing all blocks ... ...
ideasman42's user avatar
  • 9,513
0 votes
1 answer
34 views

Under a "topic" org entry I sometimes make daily sub-entries while working on the topic. Is there a command to start logging time on the top level topic instead of the daily entry?
Cigarette Smoking Man's user avatar
3 votes
0 answers
178 views

My Emacs configuration (Emacs 27, Doom-Emacs config with lots of user-specific tweaks, running on MacOS) sometimes hangs at seemingly random times, and the kill -SIGUSR2 <emacs PID> has no ...
Alexey Shiklomanov's user avatar
5 votes
2 answers
517 views

On this video stream, the window on right displays the keybindings typed with its corresponding command bound. Is there any package that does that, or a way to achieve it?
nephewtom's user avatar
  • 2,401
6 votes
1 answer
773 views

Having here some troubles with TRAMP mode and already set (customize-set-variable 'tramp-verbose 6 "Enable remote command traces") in .emacs file. But main problem is that Emacs is stuck in TRAMP ...
Renan41's user avatar
  • 85

15 30 50 per page