bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20353: M-. sometimes jumps in another window


From: Stefan Monnier
Subject: bug#20353: M-. sometimes jumps in another window
Date: Sat, 18 Apr 2015 00:46:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Are there some particular settings that make the xref buffer appear in a new
> frame?
Yes, I have some display-buffer-alist settings for that.
I just reproduced the problem with:

  src/emacs -Q --eval '(setq special-display-regexps (list "^\\*"))'
  C-x C-f src/emacs.c
  C-x 5 2
  C-s pthread_sigmask
  M-. RET
  <click on one of the entries>

It seems always the same of the 2 frames is used for the jump, so
depending on which one is used for the M-. the behavior is either the
expected one or not.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]