unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Barry OReilly <gundaetiapo@gmail.com>
To: 15641@debbugs.gnu.org
Subject: bug#15641: 24.3; [PATCH] Add find-definition for M-.
Date: Fri, 18 Oct 2013 18:49:29 -0400	[thread overview]
Message-ID: <CAFM41H3SkXTqfnwibnO+zwOS5Ub3HPHuQe6V5JzFUtZrzx_amQ@mail.gmail.com> (raw)
In-Reply-To: <m1wqlbyqwa.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

This would be very nice improvement. When I'm editing C or C++, I
usually try semantic-ia-fast-jump first, which can fail to find the
tag for a variety of reasions. I use etags as my fallback, sometimes
with a few iterations with prefix-arg because of etags false results.

I've missed the fact that I can't pop positions with Semantic. In
practice I end up using Evil's C-o command for the same buffer or
buffer-menu if Semantic took me to a different buffer.

Currently semantic-ia-fast-jump doesn't prompt for the tag to find, as
etags' find-tag does. This is nicer in Semantic's case, so I think the
minibuffer prompting should be specific to etags and not a part of the
generic interface.

Currently find-tag takes TAGNAME while semantic-ia-fast-jump takes PT,
so their interfaces need to be consolidated. PT is more basic since
the TAGNAME etags offers as default is derived from what's at point.

[-- Attachment #2: Type: text/html, Size: 1016 bytes --]

  parent reply	other threads:[~2013-10-18 22:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-18  7:33 bug#15641: 24.3; [PATCH] Add find-definition for M- Leo Liu
2013-10-18 12:58 ` Stefan Monnier
2013-10-18 19:01   ` Josh
2013-10-18 20:02   ` Dmitry Gutov
2013-10-19  1:21     ` Stefan Monnier
2013-10-18 22:49 ` Barry OReilly [this message]
2017-11-07  0:53 ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFM41H3SkXTqfnwibnO+zwOS5Ub3HPHuQe6V5JzFUtZrzx_amQ@mail.gmail.com \
    --to=gundaetiapo@gmail.com \
    --cc=15641@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).