|
From: Greg M. <min...@um...> - 2026-05-26 16:30:22
|
Bill, > Given that I don't have any messages in my +inbox, it's impossible for > me to reproduce. I can't reproduce it in other folders, but as you note, > you don't see it in other folders either. yes, my deviance from accepted social norms is exposed. 778 messages and counting. clearly i'm more popular than you, so nyaah nyaah nyaah! (especially back in 2001, from when many of these originate.) > I'd suggest running "emacs -Q" to skip reading your .emacs, > .emacs-custom.el, and any other customizations of yours that those files > reference. If the problem goes away, look inside related hooks that > might be calling (goto-char (point-min)) directly or indirectly. > > The next debugging strategy is to comment all of your customizations out > in lieu of running emacs -Q, confirm that the problem goes away, and > then uncomment chunks until the problem reappears. Then comment stuff > out slowly until the problem disappears. Then you should have your > errant code. well, when i have the annoyance/energy, i'm single stepping through persp code (that is in the area of frames). cl-related constructs (`when`, `unless`, et al.) make that exercise slightly less pleasant, but it's still tractable. if i find anything of note, i'll report. cheers, Greg |