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: Mon, 31 Oct 2022 15:46:06 +0100

>>>>> On Mon, 31 Oct 2022 14:00:25 +0000, Angel de Vicente 
>>>>> <angel.vicente.garrido@gmail.com> said:

    Angel> Hello,
    Angel> Robert Pluim <rpluim@gmail.com> writes:

    >>>>>>> On Sun, 30 Oct 2022 00:19:34 +0100, Angel de Vicente 
<angel.vicente.garrido@gmail.com> said:
    >> That sounds like either a bug or a documenation issue, maybe report it
    >> with M-x report-emacs-bug (you didnʼt mention which version of Emacs
    >> youʼre using)

    Angel> Emacs version is 28.2. Will report the bug then (I have never used
    Angel> 'report-emacs-bug', I hope it is straightforward).

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

    >> Untested, but something like:
    >> 
    >> (defun angel-message-setup ()
    >> (save-excursion
    >> (message-goto-body)
    >> (mml-secure-message-sign-pgpmime)))
    >> 
    >> (add-hook 'message-setup-hook 'angel-message-setup)

    Angel> Thanks, but unfortunately it behaves in the same way.

Strange, it works for me. If you want to work out whatʼs going on you
can use `edebug-defun' and then single step through
`angel-message-setup' to see whatʼs going on.

Robert
-- 



reply via email to

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