From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: CONTRIBUTE: Mention indexing new vars/commands in manual [was: Run occur command restricted to a region] Date: Fri, 03 Feb 2017 12:37:42 +0200 Message-ID: <834m0bv9u1.fsf@gnu.org> References: <87vau3jl6f.fsf@gmail.com> <87inq0xhiw.fsf@mail.linkov.net> <87d1g55h8d.fsf@mail.linkov.net> <87r33ywquz.fsf@mail.linkov.net> <87ziilc05e.fsf@gmail.com> <8760l9wcci.fsf@mail.linkov.net> <87fukb2xmk.fsf@gmail.com> <87h94qu01u.fsf@mail.linkov.net> <87inp6nsdf.fsf@gmail.com> <87lgtu4w5c.fsf@mail.linkov.net> <878tpt1m4b.fsf@mail.linkov.net> <874m0hrw59.fsf@calancha-pc> <831svky2zq.fsf@gnu.org> <83k298uwpn.fsf@gnu.org> <83d1ezvh06.fsf@gnu.org> <8760kr4ml0.fsf_-_@calancha-pc> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1486118441 32350 195.159.176.226 (3 Feb 2017 10:40:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2017 10:40:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tino Calancha Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 03 11:40:37 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZbIC-0008HN-V6 for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2017 11:40:37 +0100 Original-Received: from localhost ([::1]:33266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZbII-0004gv-Dq for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2017 05:40:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZbFe-0002d7-4h for emacs-devel@gnu.org; Fri, 03 Feb 2017 05:37:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZbFb-00045X-JO for emacs-devel@gnu.org; Fri, 03 Feb 2017 05:37:58 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZbFb-00045O-Fi; Fri, 03 Feb 2017 05:37:55 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2973 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cZbFa-00070c-OZ; Fri, 03 Feb 2017 05:37:55 -0500 In-reply-to: <8760kr4ml0.fsf_-_@calancha-pc> (message from Tino Calancha on Fri, 03 Feb 2017 19:04:27 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211922 Archived-At: > From: Tino Calancha > Cc: tino.calancha@gmail.com, emacs-devel@gnu.org > Date: Fri, 03 Feb 2017 19:04:27 +0900 > > > Not just the concept index: the variables should go into the variable > > indec and functions/commands into their index. There are separate > > @cindex, @vindex, and @findex commands in Texinfo. > Do you think would be worth to mention briefly about this in CONTRIBUTE? > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > >From caa8e6955e65f3bb45e816dcfc3dc66cdd0fde28 Mon Sep 17 00:00:00 2001 > From: Tino Calancha > Date: Fri, 3 Feb 2017 18:55:00 +0900 > Subject: [PATCH] * CONTRIBUTE (Documenting your changes): Index new > vars/commands in manual. Fine with me, but please also point to the node in Info notation, since the reader might have the Texinfo manual installed. This should go to the emacs-25 branch. Thanks.