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: Sat, 27 Aug 2022 15:59:09 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Emanuel Berg <incal@dataswamp.org> writes:

> Satoshi Yoshida wrote:
> 
>> (function mu-cite-original)
> 
> #'mu-cite-original

I see.

>> (add-hook 'mu-cite-post-cite-hook
>>        (lambda () [...]
> 
> What happens if you change the code and evaluate
> `add-hook' again?

I can't understand. Please give me more clue.

>>          (save-excursion
>>            (save-excursion
> 
> ?
> ?

It's strange.
But I can't delete a blank line at the top of buffer without it.

>>              (replace-regexp "^> >" ">>")
> 
> Doesn't work on ">  >" ...

Same behavior as Gnus without mu-cite.

>> [ \t]
> 
> [[:blank:]]

Thank you. And I'll replace [a-zA-Z] to [[:alpha:]]

-- 
Satoshi Yoshida



reply via email to

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