Gnus development mailing list
 help / color / mirror / Atom feed
* Syncing (gnus)New Features and GNUS-NEWS
@ 2004-01-05 13:11 Reiner Steib
  2004-01-05 15:19 ` Simon Josefsson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Reiner Steib @ 2004-01-05 13:11 UTC (permalink / raw)


Hi,

currently we have two places were new (user-visible) features are
described:

1. The node (info "(gnus)New Features") in `texi/gnus.texi'

2. GNUS-NEWS (plain test file in outline mode).

Is the intention that both places should contain (essentially) the
same information?

I think we should (and must) keep GNUS-NEWS for several reasons (e.g.
for later inclusion in Emacs' NEWS file and to allow users to see
what's new without installing the info manual).

Shouldn't we declare one "master" and create the other automatically?
(What I usually do is write an entry for `gnus.texi', Copy&Paste the
formated info-output to GNUS-NEWS and adjust it slightly (line breaks,
etc).  Creating the text version first and adding the markup later is
very annoying, IMHO.)

Maybe it would make sense to factor out the No Gnus node (i.e. the
current version) to `gnus-news.texi', add "@include gnus-news.texi" in
`gnus.texi' and convert `gnus-news.texi' to GNUS-NEWS automatically.

Running »makeinfo --no-headers --paragraph-indent=0 --fill-column=83«
on `gnus-news.texi' already gives acceptable output (see a quick test
below).  Of course some modifications have to be done (by sed or in
lisp).

Opinions?

Bye, Reiner.
--8<---------------cut here---------------start------------->8---
$ cat gnus-news.texi 
@itemize @bullet{}@bullet{}

@item
@code{gnus-group-read-ephemeral-group} can be called interactively,
using @kbd{G M}.

@item
In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
Use @kbd{B w} for @code{gnus-summary-edit-article} instead.

@end itemize

$ makeinfo --no-headers --paragraph-indent=0 --fill-column=83 \
  gnus-news.texi|sed 's|^ *||'
** `gnus-group-read-ephemeral-group' can be called interactively, using `G M'.

** In draft groups, `e' is now bound to `gnus-draft-edit-message'.  Use `B w'
for `gnus-summary-edit-article' instead.


--8<---------------cut here---------------end--------------->8---
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




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

end of thread, other threads:[~2004-01-06 22:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-05 13:11 Syncing (gnus)New Features and GNUS-NEWS Reiner Steib
2004-01-05 15:19 ` Simon Josefsson
2004-01-05 20:29   ` Steinar Bang
2004-01-05 22:14 ` Xavier Maillard
2004-01-06  4:39 ` Lars Magne Ingebrigtsen
2004-01-06 22:11   ` Reiner Steib

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