Gnus development mailing list
 help / color / mirror / Atom feed
* Sync Gnus and Emacs?
@ 2007-11-09 13:28 Simon Josefsson
  2007-11-09 18:05 ` Reiner Steib
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Josefsson @ 2007-11-09 13:28 UTC (permalink / raw)
  To: ding, Miles Bader

I just ran:

jas@mocca:~/src/emacs/lisp$ for file in `find . -type f | grep .el`; do if test -f ~/src/gnus/lisp/`basename $file`; then diff -ur $file ~/src/gnus/lisp/`basename $file`; fi; done|less

with up-to-date Emacs CVS and Gnus CVS directories.

The interesting differences are:

parse-time.el: newer copy in emacs cvs, changes seems insignificant
time-date.el: newer copy in emacs cvs, changes seems insignificant
dns-mode.el: newer copy in emacs cvs, changes seems insignificant
tls.el: newer copy in emacs cvs, but uses rx.el.  xemacs problem?
message.el: newer copy in emacs cvs, but uses rx.el.  xemacs problem?

I think with the exception of tls.el, we should simply copy the files
from emacs cvs into gnus cvs.  What do people think?  Miles, is your cvs
sync still running?  What do you think about pulling in these files from
emacs cvs into gnus cvs?

Other changes includes:

netrc.el: gnus-copy contains xemacs-specific code?
gnus.el: gnus cvs specific version changes

I wonder whether the Gnus CVS is still useful for developers, or whether
perhaps not all Gnus developers should simply become Emacs developers?
The Emacs<->Gnus CVS sync can continue to work for users.  Just an idea.

Thanks,
Simon



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

end of thread, other threads:[~2007-11-09 23:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-09 13:28 Sync Gnus and Emacs? Simon Josefsson
2007-11-09 18:05 ` Reiner Steib
2007-11-09 18:35   ` Ted Zlatanov
2007-11-09 23:44   ` Miles Bader

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