Received: (at submit) by debbugs.gnu.org; 13 Dec 2022 13:19:47 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Dec 13 08:19:47 2022 Received: from localhost ([127.0.0.1]:60333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1p55CE-0001CU-Pa for submit <at> debbugs.gnu.org; Tue, 13 Dec 2022 08:19:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:55864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1p55CD-0001CO-TG for submit <at> debbugs.gnu.org; Tue, 13 Dec 2022 08:19:46 -0500 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 <yantar92@HIDDEN>) id 1p55CD-0001ui-HU for bug-gnu-emacs@HIDDEN; Tue, 13 Dec 2022 08:19:45 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <yantar92@HIDDEN>) id 1p55CB-0003Bp-Iy for bug-gnu-emacs@HIDDEN; Tue, 13 Dec 2022 08:19:45 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id A0D2D240103 for <bug-gnu-emacs@HIDDEN>; Tue, 13 Dec 2022 14:19:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1670937581; bh=4KwcDYPDyaoo9NKlP42nIOTPhORwUdCMOCTGbI4hoEI=; h=From:To:Subject:Date:From; b=Jtl7s+7kb6D1d2vclhhtKbJ/XuBtardbC5bokJMpgUX88a8V4kbgsnDV0QaoVC1Qc 4waLeH/23FKrutZxNKGOYzjDnaJswsXzdVRM2JD3oWJmFx/UTGJaUcVB9WREMwdmZO h8cHz6EIg9oHfFPijN+Py3GmfK0jfRokBik4iUjZmxMB7aKcIRVeCa1PUVKCundedR JbhNxeK5NzaHYwOvW9UZUN/UeeNzL6KmM18/sPrDYVK3swIVYINl8BbRR3YVM/HMlZ rHgbv+TWhT3+SnNVTjUoPLiUTVM+TF3ywoPmNFy7QXA8rS/PFbVHlgtEuku4OBYgk7 p0dkKWc1AgOpg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NWfH10G5Pz6tqk for <bug-gnu-emacs@HIDDEN>; Tue, 13 Dec 2022 14:19:38 +0100 (CET) From: Ihor Radchenko <yantar92@HIDDEN> To: bug-gnu-emacs@HIDDEN Subject: 30.0.50; [WISH] Customizing Info directories Date: Tue, 13 Dec 2022 13:19:37 +0000 Message-ID: <87zgbrbfva.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@HIDDEN; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) Hi, I find the current customization of Info search path slightly awkward. Emacs Info info page suggests to set INFOPATH environment variable. Yet, it is not something I feel comfortable doing (it is outside the nice warm Elisp VM). There is also `Info-default-directory-list', but it only works for special non-default value of INFOPATH. Currently, the only way I found to force adding directories as Info sources is the following: (require 'info) (info-initialize) (add-to-list 'Info-directory-list "~/Git/org-mode/doc/") which is awkward. Would it be possible to introduce something like `Info-overriding-directory-list' to be added in front of Info path in Emacs? This will complement `Info-additional-directory-list'. In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.35, cairo version 1.17.6) of 2022-12-07 built on localhost Repository revision: f0e118d3f676afe39df29663399d4bbe8f53f208 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: Gentoo Linux -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
Ihor Radchenko <yantar92@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#60032
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.