Gnus development mailing list
 help / color / mirror / Atom feed
* is there a hook just for replying messages.
@ 2018-02-19 11:02 Uwe Brauer
  2018-02-19 16:13 ` Emanuel Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2018-02-19 11:02 UTC (permalink / raw)
  To: ding


Hi

I have started to use the package  messages-are-flowing.

For that to work, I have to set.


 (with-eval-after-load "message"
   (add-hook 'message-mode-hook 'messages-are-flowing-use-and-mark-hard-newlines))

Then via hardlines, my mails look nicer in handheld devices such as the
iPhone.
However in addition I am using for replying mails, quotes that start
like this


      > As I said

No you did not.

Then the messages-are-flowing packages makes the messages look much
worse on a handheld, but ok on a normal device. I could use

> As I said

And would avoid the problem. However I am looking for two hooks:

One to be used only for «normal/no reply» message the other hook should
be called when I reply to a message, this way I could remove the hook
when replying messages.

Do such hooks exit?

Thanks

Uwe Brauer 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: is there a hook just for replying messages.
  2018-02-19 11:02 is there a hook just for replying messages Uwe Brauer
@ 2018-02-19 16:13 ` Emanuel Berg
  2018-02-19 16:36   ` Uwe Brauer
  2018-02-19 16:55   ` Uwe Brauer
  0 siblings, 2 replies; 4+ messages in thread
From: Emanuel Berg @ 2018-02-19 16:13 UTC (permalink / raw)
  To: ding

Uwe Brauer wrote:

> Do such hooks exit?

Maybe:

    message-cancel-hook         message-header-hook
    message-header-setup-hook   message-mode-hook
    message-send-hook           message-send-mail-hook
    message-send-news-hook      message-sent-hook
    message-setup-hook          message-signature-setup-hook
    messages-buffer-mode-hook

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: is there a hook just for replying messages.
  2018-02-19 16:13 ` Emanuel Berg
@ 2018-02-19 16:36   ` Uwe Brauer
  2018-02-19 16:55   ` Uwe Brauer
  1 sibling, 0 replies; 4+ messages in thread
From: Uwe Brauer @ 2018-02-19 16:36 UTC (permalink / raw)
  To: ding

>>> "Emanuel" == Emanuel Berg <moasen@zoho.com> writes:

   > Uwe Brauer wrote:
   >> Do such hooks exit?

   > Maybe:

   >     message-cancel-hook         message-header-hook
   >     message-header-setup-hook   message-mode-hook
   >     message-send-hook           message-send-mail-hook
   >     message-send-news-hook      message-sent-hook
   >     message-setup-hook          message-signature-setup-hook
   >     messages-buffer-mode-hook

Thanks, but none of them seems reply specific. I swore years ago there
was some reply hook. Ah I could use supercite and its hooks.


Uwe Brauer 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: is there a hook just for replying messages.
  2018-02-19 16:13 ` Emanuel Berg
  2018-02-19 16:36   ` Uwe Brauer
@ 2018-02-19 16:55   ` Uwe Brauer
  1 sibling, 0 replies; 4+ messages in thread
From: Uwe Brauer @ 2018-02-19 16:55 UTC (permalink / raw)
  To: ding

>>> "Emanuel" == Emanuel Berg <moasen@zoho.com> writes:

   > Uwe Brauer wrote:
   >> Do such hooks exit?

   > Maybe:

   >     message-cancel-hook         message-header-hook
   >     message-header-setup-hook   message-mode-hook
   >     message-send-hook           message-send-mail-hook
   >     message-send-news-hook      message-sent-hook
   >     message-setup-hook          message-signature-setup-hook
   >     messages-buffer-mode-hook

Yep

The pre-sc-hook

Does what I was looking for. Problem solved.

Uwe Brauer 




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-19 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19 11:02 is there a hook just for replying messages Uwe Brauer
2018-02-19 16:13 ` Emanuel Berg
2018-02-19 16:36   ` Uwe Brauer
2018-02-19 16:55   ` Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).