info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strip signature on reply without standard separator


From: Satoshi Yoshida
Subject: Re: Strip signature on reply without standard separator
Date: Wed, 24 Aug 2022 12:55:33 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Emanuel Berg <incal@dataswamp.org> writes:

> Hm, "over-engineering" isn't quite the right word here ... ?

I searched for "over-engineering" on web. I see. I think so.

>> (add-hook 'mu-cite-post-cite-hook
>>        '(lambda ()
> 
> Don't quote lambdas ...
> 
>>           (save-excursion
>>           (save-excursion
> 
> ?
> ?

Thank you for your advice.

(add-hook 'mu-cite-post-cite-hook
          (lambda nil
            (save-excursion
              (save-excursion

Is this right?

-- 
Satoshi Yoshida



reply via email to

[Prev in Thread] Current Thread [Next in Thread]