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: Robert Pluim
Subject: Re: Signing message reply problem
Date: Wed, 02 Nov 2022 11:33:47 +0100

>>>>> On Mon, 31 Oct 2022 16:22:31 +0100, Emanuel Berg <incal@dataswamp.org> 
>>>>> said:

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

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

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

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

Does your terminal not like 'ʼ'?

Robert
-- 



reply via email to

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