all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Michael Olson <mwolson@gnu.org>
Subject: bug#858: marked as done (Conflict between ERC mode tracking and  ibuffer window shrinking)
Date: Tue, 7 Oct 2008 22:15:03 -0700	[thread overview]
Message-ID: <handler.858.D858.12234424378918.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 6fa54e4e0809011626h5f200906w83f2f03179b22148@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]


Your message dated Tue, 07 Oct 2008 22:07:00 -0700
with message-id <87wsgjznd7.fsf@grepfind.mwolson.org>
and subject line Re: Conflict between ERC mode tracking and ibuffer window shrinking
has caused the Emacs bug report #858,
regarding Conflict between ERC mode tracking and ibuffer window shrinking
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
858: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=858
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4613 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 688 bytes --]

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

[-- Attachment #2.1.2: Type: text/html, Size: 750 bytes --]

[-- Attachment #3: Type: message/rfc822, Size: 4707 bytes --]

From: Michael Olson <mwolson@gnu.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: John Paul Wallington <jpw@gnu.org>, "Antoine Levitt" <smeuuh@gmail.com>, 858-done@emacsbugs.donarmstrong.com
Subject: Re: Conflict between ERC mode tracking and ibuffer window shrinking
Date: Tue, 07 Oct 2008 22:07:00 -0700
Message-ID: <87wsgjznd7.fsf@grepfind.mwolson.org>

Chong Yidong <cyd@stupidchicken.com> writes:

> Hi guys,
>
> Could you take a look at this bug report?  I'm not sure whether ERC or
> ibuffer needs fixing.

The problem was that just before fit-window-to-buffer was called in
`ibuffer-shrink-to-fit', the display was showing a split frame with
both windows displaying the same ERC buffer, even though the current
buffer was actually *Ibuffer*.  I added a (redisplay t) call to force
the display to be up-to-date before fit-window-to-buffer is called,
which fixes the problem.

-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'


      reply	other threads:[~2008-10-08  5:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87wsgjznd7.fsf@grepfind.mwolson.org>
2008-09-01 23:26 ` bug#858: Conflict between ERC mode tracking and ibuffer window shrinking Antoine Levitt
2008-10-08  5:15   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.858.D858.12234424378918.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=mwolson@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.