Re: [defadvice, advice-add ]
2025-02-12
Thread
Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)
> Uwe Brauer via "Announcements and discussions for GNUS, the GNU Emacs > Usenet newsreader (in English)" writes: > Most nadvice pieces, including :before advice pieces, are passed the > arguments that are passed to the advised function. > `gnus-summary-followup-with-original' is always called w
Re: [defadvice, advice-add ]
2025-02-12
Thread
Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)
>>> "CG" == Christoph Groth writes: > Uwe Brauer wrote: >> BTW I am still wondering that such a functionality is not implemented, >> yet. > Could you please post the complete code once you are more or less done > with it? Sure, I am still testing it a bit. So, I will send it over the weekend.
Re: [defadvice, advice-add ]
Uwe Brauer wrote: > BTW I am still wondering that such a functionality is not implemented, > yet. Could you please post the complete code once you are more or less done with it? Thanks Christoph
Custom article quit function and reopen issue
I attempted to create a custom function to close the article buffer and delete its window: --8<---cut here---start->8--- (defun my-gnus-article-quit () "Close the current article buffer and delete its window." (interactive) (kill-current-buffer) (delete-
Re: Checking if user-mail-address is in To or CC (to avoid an embarrassing social situation) BCC
Uwe Brauer via "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)" writes: >> Uwe Brauer writes: > >> Have you ruled out using the message-prune-recipient-rules and >> message-dont-reply-to-names in (info "(message) Wide Reply")? They may >> be enough for you (I