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.help Subject: Re: Multiple version of Info manual Date: Sat, 30 Nov 2024 11:34:43 +0200 Message-ID: <86ed2t9ia4.fsf@gnu.org> References: <87ldx19jhv.fsf@k-7.ch> 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="31623"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 30 10:35:25 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 1tHJsr-00084E-Cj for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 30 Nov 2024 10:35:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tHJsH-0004sT-AJ; Sat, 30 Nov 2024 04:34:49 -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 1tHJsF-0004rz-Jf for help-gnu-emacs@gnu.org; Sat, 30 Nov 2024 04:34:47 -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 1tHJsF-0007tE-Bl for help-gnu-emacs@gnu.org; Sat, 30 Nov 2024 04:34:47 -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=O7h4KpI2pRMUtydT0oY1Sfk0Zwxd1f/E8GXdeo2ZkwU=; b=k4yHtAIWnjF2UcFs7SjR 6zgW2GT6UZPdB2U0ABrrm3SpDdb5SsYGY+YoripLQqPWugoC878yPJRgeDGp3apRtYQHIe6blBQkk HcR6G+T7IWi5lNIJW6hV+sQ2C5VYNges7Rkw+uZPzWBwaPdt+01RnpkpQonLzhK2JkG7IpEBVtsZV bJ8rH74MS4W4MCQY8f6EfjCne5xSDBXzYyh/20yzluVc+uWsIj2sykGVwNCSWIFk9cDuHis1EXPQr 2fFw1T5UNpQO6DXPeq911PO0SQPZHhQ/V3F0eA4u/n+5ZDbEouGSid1B3uB7nhEY6p3GlytaPNTDH X8xE+YxNnIPdLg==; In-Reply-To: <87ldx19jhv.fsf@k-7.ch> (message from =?utf-8?Q?S=C3=A9bastie?= =?utf-8?Q?n?= Gendre on Sat, 30 Nov 2024 10:08:28 +0100) 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:148459 Archived-At: > From: Sébastien Gendre > Date: Sat, 30 Nov 2024 10:08:28 +0100 > > Today, on Planet Emacs, I found this excellent documentation by Jeremy > Bryant: > > Creating an info manual by conversion, example for Python > https://onlisp.co.uk/Creating-an-info-manual-for-Python.html FWIW, the Python manual in Info format can be found on the Internet and downloaded. You don't need to produce it by yourself. > The Python documentation is available for multiple versions of Python. > It's very useful because in different environments (work, school, home) > you sometimes have to work with different versions of Python. > > Is it possible, with the Emacs Info support, to manage different version > of the same documentation ? You will need to make sure each version's manual has a distinct name. For example, the manual for Python v3.9 could be called python-3.9.info, while the manual for Python v3.13 could be called python-3.13.info.