unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: ken manheimer <ken.manheimer@gmail.com>
Cc: Emacs Developers <emacs-devel@gnu.org>
Subject: Re: allout update checkin questions
Date: Wed, 18 Feb 2009 21:58:23 -0500	[thread overview]
Message-ID: <jwvprhfta7a.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <2cd46e7f0902181717h2b592a32wa825c2ca8e6af598@mail.gmail.com> (ken manheimer's message of "Wed, 18 Feb 2009 20:17:47 -0500")

> First, I'm frankly clueless about use of checkin tags and branches in
> the emacs project.  i would like my current batch of revisions to be
> included in the next emacs point release.  is there a particular
> branch or tag i should be using on my checkin?  in general, where
> should i be looking to see info for elisp developers about the current
> emacs checkin branching/release practices?

There is no branch yet for the code "after 23.1".
I suggest you create a branch on the allout.el file.  Most CVS primers
should be able to tell you how to do that.
E.g. something like:

  cvs tag ALLOUT_WORK_BASE allout.el
  cvs tag -b ALLOUT_WORK allout.el

will create the branch (together with a tag that keeps track of the base
of the branch, which you can move if/when you sync your code with the
trunk code) and then

  cvs update -r ALLOUT_WORK allout.el

will get you the ALLOUT_WORK version of allout.el and commits on it will
go to that branch.

> also, i notice that the currently checked in allout version excludes
> some small xemacs compatability provisions, and am wondering why that
> was done.  specifically, there were numerous:
>
>    (local-variable-p varname (current-buffer))
>
> that were replaced by:
>
>    (local-variable-p varname)

Sounds like mistakes.  Feel free to change the code to be more
compatible with XEmacs.

> I have let XEmacs compatibility slide, but in general see no reason to
> deliberately introduce incompatibility.

Neither do I.


        Stefan




  reply	other threads:[~2009-02-19  2:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-19  1:17 allout update checkin questions ken manheimer
2009-02-19  2:58 ` Stefan Monnier [this message]
2009-02-19 18:43   ` ken manheimer
2009-02-19 18:58     ` ken manheimer
2009-02-19 21:39       ` Stefan Monnier
2009-02-19 19:37     ` Stefan Monnier
2009-02-19 18:57 ` Glenn Morris
2009-02-19 19:09   ` ken manheimer

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvprhfta7a.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=ken.manheimer@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).