From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vitalie Spinu Newsgroups: gmane.emacs.devel Subject: Re: Bad moves with xref-find-definitions Date: Sat, 25 Apr 2015 22:43:12 +0200 Message-ID: <87fv7ondlr.fsf@gmail.com> References: <87h9s6c27z.fsf@gmail.com> <87zj5wnlyt.fsf@gmail.com> <553BE6F2.4030604@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429994620 2041 80.91.229.3 (25 Apr 2015 20:43:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Apr 2015 20:43:40 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 25 22:43:35 2015 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 1Ym6vH-0002pR-Ma for ged-emacs-devel@m.gmane.org; Sat, 25 Apr 2015 22:43:35 +0200 Original-Received: from localhost ([::1]:49297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym6vH-0006I8-5c for ged-emacs-devel@m.gmane.org; Sat, 25 Apr 2015 16:43:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym6v2-0006Ft-2Y for emacs-devel@gnu.org; Sat, 25 Apr 2015 16:43:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ym6uy-00085h-3F for emacs-devel@gnu.org; Sat, 25 Apr 2015 16:43:20 -0400 Original-Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:32953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym6ux-00085c-TZ for emacs-devel@gnu.org; Sat, 25 Apr 2015 16:43:16 -0400 Original-Received: by wgin8 with SMTP id n8so81031536wgi.0 for ; Sat, 25 Apr 2015 13:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=pLpECQTowM7gupNhAOloIbuRBBvcShKnaA6Qs6yhxvM=; b=p0lekcAPBPoaw/mW0z/fLIrvI1Xilc7bjqTilkky0Xupr8lYznV502+ydIt/fWZIeh 7BLou8Vr/GF4SjyWlyxEyxLJMZ4nMWpoFHM9OeKsvgc0OXjJBSiQciSjEClRcfYx/Ky9 ef503vqWVhTld8xYd41xSYPLRccIjcU4/Q/Re8f/qcqybFhbvCrav/c71eJGEPbM7OlL t5+RNqNxQAZTLKsOX2pDpDr64FWNKHm709GbyY9PyJN+5aQJyQhh8TmAjX7BFi8t0GiU /lvMzRH4+5C8skfbV23EUpN+N6/T97bO9Mefdal+QeFy/0Q0fHOSjZlo79bAJwyuyUf/ FYGA== X-Received: by 10.180.99.231 with SMTP id et7mr7748792wib.23.1429994595316; Sat, 25 Apr 2015 13:43:15 -0700 (PDT) Original-Received: from localhost (dhcp-077-251-128-242.chello.nl. [77.251.128.242]) by mx.google.com with ESMTPSA id i6sm22425788wjf.29.2015.04.25.13.43.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Apr 2015 13:43:14 -0700 (PDT) In-Reply-To: <553BE6F2.4030604@yandex.ru> (Dmitry Gutov's message of "Sat, 25 Apr 2015 22:11:46 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::233 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:185892 Archived-At: >>> Dmitry Gutov on Sat, 25 Apr 2015 22:11:46 +0300 wrote: > Would you like to suggest the name for the new user option? It probably should be generic such that other "finding" or "jumping" functionality can reuse it (prompt-before-jump, auto-jump). The problem is of course that "find-file" is also a "finding" behavior, for which you unlikely to want this behavior. So it's difficult to draw a line on what are these commands. More specific name like xref-auto-jump seems quite suggestive to me. Vitalie