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: [patch] Run occur command restricted to a region Date: Fri, 03 Feb 2017 10:02:49 +0200 Message-ID: <83d1ezvh06.fsf@gnu.org> References: <87vau3jl6f.fsf@gmail.com> <87shp6uwvj.fsf@mail.linkov.net> <83h95lua2f.fsf@gnu.org> <878tqxm1wh.fsf@mail.linkov.net> <87r34ozq20.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1486109026 11093 195.159.176.226 (3 Feb 2017 08:03:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2017 08:03:46 +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 09:03:39 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 1cZYqI-0002Zx-5R for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2017 09:03:38 +0100 Original-Received: from localhost ([::1]:60673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZYqN-0002BY-KF for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2017 03:03:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZYpl-0002BD-NR for emacs-devel@gnu.org; Fri, 03 Feb 2017 03:03:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZYpi-0001xh-NA for emacs-devel@gnu.org; Fri, 03 Feb 2017 03:03:05 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZYpi-0001xU-Km; Fri, 03 Feb 2017 03:03:02 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2884 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cZYph-0006TW-Q3; Fri, 03 Feb 2017 03:03:02 -0500 In-reply-to: (message from Tino Calancha on Fri, 3 Feb 2017 12:11:11 +0900 (JST)) 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:211914 Archived-At: > From: Tino Calancha > Date: Fri, 3 Feb 2017 12:11:11 +0900 (JST) > cc: Tino Calancha , emacs-devel@gnu.org > > I just noticed your commit df915775bc4ead095aa37d2b098de748e1821027 > Now i understand that you mean the concept index. 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. > Sure i will do this from now on. Thanks in advance.