Gnus development mailing list
 help / color / mirror / Atom feed
* New option gnus-use-atomic-windows
@ 2019-09-22  1:52 Eric Abrahamsen
  2019-09-22 17:37 ` Eric S Fraga
  2019-09-22 19:11 ` Sven Joachim
  0 siblings, 2 replies; 13+ messages in thread
From: Eric Abrahamsen @ 2019-09-22  1:52 UTC (permalink / raw)
  To: ding

Hi all,

For those of you running master, there's a new option
`gnus-use-atomic-windows' which you can play with. You can read about
atomic windows in the Elisp manual, but the basic idea is that a Gnus
layout of several windows will be treated as a *single* window by code
that pops up buffers in new windows. For example, if you're using Helm
and a Helm completion buffer pops up while you're in the Summary, that
completion buffer will show up on the bottom or to the right of the
entire Gnus window composition, and not squished between the Summary and
Article buffers.

It defaults to nil, please set to t and test it! I'm particularly
interested in any third-party code that uses `delete-other-windows' from
a Gnus window. Code like that will now signal an error (because by
default atomic windows can't be individually deleted) which reads:

"Root of atomic window is root window of its frame"

If you get that, please let me know. It is solvable, but I'd like to see
what kind of code is using this before putting a fix in.

Thanks,
Eric




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

end of thread, other threads:[~2019-09-23 20:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-22  1:52 New option gnus-use-atomic-windows Eric Abrahamsen
2019-09-22 17:37 ` Eric S Fraga
2019-09-22 17:47   ` Eric Abrahamsen
2019-09-23  1:54     ` Eric Abrahamsen
2019-09-22 19:11 ` Sven Joachim
2019-09-23 15:55   ` Eric S Fraga
2019-09-23 17:13     ` Brent Busby
2019-09-23 17:26       ` Eric S Fraga
2019-09-23 18:39       ` Eric Abrahamsen
2019-09-23 18:34     ` Eric Abrahamsen
2019-09-23 20:23       ` Eric S Fraga
2019-09-23 16:34   ` dick
2019-09-23 18:30   ` Eric Abrahamsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).