From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: tags-loop-continue Date: Sun, 17 Jan 2016 21:20:44 -0500 Message-ID: References: <83wprimto9.fsf@gnu.org> <56916C10.6050004@yandex.ru> <83oacumqmj.fsf@gnu.org> <56917246.1010800@yandex.ru> <5691795E.9010008@yandex.ru> <83lh7ym725.fsf@gnu.org> <5691D768.3020908@yandex.ru> <83bn8tmnvq.fsf@gnu.org> <56928356.2000609@yandex.ru> <8360z1mkfc.fsf@gnu.org> <5696EE9D.2090708@yandex.ru> <838u3si22k.fsf@gnu.org> <569C41C0.2030200@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453083664 13081 80.91.229.3 (18 Jan 2016 02:21:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2016 02:21:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 18 03:20:56 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aKzR8-00026V-5t for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2016 03:20:54 +0100 Original-Received: from localhost ([::1]:56463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKzR7-0004lH-Bp for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2016 21:20:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKzR4-0004l8-Jn for emacs-devel@gnu.org; Sun, 17 Jan 2016 21:20:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKzR1-00057I-EB for emacs-devel@gnu.org; Sun, 17 Jan 2016 21:20:50 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:60623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKzR1-000570-9B for emacs-devel@gnu.org; Sun, 17 Jan 2016 21:20:47 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id u0I2Ki2a030507; Sun, 17 Jan 2016 21:20:45 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 55AEE66196; Sun, 17 Jan 2016 21:20:44 -0500 (EST) In-Reply-To: <569C41C0.2030200@yandex.ru> (Dmitry Gutov's message of "Mon, 18 Jan 2016 04:37:04 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5553=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5553> : inlines <4193> : streams <1572646> : uri <2122202> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198229 Archived-At: >> IOW is there some way to guess reliably which one makes sense? > I don't think so. Couldn't we have a global boolean var (call it `M-,-should-use-xref') and then set it to t whenever an xref command is used, and set it to nil whenever a command that could interact with etags-loop-continue is used? Stefan