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: Tue, 28 Apr 2015 13:30:57 +0200 Message-ID: <87tww0biby.fsf@gmail.com> References: <87h9s6c27z.fsf@gmail.com> <87zj5wnlyt.fsf@gmail.com> <553BE6F2.4030604@yandex.ru> <87fv7ondlr.fsf@gmail.com> <553C5D75.9060706@yandex.ru> <553D316B.5050802@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430220700 30152 80.91.229.3 (28 Apr 2015 11:31:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2015 11:31:40 +0000 (UTC) Cc: Stefan Monnier , Bozhidar Batsov , emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 28 13:31: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 1Yn3ji-0000wJ-0G for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2015 13:31:34 +0200 Original-Received: from localhost ([::1]:60670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn3jh-0002GX-00 for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2015 07:31:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn3jD-00029x-CD for emacs-devel@gnu.org; Tue, 28 Apr 2015 07:31:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn3jA-0004KF-6Y for emacs-devel@gnu.org; Tue, 28 Apr 2015 07:31:03 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:33161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn3j9-0004KA-Uz for emacs-devel@gnu.org; Tue, 28 Apr 2015 07:31:00 -0400 Original-Received: by wief7 with SMTP id f7so14776795wie.0 for ; Tue, 28 Apr 2015 04:30:59 -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=xiS81ooh2ocsvKRqmNzruRlQrwcaPKZJUGgC1Vmbz8E=; b=sSZdfgDUwget8Dm8C1yXpIcQ2b4k0WCjB2TEOty49/KxdgQ4uxQbzXEVNnr1LBsstk IQXuzyin4srGE8bIep1wnlo7KZ/TRL5GdVF4LdnbfY4c4uUchgbnieEP8ZVAujINBZ/1 Otj8Ie+Y4bHL24TmHUfkugNWnAzfziFiqyNd8+SfdTtoBBy1tmY/ZIXnS7NY81QPo5T1 jgxzKGyasUJRUqdy7SgIa1IlwcROKQOvHBKz1Bc7MMJG6RgvXggtimdPP+HTrd/LTIw7 DeUPAc1AMZtNwezzpQ0wJJ7dGPNM2eGf1bEU5q6eYEwUWQtjI4kYT+Ilm+PSv2lIrSVj OYxw== X-Received: by 10.194.142.168 with SMTP id rx8mr31934217wjb.43.1430220659373; Tue, 28 Apr 2015 04:30:59 -0700 (PDT) Original-Received: from localhost (dhcp-077-251-128-242.chello.nl. [77.251.128.242]) by mx.google.com with ESMTPSA id di7sm15933328wib.23.2015.04.28.04.30.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Apr 2015 04:30:58 -0700 (PDT) In-Reply-To: <553D316B.5050802@yandex.ru> (Dmitry Gutov's message of "Sun, 26 Apr 2015 21:41:47 +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:c05::22e 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:185954 Archived-At: >>> Dmitry Gutov on Sun, 26 Apr 2015 21:41:47 +0300 wrote: > It can also be beneficial in other ways. Like I've described in another thread, > if you're reading a function, say, for the first time and are trying to trace > its control flow, moving point to the symbol before `M-.' means you'll > immediately know where you "came from" after pressing `M-,'. I would be reasonably happy with this if I could quickly navigate to last editing position. I always wanted that C-u C-SPC would allow me to navigate to the editing position first. Now I am experimenting with goto-chg mode; will see how it goes. Vitalie