info-gnus-english
[Top][All Lists]
Advanced

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

Re: create message, enter address & subject, skip rest of headers


From: Emanuel Berg
Subject: Re: create message, enter address & subject, skip rest of headers
Date: Fri, 12 Feb 2016 20:24:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Gijs Hillenius <gijs@hillenius.net> writes:

> In Gnus, C-x m creates a new email message, and places
> the cursor at the To: header, ready to enter an email
> address. C-n goes to the subject line.

And C-c C-b is `message-goto-body'.

> In my case C-u 8 C-n brings the cursor to the line
> below:

You can reduce the number of headers with, e.g.,

    (setq message-hidden-headers
      '("References" "Face" "X-Face" "X-Draft-From" "Mail-Copies-To" "From" 
"Gcc") )

> --text follows this line--

As a side note, you can change that with

    (setq mail-header-separator "---")

> I could create a keybinding. But the number of
> headers could change, depending on posting styles
> and what else. Perhaps one of the wizards here knows
> of a better way?

Specifically, `message-goto-body', as said.
In general, reduce the number of visible headers.
Also check out this package to iterate headers (and
the body) back and forth with TAB and backtab:

    http://user.it.uu.se/~embe8573/conf/emacs-init/gnus/moggle.el

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




reply via email to

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