GNU bug report logs -
#74361
[PATCH] New option xref-navigation-display-window-action
Previous Next
Full log
Message #92 received at 74361 <at> debbugs.gnu.org (full text, mbox):
>> PS: after testing I noticed that in your patch
>> nil needs to be added as a placeholder for empty action:
>> `((xref--display-buffer-in-window)
>> (category . xref)
>> (window . ,xref--original-window)))
>> (t
>> - '((category . xref))))))
>> + '(nil (category . xref))))))
>
> Did you trigger some error with the original patch? LGTM, but I'm not
> seeing a difference in behavior.
While using your patch I got this error caused by missing nil:
Debugger entered--Lisp error: (wrong-type-argument listp xref)
append(nil nil nil (category . xref) nil nil ...)
display-buffer(#<buffer xref.el> ((category . xref)))
xref--show-pos-in-buf(...)
xref--show-location(...)
command-execute(xref-goto-xref)
This is not reproducible in `emacs -Q`. If you want,
I could try to find minimal customization.
But the main thing is that with my customization
(window-live-p xref--original-window) is nil,
so 'xref--show-pos-in-buf' uses the last branch of 'cond'.
This bug report was last modified 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.