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: Sun, 14 Jul 2024 09:39:20 +0200 Message-ID: <87jzhowi0o.fsf@free.fr> References: <87zfqlpycf.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9155"; 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 Sun Jul 14 09:39:58 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 1sStpu-0002En-2b for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Jul 2024 09:39:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sStpR-0006vo-Cv; Sun, 14 Jul 2024 03:39:29 -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 1sStpQ-0006va-2P for help-gnu-emacs@gnu.org; Sun, 14 Jul 2024 03:39:28 -0400 Original-Received: from smtp3-g21.free.fr ([212.27.42.3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sStpN-0000vA-Sx for help-gnu-emacs@gnu.org; Sun, 14 Jul 2024 03:39:27 -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 00C2113F89C for ; Sun, 14 Jul 2024 09:39:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1720942761; bh=5DmqlHkW7S0JGkt4KzrePvoT/NOUwUl5TsemAEH3Czc=; h=From:To:Subject:In-Reply-To:References:Date:From; b=lvdAjgAx64VU1uhNTwSgoUggdA8Q1814WFWa1IajFotm8+++vnGXhuXkmlcizIIcn AYkYIk4E7PozzJ/dLusbOTxVmvsffwggVyyDjN90HbQr/Nl+0OIb8BT0XxWSC+cIJD qNF398NICVz/TYDGDFX3lzgbUlNhv1INxYs7VBIHVSZfsePDUD8ET0DzHFS8poQiEf WtlLCIfWpAfhCuhxADWhaCiXNJIr/5F0wxAcvdPeuqHI5N+mOqIQbY6KAy4hQ5GS7g wuYyF7KAy+twOAcaE0uBPiBNBDzmt2u6KdQNLzYR4OvMpggJTCie1PqMBo2+2CWeXb 7tUK+sLu78m6w== In-Reply-To: (David Masterson's message of "Sat, 13 Jul 2024 22:20:07 -0700") Mail-Copies-To: never Received-SPF: pass client-ip=212.27.42.3; 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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:147208 Archived-At: On 2024-07-13, David Masterson wrote: >> 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). > > Can you explain 'backports' (or point me to a reference)? bookworm-backports contains packages from testing (trixie) but compiled with stable (bookworm) librairies. So you can install those packages on a stable debian and get newer versions. With this you have the best: stable and (almost) up-to-date. This does not address the built-in problem but perhaps mitigate it. https://wiki.debian.org/Backports (contains install informations)