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: Org merging [was Re: next pretest] Date: Thu, 14 Aug 2014 18:46:32 -0400 Message-ID: References: <834mxjja88.fsf@gnu.org> <878umuytw7.fsf@bzg.ath.cx> <1pk36du2dp.fsf@fencepost.gnu.org> <8761hwsxt4.fsf@bzg.ath.cx> <87fvh03z02.fsf@Rainer.invalid> <8761huc38g.fsf@Rainer.invalid> <87ha1eamx4.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1408056423 25027 80.91.229.3 (14 Aug 2014 22:47:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2014 22:47:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 15 00:46:56 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XI3nK-0002Pf-7g for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2014 00:46:54 +0200 Original-Received: from localhost ([::1]:56730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI3nJ-0007ZF-Nh for ged-emacs-devel@m.gmane.org; Thu, 14 Aug 2014 18:46:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI3n9-0007Ym-Iu for emacs-devel@gnu.org; Thu, 14 Aug 2014 18:46:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XI3mz-00007C-S1 for emacs-devel@gnu.org; Thu, 14 Aug 2014 18:46:43 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:19421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI3mz-000076-O5 for emacs-devel@gnu.org; Thu, 14 Aug 2014 18:46:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcGAIDvNVPAqyKr/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMzIwULCw4MAhgOAgIUGA0kiAQIrxuifheBKY1RB4JvgUkEqwODTCE X-IPAS-Result: ArcGAIDvNVPAqyKr/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMzIwULCw4MAhgOAgIUGA0kiAQIrxuifheBKY1RB4JvgUkEqwODTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="86812171" Original-Received: from 192-171-34-171.cpe.pppoe.ca (HELO pastel.home) ([192.171.34.171]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Aug 2014 18:46:32 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 92746645D9; Thu, 14 Aug 2014 18:46:32 -0400 (EDT) In-Reply-To: <87ha1eamx4.fsf@Rainer.invalid> (Achim Gratz's message of "Thu, 14 Aug 2014 21:31:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173677 Archived-At: > I'd call that a bug then=E2=80=A6 Partly. The issue is simply that if you have a package foo-bar-1.2-3.4.el, is that "foo-bar" version "1.2-3.4" or is it "foo-bar-1.2" version "3.4"? I'm pretty sure Emacs-24.[123] will end up burping on such package names. Stefan