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

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

bug#48218: [PATCH] ibuffer.el: Use display-buffer properly


From: martin rudalics
Subject: bug#48218: [PATCH] ibuffer.el: Use display-buffer properly
Date: Tue, 4 May 2021 11:16:13 +0200

> This simple patch fixes that (if
> your window manager doesn't automatically focus newly created frames

If it does we could apply one of these

(make-frame '((no-accept-focus . t)))

(make-frame '((no-focus-on-map . t)))

but I didn't have the time to look into this.  It would require
experimenting with a number of window managers and their default
settings and customizations.

> ).

martin





reply via email to

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