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: Thu, 02 Feb 2017 23:08:52 +0200 Message-ID: <83k298uwpn.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1486069791 17887 195.159.176.226 (2 Feb 2017 21:09:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2017 21:09:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tino Calancha Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 02 22:09:48 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 1cZOdX-0004TB-I2 for ged-emacs-devel@m.gmane.org; Thu, 02 Feb 2017 22:09:47 +0100 Original-Received: from localhost ([::1]:59030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZOdd-0006XS-2u for ged-emacs-devel@m.gmane.org; Thu, 02 Feb 2017 16:09:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZOd0-0006XI-7Z for emacs-devel@gnu.org; Thu, 02 Feb 2017 16:09:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZOcx-00039x-3T for emacs-devel@gnu.org; Thu, 02 Feb 2017 16:09:14 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZOcx-00039t-04; Thu, 02 Feb 2017 16:09:11 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2569 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cZOcv-0002XZ-Qo; Thu, 02 Feb 2017 16:09:10 -0500 In-reply-to: (message from Tino Calancha on Thu, 2 Feb 2017 19:22:24 +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:211895 Archived-At: > From: Tino Calancha > Date: Thu, 2 Feb 2017 19:22:24 +0900 (JST) > cc: Tino Calancha , > Emacs developers > > Pushed as commits: > 8e871aef10455eefc34790a9ec011c6fec5e93fe > e280b94dcd6ed42439718ddf9dd704169f6bb536 Thanks. In the future, when you introduce new variables/faces/functions/commands, please make sure to index them, unless they are defined with the likes of @defopt and @defun, which do that for you automatically.