Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* create message, enter address & subject, skip rest of headers
@ 2016-02-12  7:39 Gijs Hillenius
  2016-02-12  8:51 ` Eric Abrahamsen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gijs Hillenius @ 2016-02-12  7:39 UTC (permalink / raw)
  To: info-gnus-english



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.

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

,----
| --text follows this line--
`----

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?


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

* Re: create message, enter address & subject, skip rest of headers
  2016-02-12  7:39 create message, enter address & subject, skip rest of headers Gijs Hillenius
@ 2016-02-12  8:51 ` Eric Abrahamsen
       [not found] ` <mailman.4464.1455267310.843.info-gnus-english@gnu.org>
  2016-02-12 19:24 ` Emanuel Berg
  2 siblings, 0 replies; 4+ messages in thread
From: Eric Abrahamsen @ 2016-02-12  8:51 UTC (permalink / raw)
  To: info-gnus-english

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.
>
> In my case C-u 8 C-n brings the cursor to the line below:
>
> ,----
> | --text follows this line--
> `----
>
> 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?

See the docstring for message-mode -- you can do a lot more than that!

E



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

* Re: create message, enter address & subject, skip rest of headers
       [not found] ` <mailman.4464.1455267310.843.info-gnus-english@gnu.org>
@ 2016-02-12 10:12   ` Gijs Hillenius
  0 siblings, 0 replies; 4+ messages in thread
From: Gijs Hillenius @ 2016-02-12 10:12 UTC (permalink / raw)
  To: info-gnus-english

On 12 Feb 2016, Eric Abrahamsen wrote:


[...]

>> Perhaps one of the wizards here knows of a better way?
>
> See the docstring for message-mode -- you can do a lot more than that!

:-)

thanks! 

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

* Re: create message, enter address & subject, skip rest of headers
  2016-02-12  7:39 create message, enter address & subject, skip rest of headers Gijs Hillenius
  2016-02-12  8:51 ` Eric Abrahamsen
       [not found] ` <mailman.4464.1455267310.843.info-gnus-english@gnu.org>
@ 2016-02-12 19:24 ` Emanuel Berg
  2 siblings, 0 replies; 4+ messages in thread
From: Emanuel Berg @ 2016-02-12 19:24 UTC (permalink / raw)
  To: info-gnus-english

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



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

end of thread, other threads:[~2016-02-12 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12  7:39 create message, enter address & subject, skip rest of headers Gijs Hillenius
2016-02-12  8:51 ` Eric Abrahamsen
     [not found] ` <mailman.4464.1455267310.843.info-gnus-english@gnu.org>
2016-02-12 10:12   ` Gijs Hillenius
2016-02-12 19:24 ` Emanuel Berg

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).