Uwe Brauer
2015-03-08 13:59:00 UTC
Hi
I often receive message in which I want to kill nested citations
such as
this should be replied to
So only lines with the prefix of the last line should remain. I could
not find any function which seems to do this. The following very basic
function satisfies my needs.
(defun my-cleanup-nested-citations ()
(interactive)
(save-excursion
(message-goto-body)
(delete-matching-lines ">>\\|> >\\|>>>\\|> > >")))
I wounder whether there are other better solutions.
regards
Uwe Brauer
I often receive message in which I want to kill nested citations
such as
bl bla
this thatnot find any function which seems to do this. The following very basic
function satisfies my needs.
(defun my-cleanup-nested-citations ()
(interactive)
(save-excursion
(message-goto-body)
(delete-matching-lines ">>\\|> >\\|>>>\\|> > >")))
I wounder whether there are other better solutions.
regards
Uwe Brauer