From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Permanently fix org versioning breakage during builds? Date: Sun, 24 Dec 2023 20:48:28 +0200 Message-ID: <83le9jbfnn.fsf@gnu.org> References: <25989.50971.995591.385250@google.com> <87a5q0dc9m.fsf@localhost> <87y1djc1c9.fsf@localhost> <87zfxzdbna.fsf@yahoo.com> <87plyv7oii.fsf@localhost> <8734vr4prv.fsf@localhost> <835y0nd4ut.fsf@gnu.org> <87zfxz35b4.fsf@localhost> <25992.27078.22115.25251@retriever.mtv.corp.google.com> <87h6k7337x.fsf@localhost> <87a5pz31ws.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19243"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joaotavora@gmail.com, raman@google.com, stefankangas@gmail.com, luangruo@yahoo.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 24 19:48:48 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rHTWq-0004m0-I9 for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Dec 2023 19:48:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHTWd-0004gb-Is; Sun, 24 Dec 2023 13:48:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHTWc-0004gB-88 for emacs-devel@gnu.org; Sun, 24 Dec 2023 13:48:34 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHTWb-00063y-Mu; Sun, 24 Dec 2023 13:48:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=GpaKzwpOUBxQ1FxlUk8nb0Wo2nzUN3ggYZ2Pe9RDPpI=; b=fnRCx4HQMbSNac/YffS/ ovBuo1gYTCzMUe+0GRyTyqL2amBwOZSNM63hMDleE3lp/5FwFeisd/eYq+y0CyiYUyx6Ptn2rM9JZ vRXSv6hJIgMxJo5lEj7/cUwgdObE3sbcV8aO97bmhc+cwFF6zoqZjq+/7Nxjg2UjSKh2oMARS++k3 SGpk6IkJadFEvJ+nmgDn4auMAq7bhc6VNTksyWCa719KoCBo4G1UIVi3y6lLMLz4o08WUq3b5h8Tm c8bCwvXSt4Uw9SHhjCKLwzHRJU9US8dV7vZkSb1W9fTAoXM9b6B5DjaMgEIUCFRL91J1ORYKBDftO SSM/iMMk1xVNTw==; In-Reply-To: <87a5pz31ws.fsf@localhost> (message from Ihor Radchenko on Sun, 24 Dec 2023 18:12:35 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314180 Archived-At: > From: Ihor Radchenko > Cc: "T.V Raman" , eliz@gnu.org, stefankangas@gmail.com, > luangruo@yahoo.com, emacs-devel@gnu.org > Date: Sun, 24 Dec 2023 18:12:35 +0000 > > João Távora writes: > > >> The versions I am talking about are bugfix releases. > >> Not installing them means missing out on the containing bug fixes. > > > > User can get these bug fixes with a simple `M-x package-install` or > > `M-x package-update` (perhaps with one of more prefix arguments, not sure, > > or via an extra variable). That's the way it works with Eglot, for > > example. > > > You have to weigh what is worse. A slightly-buggy-in-obscure-corners-Org > > that keeps the master build clean and manages to load most org files or > > the efforts it takes to update a package from ELPA/git. > > I'd prefer to keep Org version in Emacs tree more up-to-date. So do I.