From: Bill Wohler <wohler@newt.com>
Cc: emacs-devel@gnu.org
Subject: Re: Gnus update
Date: Tue, 27 Jul 2004 08:37:14 -0700 [thread overview]
Message-ID: <1259.1090942634@newt.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 827 bytes --]
Miles Bader <miles@lsi.nec.co.jp> writes:
> I think the best thing might be to have neither, but rather do two-way
> merging very frequently.
Is one of the Gnus maintainers an Emacs committer also? Perhaps the MH-E
model can be applied to Gnus.
Before each MH-E release, I run the import-emacs script (attached, but
specific to MH-E so read, understand, and modify accordingly before
using) which imports the current Emacs MH-E sources into the Emacs
branch in the MH-E CVS repository and then merges the changes into the
mainline (after I double-check them). I then release MH-E and then run
the install-emacs Makefile target which installs the MH-E files into
Emacs which are subsequently checked in.
Now, if I could create a single MH-E package that could be used by both
XEmacs and GNU Emacs, that would be ideal ;-).
[-- Attachment #2: import-emacs --]
[-- Type: application/x-shellscript, Size: 3677 bytes --]
[-- Attachment #3: Type: text/plain, Size: 822 bytes --]
>From the MH-E Makefile:
# Install the source into the Emacs source.
install-emacs:
cp $(MH-E-ETC) $(EMACS_HOME)/etc
cp $(MH-E-SRC) $(MH-E-OTHERS) $(EMACS_HOME)/lisp/mh-e
cp $(MH-E-IMG) $(EMACS_HOME)/lisp/toolbar
cp $(MH-E-IMG2) $(EMACS_HOME)/lisp/mail
# View the CVS logs for the Emacs versions (to see if they have been modified).
emacs-logs:
(cd $(EMACS_HOME)/etc; cvs log $(MH-E-ETC))
(cd $(EMACS_HOME)/lisp/mail; cvs log $(MH-E-SRC) $(MH-E-OTHERS))
(cd $(EMACS_HOME)/lisp/toolbar; cvs log $(MH-E-IMG))
(cd $(EMACS_HOME)/lisp/mail; cvs log $(MH-E-IMG2))
# Import Emacs changes.
import-emacs:
import-emacs
--
Bill Wohler <wohler@newt.com> http://www.newt.com/wohler/ GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.
[-- Attachment #4: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
next reply other threads:[~2004-07-27 15:37 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-27 15:37 Bill Wohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-07-13 3:26 MH-E 7.4.4 checked in Bill Wohler
2004-07-13 5:04 ` Eli Zaretskii
2004-07-13 4:24 ` Bill Wohler
2004-07-13 19:55 ` Eli Zaretskii
2004-07-14 7:38 ` Kai Grossjohann
2004-07-14 10:39 ` Kim F. Storm
2004-07-14 10:51 ` Miles Bader
2004-07-14 13:22 ` Kim F. Storm
2004-07-14 22:04 ` Miles Bader
2004-07-15 16:20 ` Gnus update (was: MH-E 7.4.4 checked in) Reiner Steib
2004-07-16 16:08 ` Richard Stallman
2004-07-16 17:38 ` Gnus update Reiner Steib
2004-07-18 7:18 ` Richard Stallman
2004-07-18 7:18 ` Richard Stallman
2004-07-23 14:57 ` Dave Love
2004-07-23 16:03 ` Lars Magne Ingebrigtsen
2004-07-23 16:08 ` Ted Zlatanov
2004-07-19 7:47 ` Gnus update (was: MH-E 7.4.4 checked in) Juanma Barranquero
2004-07-19 18:44 ` Richard Stallman
2004-07-20 21:33 ` Gnus update Reiner Steib
2004-07-22 11:14 ` Gnus update (was: MH-E 7.4.4 checked in) Juanma Barranquero
2004-07-22 16:27 ` Andreas Schwab
2004-07-26 19:03 ` Stefan Monnier
2004-07-26 19:18 ` Gnus update Andreas Schwab
2004-07-26 21:12 ` Stefan Monnier
2004-07-27 18:59 ` Reiner Steib
2004-07-27 19:59 ` Andreas Schwab
2004-08-02 14:44 ` Reiner Steib
2004-08-02 15:38 ` Lars Magne Ingebrigtsen
2004-08-03 15:27 ` Reiner Steib
2004-07-27 18:59 ` Reiner Steib
2004-07-27 19:49 ` Andreas Schwab
2004-07-27 21:50 ` Reiner Steib
2004-08-02 14:46 ` Reiner Steib
2004-08-03 15:37 ` Reiner Steib
2004-08-05 4:22 ` Richard Stallman
2004-08-05 19:48 ` Reiner Steib
2004-08-01 15:22 ` Per Abrahamsen
2004-07-14 21:35 ` MH-E 7.4.4 checked in Eli Zaretskii
2004-07-14 22:13 ` Miles Bader
2004-07-15 5:17 ` Kai Grossjohann
2004-07-15 15:58 ` Gnus update (was: MH-E 7.4.4 checked in) Reiner Steib
2004-07-16 1:04 ` Gnus update Miles Bader
2004-07-16 8:57 ` David Kastrup
2004-07-16 9:08 ` Miles Bader
2004-07-16 9:33 ` Lars Magne Ingebrigtsen
2004-07-16 13:50 ` Stefan
2004-07-16 9:35 ` Frank Schmitt
2004-07-16 10:22 ` David Kastrup
2004-07-18 8:29 ` Adrian Aichner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1259.1090942634@newt.com \
--to=wohler@newt.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.