Gareth Smith
Gareth Smith
Thanks! I'll have a further play. My gnus version is 5.13. I did try calling gnus-summary-article-number (using M-:) directly in the summary buffer where I was trying to run the...
I just tried with commit 321b23b Remove gnus-interactive -- and gnorb-gnus-incoming-do-todo now seems to work. Thanks! As for requirements -- the only gnorb thing I now need to require is...
I get the following stacktrace. This is from a config where I require gnorb in my main init, and then do (gnus-registry-initialize) and then (gnorb-tracking-initialize) in my .gnus file. My...
Thanks! -- but I'm afraid I now get the following. I've tried commit 321b23b, with the two-line change you suggested elsewhere to fix gnorb-view and also fd91084. I'm running gnus...
Ah -- it looks like that keybinding stuff has to run not only after gnus has loaded, but also after the (gnus-registry-initialize). I guess even with (gnus-registry-initialize) in my .gnus...
I see there's a variable called "gnus-registry-unload-hook", but there doesn't seem to be one for loading. Perhaps the best thing is to put the gnus-related keybindings in .gnus, after the...