Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with xref: xref--marker-ring, xref--history, etc. #228

Open
mandarm opened this issue Jun 21, 2024 · 0 comments
Open

Incompatibility with xref: xref--marker-ring, xref--history, etc. #228

mandarm opened this issue Jun 21, 2024 · 0 comments

Comments

@mandarm
Copy link

mandarm commented Jun 21, 2024

Running emacs 29.3. Line 456 of the latest xref.el (version 1.7.0) is

(make-obsolete-variable 'xref--marker-ring 'xref--history "29.1")

As a result, running ggtags-next-mark or ggtags-prev-mark throws a Symbol’s value as variable is void: xref--marker-ring error.

After adding (defvaralias 'xref--marker-ring 'xref--history) as a workaround, the test (ring-empty-p xref--marker-ring) on line 1350 of ggtags.el returns a Wrong type argument: number-or-marker-p, nil error.

At this point, I don't have much idea how to proceed. Your help would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant