MU-CITE for Debian ------------------ To call MU-CITE's citing filter function from emacsen mail and news readers' reply functions, put the following lines in your ~/.emacs: ;; for all but message-mode (add-hook 'mail-citation-hook 'mu-cite-original) ;; for message-mode only (setq message-cite-function 'mu-cite-original) ;; for Mew (add-hook 'mew-cite-hook (lambda () (mu-cite-original) (exchange-point-and-mark) ;; for highlighting )) (setq mew-summary-reply-with-citation-position 'body) ;;;(setq mu-cite-prefix-format '("> ")) ;;;(setq mu-cite-cited-prefix-regexp nil) ;;;(setq mu-cite-top-format '("On " date ",\n" from " wrote:\n\n")) -- Tatsuya Kinoshita , Sat, 4 Aug 2007 09:48:14 +0900