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

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

bug#858: Conflict between ERC mode tracking and ibuffer window shrinking


From: Antoine Levitt
Subject: bug#858: Conflict between ERC mode tracking and ibuffer window shrinking
Date: Tue, 2 Sep 2008 01:26:52 +0200

Hi,
There is a bug when using conjointly these two features. Here are the relevant portions of configuration :
;;make ibuffer resize itself to its buffer size
(setq ibuffer-use-other-window t)
(setq ibuffer-default-shrink-to-minimum-size t)

No specific configuration for erc, just enabling tracker is enough.
Then, run erc, and, in any erc buffer, call ibuffer. The screen briefly flashes as an ERC window opens then disappears, and the ibuffer window is reduced to a much smaller size than what it would be outside ERC. I think the issue is erc's hook to window-configuration-change somehow messing with ibuffer, but I'm not experienced enough to find where the bug is.

Antoine Levitt

reply via email to

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