From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: pgg-gpg.el - pgg-gpg-process-region timing problem Date: Fri, 27 Jun 2008 12:21:14 -0400 Message-ID: References: <2cd46e7f0806221037h6d16839bp567eb5b901313375@mail.gmail.com> <2cd46e7f0806260916y39870423ge4bda26f97d6d504@mail.gmail.com> <87fxr040oq.fsf@stupidchicken.com> <2cd46e7f0806270701x4c7bf874sd360bebe04c5709@mail.gmail.com> <87vdzvymz3.fsf@catnip.gol.com> <2cd46e7f0806270739t4a937c39p3718a07d9c553be1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214583748 8164 80.91.229.12 (27 Jun 2008 16:22:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2008 16:22:28 +0000 (UTC) Cc: emacs-devel , Miles Bader To: "ken manheimer" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 27 18:23:13 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KCGiM-0003KO-1d for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 18:22:22 +0200 Original-Received: from localhost ([127.0.0.1]:35343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCGhW-0005eu-5B for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 12:21:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCGhR-0005eZ-Rv for emacs-devel@gnu.org; Fri, 27 Jun 2008 12:21:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCGhO-0005e8-D1 for emacs-devel@gnu.org; Fri, 27 Jun 2008 12:21:25 -0400 Original-Received: from [199.232.76.173] (port=59010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCGhO-0005dy-5s for emacs-devel@gnu.org; Fri, 27 Jun 2008 12:21:22 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:10375 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KCGhI-00037P-Fa; Fri, 27 Jun 2008 12:21:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArwEAEuwZEhFxIdG/2dsb2JhbACBW7B6gXM X-IronPort-AV: E=Sophos;i="4.27,716,1204520400"; d="scan'208";a="23376878" Original-Received: from 69-196-135-70.dsl.teksavvy.com (HELO pastel.home) ([69.196.135.70]) by ironport2-out.teksavvy.com with ESMTP; 27 Jun 2008 12:21:15 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C4EDF801D; Fri, 27 Jun 2008 12:21:14 -0400 (EDT) In-Reply-To: <2cd46e7f0806270739t4a937c39p3718a07d9c553be1@mail.gmail.com> (ken manheimer's message of "Fri, 27 Jun 2008 10:39:40 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100055 Archived-At: >>> is there a stable CVS tag for checkout of the currently released emacs >>> version? i see MAIN and EMACS_22_BASE, neither of which is very >>> descriptive. (MAIN is too generic to draw any conclusions, and >>> EMACS_22_BASE sounds like something that is built upon, not a >>> destination in itself.) >> >> Despite the name, EMACS_22_BASE is actually the _tip_ of the release >> branch. > so, do i want to use EMACS_22_2, instead? i'm trying that... Yes: the Emacs-22.2 tarball was cut from the content of the EMACS_22_2 tag (at least, that's the intention). Stefan PS: You can similarly check out EMACS_19_34, EMACS_20_4, ... tho those older tags were applied retroactively and I don't think they give you a clean tree from which you can built things right. They may also include extra files or omit necessary ones.