* Re: Line wrap Re: [gnus-newbe] How to not generate Message-ID:'s lines?
[not found] ` <audb6h$4hr$04$1@news.t-online.com>
@ 2002-12-25 23:49 ` Karl Pflästerer
0 siblings, 0 replies; only message in thread
From: Karl Pflästerer @ 2002-12-25 23:49 UTC (permalink / raw)
Reinhard Tartler <- ZTMKWUHJQBDF@spammotel.com wrote:
> Very impressive. Is there somewhere a FAQ where those silly newbe questions
> are already answered? http://www.gnus.org seems to be down, and
> http://my.gnus.org is a bit too basic, or just doesn't answer my questions. :-(
Well the FAQs I know are mostly not up to date, so I would recommend
reading the info file. Nearly everything is written there, you just have
to remember also to look in the message info file.
> My next question would be how to get this compose buffer to
> automatically line wrap my composed message.
Do you mean `auto-fill-mode'?. You could test it with `M-x
auto-fill-mode RETURN'. Or you could add it to a hook. Here eg. the
`text-mode-hook' because message-mode is derived from text-mode. So you
could write:
(add-hook 'text-mode-hook
#'(lambda ()
(setq fill-column 72)
(turn-on-auto-fill)
(line-number-mode 1)
(column-number-mode 1)))
bye
KP
--
Männer der Wissenschaft! Man sagt ihr viele nach,
aber die meisten mit Unrecht.
Karl Kraus 'Aphorismen'
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-25 23:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <khn0mucapp.fsf@rantanplan.goethe.con>
[not found] ` <m3znqu10j9.fsf@hamster.pflaesterer.de>
[not found] ` <audb6h$4hr$04$1@news.t-online.com>
2002-12-25 23:49 ` Line wrap Re: [gnus-newbe] How to not generate Message-ID:'s lines? Karl Pflästerer
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).