* 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
* Re: Should Emacs define push-tag-mark?
2015-04-29 6:08 ` Oleh Krehel
@ 2015-04-29 12:32 ` Dmitry Gutov
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Gutov @ 2015-04-29 12:32 UTC (permalink / raw)
To: Oleh Krehel; +Cc: emacs-devel
On 04/29/2015 09:08 AM, Oleh Krehel wrote:
> And it works with `pop-tag-mark' too, neat.
> Should #5666 be closed then? How are bugs closed, by the way?
You send an email to 5666-done@debbugs.gnu.org, preferably with explanation.
By the way, check out admin/notes/bugtracker.
^ 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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.