You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
orggtags-prev-mark
throws aSymbol’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 aWrong 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!
The text was updated successfully, but these errors were encountered: