all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (next-error) and buffer popups
@ 2015-05-18  9:06 Sam Halliday
  2015-05-18 13:33 ` Dmitry Gutov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sam Halliday @ 2015-05-18  9:06 UTC (permalink / raw)
  To: help-gnu-emacs

Hello all,

I typically have a couple of emacs frames on my desktop because I have a multi-monitor setup.

I usually have the compile buffer open in one of the secondary frames, but the behaviour of (next-error) is a bit frustrating because it will always open the compile buffer in a new window in whatever frame I invoke it from. This results in two windows in my field of view showing the same information.

Is there an alternative to (next-error) which does the same "jump to error in source" behaviour but doesn't popup the compile buffer? The following logic would be perfect:

  (when (compile-buffer-not-visible)
    (popup-compile-buffer-in-current-frame))
  (goto-errored-source-file-and-line)

Best regards,
Sam


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-21  1:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18  9:06 (next-error) and buffer popups Sam Halliday
2015-05-18 13:33 ` Dmitry Gutov
2015-05-18 15:45 ` Stefan Monnier
     [not found] ` <mailman.3210.1431963996.904.help-gnu-emacs@gnu.org>
2015-05-18 16:02   ` Sam Halliday
2015-05-18 17:38     ` Stefan Monnier
     [not found]     ` <mailman.3221.1431970724.904.help-gnu-emacs@gnu.org>
2015-05-19  9:59       ` Sam Halliday
2015-05-21  1:02         ` ISHIKAWA,chiaki

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.