* Should Emacs define push-tag-mark?
@ 2015-04-28 18:50 Oleh Krehel
2015-04-28 22:22 ` Dmitry Gutov
0 siblings, 1 reply; 4+ messages in thread
From: Oleh Krehel @ 2015-04-28 18:50 UTC (permalink / raw)
To: emacs-devel
I was just looking at why `pop-tag-mark' wasn't working after
`semantic-ia-fast-jump'. Turns out it's because GNU/Emacs doesn't
define `push-tag-mark' on which `semantic-ia-fast-jump' relies.
Should I define this function? It would also fix #5666.
Oleh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Should Emacs define push-tag-mark?
2015-04-28 18:50 Should Emacs define push-tag-mark? Oleh Krehel
@ 2015-04-28 22:22 ` Dmitry Gutov
2015-04-29 6:08 ` Oleh Krehel
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Gutov @ 2015-04-28 22:22 UTC (permalink / raw)
To: Oleh Krehel, emacs-devel
On 04/28/2015 09:50 PM, Oleh Krehel wrote:
>
> I was just looking at why `pop-tag-mark' wasn't working after
> `semantic-ia-fast-jump'. Turns out it's because GNU/Emacs doesn't
> define `push-tag-mark' on which `semantic-ia-fast-jump' relies.
>
> Should I define this function? It would also fix #5666.
In master, you can use `xref-push-marker-stack'.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Should Emacs define push-tag-mark?
2015-04-28 22:22 ` Dmitry Gutov
@ 2015-04-29 6:08 ` Oleh Krehel
2015-04-29 12:32 ` Dmitry Gutov
0 siblings, 1 reply; 4+ messages in thread
From: Oleh Krehel @ 2015-04-29 6:08 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: emacs-devel
Dmitry Gutov <dgutov@yandex.ru> writes:
> On 04/28/2015 09:50 PM, Oleh Krehel wrote:
>>
>> I was just looking at why `pop-tag-mark' wasn't working after
>> `semantic-ia-fast-jump'. Turns out it's because GNU/Emacs doesn't
>> define `push-tag-mark' on which `semantic-ia-fast-jump' relies.
>>
>> Should I define this function? It would also fix #5666.
>
> In master, you can use `xref-push-marker-stack'.
And it works with `pop-tag-mark' too, neat.
Should #5666 be closed then? How are bugs closed, by the way?
I'll send a patch to CEDET to use `xref-push-marker-stack' as well.
Oleh
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-04-29 12:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 18:50 Should Emacs define push-tag-mark? Oleh Krehel
2015-04-28 22:22 ` Dmitry Gutov
2015-04-29 6:08 ` Oleh Krehel
2015-04-29 12:32 ` Dmitry Gutov
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).