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 23:44:25 +0200 Message-ID: <878udfopc6.fsf@gmail.com> References: <87h9s6c27z.fsf@gmail.com> <553BE49B.20302@yandex.ru> <87k2x0ne0x.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429998286 22299 80.91.229.3 (25 Apr 2015 21:44:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Apr 2015 21:44:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 25 23:44:45 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 1Ym7sR-0006z3-SI for ged-emacs-devel@m.gmane.org; Sat, 25 Apr 2015 23:44:44 +0200 Original-Received: from localhost ([::1]:49387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym7sQ-0006L0-V1 for ged-emacs-devel@m.gmane.org; Sat, 25 Apr 2015 17:44:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym7sH-0006Kj-9p for emacs-devel@gnu.org; Sat, 25 Apr 2015 17:44:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ym7sC-0006zu-1b for emacs-devel@gnu.org; Sat, 25 Apr 2015 17:44:33 -0400 Original-Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:36690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym7sB-0006zk-RA for emacs-devel@gnu.org; Sat, 25 Apr 2015 17:44:27 -0400 Original-Received: by wizk4 with SMTP id k4so59129863wiz.1 for ; Sat, 25 Apr 2015 14:44:27 -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=fP4j/rUTW6H+KxKUDjYTYkRdvwIsxr01Miu16KGj5Mg=; b=CIYrHM8mjS8nyIUo0QvOwIldRJj8lyd/F8nMA7hsBlH0hB+AVxfqt+uUTzdQs3WzEL w1ZjRm4a5ZYjiKPqyCu7XkpKhXmJNuJWX+CYUCwOPIXcGyJ5o8YdBtHY4NXCKxP0ify2 HF+FNUfCwH5zeswyocuILN1JmyJcOn7Mi/ol0TS2MSQu4HI+LBOHAwm5XNi5u9VB6OA/ QOdTAyjYLkBTKVo2ZihNIa+lo0zKskvZ+aR14HBg4sGeNn6XQpilt2BwCwxLE8QFwnsw K+kjWhyXMGdvCcrMq9GnV6rmqDIrqlPAju4ZRJlWI7QMiK49W6dJ4hpGOsHna57HaEUG aqFw== X-Received: by 10.194.187.16 with SMTP id fo16mr9387876wjc.86.1429998267228; Sat, 25 Apr 2015 14:44:27 -0700 (PDT) Original-Received: from localhost (dhcp-077-251-128-242.chello.nl. [77.251.128.242]) by mx.google.com with ESMTPSA id e2sm22617187wjy.46.2015.04.25.14.44.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Apr 2015 14:44:26 -0700 (PDT) In-Reply-To: <87k2x0ne0x.fsf@gmail.com> (Vitalie Spinu's message of "Sat, 25 Apr 2015 22:34:06 +0200") 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::236 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:185895 Archived-At: >>> Vitalie Spinu on Sat, 25 Apr 2015 22:34:06 +0200 wrote: >> Since you're usually intent on typing out the symbol name, pressing >> `C-u' before that shouldn't make a lot of difference. > That's not exactly correct. With IDO takes 2-3 keys to select a > candidate. Ideally IDO-like interfaces should be semantically aware of constructs around point or at least sniff around the point and place close-by symbols in front. That would eliminate the need to move the point almost entirely. Vitalie