GNU bug report logs - #5666
23.1; please define push-tag-mark in etags.el

Previous Next

Package: emacs;

Reported by: Richard.Kim1 <at> synopsys.com

Date: Mon, 1 Mar 2010 19:29:02 UTC

Severity: wishlist

Tags: fixed

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Richard Kim <Richard.Kim1 <at> synopsys.com>
Cc: 5666 <at> debbugs.gnu.org
Subject: bug#5666: 23.1; please define push-tag-mark in etags.el
Date: Tue, 01 Oct 2019 17:41:52 +0200
Richard Kim <Richard.Kim1 <at> synopsys.com>, Richard.Kim1 <at> synopsys.com
writes:

> GNU/Emacs defines pop-tag-mark command to go along with find-tag
> command for traversing back in cursor movement history.  However
> GNU/Emacs does not define matching push-tag-mark command.  I would
> like to request that something like the following be added to etags.el
>
>   (defun push-tag-mark ()
>     "Push the current position to the ring of markers so that
>     \\[pop-tag-mark] can be used to come back to current position."
>     (interactive)
>     (ring-insert find-tag-marker-ring (point-marker)))

(I'm going through old bug reports that unfortunately didn't get any
response at the time.)

Emacs now has the xref framework for this stuff, and it has
`xref-push-marker-stack', so I think this issue should now be solved,
and I'm closing this bug report.  If this is still something that should
be done, please reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 5 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.