Emanuel Berg <in...@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