edwina
edwina copied to clipboard
Doesn't work with ggtags
It seems like edwina have a problem with ggtags. The problem seems to be with display-buffer
. ggtags has a macro with-display-buffer-no-window
(defmacro with-display-buffer-no-window (&rest body)
(declare (debug t) (indent 0))
;; See http://debbugs.gnu.org/13594
`(let ((display-buffer-overriding-action
(if ggtags-auto-jump-to-match
(list #'display-buffer-no-window)
display-buffer-overriding-action)))
,@body)))
And it doesn't work well with edwina's expectation.