help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Signing message reply problem


From: Emanuel Berg
Subject: Re: Signing message reply problem
Date: Mon, 31 Oct 2022 16:22:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Robert Pluim wrote:

> For someone who already sends mail using Emacs itʼs very
> easy :-)

It will also make you a better programmer, in unexpected
ways ...

(defun gnus-article-wash-more ()
  (interactive)
  (article-translate-strings
   '(
     ;; ...
     ("ʼ" "'")
     ))
  (gnus-article-strip-multiple-blank-lines) )

(defun gnus-article-prepare-hook-f ()
  (gnus-with-article-buffer
    (gnus-article-wash-more) ))
(add-hook 'gnus-article-prepare-hook #'gnus-article-prepare-hook-f)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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