From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Michel Verdier Newsgroups: gmane.emacs.help Subject: Re: Dealing with a system Emacs properly Date: Sat, 13 Jul 2024 09:11:12 +0200 Message-ID: <87zfqlpycf.fsf@free.fr> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37465"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 13 09:12:01 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1sSWvI-0009ck-DF for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 13 Jul 2024 09:12:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sSWuf-0000s7-O5; Sat, 13 Jul 2024 03:11:21 -0400 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 1sSWue-0000rj-Hk for help-gnu-emacs@gnu.org; Sat, 13 Jul 2024 03:11:20 -0400 Original-Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sSWuc-0006S2-BZ for help-gnu-emacs@gnu.org; Sat, 13 Jul 2024 03:11:20 -0400 Original-Received: from mobius.free.fr (unknown [IPv6:2a02:8428:59c:b401:a62:66ff:feb9:727c]) (Authenticated sender: mv524@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id EF3AE13F899 for ; Sat, 13 Jul 2024 09:11:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1720854673; bh=G4JfMOeT4gTIppvGuYIz5Vx5mV+zSjFIbBmj40FJtbI=; h=From:To:Subject:In-Reply-To:References:Date:From; b=LIBUBUd4PCgF+wmNeh1OniSTHEAS82jQ3xV8nEQBLar+Hvj952tMvtlJFJtfO5MLH hQihqkDh0VGnvH1ekQ32HCJf26JS0MNID9o4ShGyLfXHCdPE43gvZ0JBS3bBQu9jf1 qo71Dazb9SPfocRrtPd2/PlMgpSZi7qkYSUvkiaQG3JHX9mfXEIXbezaKYjQ8h6Vzc S/layh7urgAz1vy1PIPy8t6Y3vf8QphQrhcrKyJT2dY9NHj5dKEfKcWw40xZ/Bf1aq Q07BtdJVOJOMnhjSE+h0gvR70IllTGVFfo8WLQGJ05XjnJrat2NH6x+tRiC+k72yVD NXcUDJGzILyMw== In-Reply-To: (David Masterson's message of "Fri, 12 Jul 2024 21:53:25 -0700") Mail-Copies-To: never Received-SPF: pass client-ip=2a01:e0c:1:1599::12; envelope-from=mv524@free.fr; helo=smtp3-g21.free.fr X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147189 Archived-At: On 2024-07-12, David Masterson wrote: > I recently upgraded Linux on my Chromebook to Debian 12.5 (bookworm), > This included upgrading Emacs from 27.1 to 28.2 in the installation of > Debian. I have been installing packages for Emacs from (M)Elpa into my > ~/.emacs.d/elpa directory. Recently, I noticed that Org was at v9.5.5 > whereas the latest one was 9.7.6 in list-packages. I also noticed that You could use bookworm-backports to get 29.3 installed. I also get org built-in at 9.6.15. If you want more on debian you have to use testing version (trixie).