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: A Debian suggestion Date: Mon, 09 Dec 2024 09:06:04 +0100 Message-ID: <87zfl5gunq.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="28015"; 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 Mon Dec 09 09:07:02 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 1tKYnF-0007C0-W5 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 09 Dec 2024 09:07:02 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tKYmY-0002vG-RS; Mon, 09 Dec 2024 03:06:18 -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 1tKYmR-0002ui-9Z for help-gnu-emacs@gnu.org; Mon, 09 Dec 2024 03:06:11 -0500 Original-Received: from smtp1-g21.free.fr ([212.27.42.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tKYmO-00031z-EX for help-gnu-emacs@gnu.org; Mon, 09 Dec 2024 03:06:11 -0500 Original-Received: from turing.free.fr (unknown [IPv6:2a02:8428:59c:b401:da43:aeff:fe96:6c8d]) (Authenticated sender: mv524@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id 1E57BB0056A for ; Mon, 9 Dec 2024 09:06:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1733731566; bh=z2C5rDeD1A/4CuvoYJTajoqfsnG2Vf3z+N4H/DKqL14=; h=From:To:Subject:In-Reply-To:References:Date:From; b=t9tSvBxVz6hPC11PbOxaeosh0SPL8w9TGyK7kN+KGjgTceEMcbeLdnfrTXQSAQ9QZ zqaJziNk5NOtma1ocwNgUoFA7UZrIbWiKSpBqYP0AFS8MDsSklGTv7LBPjTBZsPJlg ORdaPh4N+2EwMj7GykvhgHAazEjnnUVw8ywGthnN7x6n7SLwdYIkjZSalsPLZKVYjm oodCteEBQPenDSfe4iF51w8Ojus4D+8YEeL10RAOhhHa2E8Oirc7Td1UhBW3v52foO 9GSFFhn7Igtg5qjtBkxDgspB1UM1sWObB9FSy9bK4es18FyCS3rk97c30VSGIVeFkM eUPsGTP1HjfGw== In-Reply-To: (Robert Boyer's message of "Sat, 7 Dec 2024 06:43:37 -0600") Mail-Copies-To: never Received-SPF: pass client-ip=212.27.42.1; envelope-from=mv524@free.fr; helo=smtp1-g21.free.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 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.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-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:148714 Archived-At: On 2024-12-07, Robert Boyer wrote: > It might sometimes possibly be to the benefit of a user and developer for > the user to 'move on', possibly only temporarily, beyond the 'stable' > version of something. Debian calls it "stable-backports" or "bookworm-backports". And if it is not enough you have to go to "testing". > It might be good if I could, for example, > > sudo apt-get install xacl2, > sudo atp-get install xgcl, > sudo apt-get install xsbcl, or > sudo apt-get install xemacs (you should use apt and not apt-get) If you add bookworm-backports to your sources you can do sudo apt -t bookworm-backports install ... But xemacs21 version is 21.4.24-11 with no backports You can check that on https://packages.debian.org/search?suite=all&searchon=names&keywords=xemacs