From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: Opaque objects and Emacs documentation Date: Fri, 24 Jul 2020 12:23:24 +0100 Message-ID: <86tuxxkvgz.fsf@gmail.com> References: <20200712184908.13140.5739@vcs0.savannah.gnu.org> <20200712184909.BBC61209B1@vcs0.savannah.gnu.org> <7bf4d6ef-c0ec-43dc-ad5d-f6e81422ad90@yandex.ru> <83zh84m5ws.fsf@gnu.org> <3dd1c224-69b2-40af-5b2e-43a310253632@yandex.ru> <83tuybmtxs.fsf@gnu.org> <859f594b-1343-6d26-e1ac-7157c44eb56c@yandex.ru> <83a6zyk4tt.fsf@gnu.org> <865zadhl1f.fsf@gmail.com> <86blk5dcll.fsf@gmail.com> <83y2n9eaux.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23788"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt) To: emacs-devel@gnu.org Cancel-Lock: sha1:EQ4QFMBhuKdGWWKdrj42OvQX/EU= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 24 13:24:15 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jyvoF-00066C-2w for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 13:24:15 +0200 Original-Received: from localhost ([::1]:44578 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyvoE-0005qv-5a for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 07:24:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyvnb-0005Gp-9y for emacs-devel@gnu.org; Fri, 24 Jul 2020 07:23:35 -0400 Original-Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214]:36866 helo=ciao.gmane.io) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyvnZ-0008Bb-Lb for emacs-devel@gnu.org; Fri, 24 Jul 2020 07:23:35 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jyvnV-0005AK-CF for emacs-devel@gnu.org; Fri, 24 Jul 2020 13:23:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/24 07:23:30 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: 20 X-Spam_score: 2.0 X-Spam_bar: ++ X-Spam_report: (2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=1, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=1, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:253183 Archived-At: On Fri 24 Jul 2020, Eli Zaretskii wrote: >> From: Andy Moreton >> Date: Fri, 24 Jul 2020 00:40:38 +0100 >> >> Having sent this, I then found that there is a "Working with Projects" >> section in the manual, but which is not easily found from the top level >> and is not indexed so it can be found by looking for "project". > > What do you mean by "not indexed"? There are several index entries > for that section; type "i project TAB" to see them. If you have > suggestions for more index entries, please tell what entries you think > we should add or modify. If you don't use tab completion then it is well buried: "C-h r i project RET ,,,,,,,,," to get to the "Working with Projects" node. I have never needed tab completion on info entries before, as it usually takes you to the relevant entry first. It would be better if the indexing landed at the "Working with Projects" node before the other entries. AndyM