[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31027: 27.0.50; xref, tags-location-ring equivalent
From: |
Robert Pluim |
Subject: |
bug#31027: 27.0.50; xref, tags-location-ring equivalent |
Date: |
Tue, 03 Apr 2018 09:15:33 +0200 |
charles@aurox.ch (Charles A. Roelli) writes:
> tags-location-ring seems to have no replacement in xref.el.
>
> from etags.el:
> (defvar tags-location-ring (make-ring xref-marker-ring-length)
> "Ring of markers which are locations visited by \\[find-tag].
> Pop back to the last location with \\[negative-argument] \\[find-tag].")
>
> We should add a "xref-location-ring" (or similar) that stores the
> locations visited by "xref-find-definitions", and we can allow jumping
> to them with C-u - M-., in the same way as "find-tag" does.
xref has a marker stack. The following is bound to "M-," by default.
(defun xref-pop-marker-stack ()
"Pop back to where \\[xref-find-definitions] was last invoked."
(interactive)
Robert
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Charles A. Roelli, 2018/04/02
- bug#31027: 27.0.50; xref, tags-location-ring equivalent,
Robert Pluim <=
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Dmitry Gutov, 2018/04/03
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Charles A. Roelli, 2018/04/04
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Dmitry Gutov, 2018/04/04
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Eli Zaretskii, 2018/04/04
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Juri Linkov, 2018/04/04
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Dmitry Gutov, 2018/04/04
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Charles A. Roelli, 2018/04/05
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Dmitry Gutov, 2018/04/05
- bug#31027: 27.0.50; xref, tags-location-ring equivalent, Charles A. Roelli, 2018/04/08