From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#11544: Subject: 24.1.50; ediff-buffers command window does not work properly Date: Wed, 23 May 2012 11:10:04 +0200 Message-ID: <4FBCA96C.1070705@gmx.at> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337764228 12313 80.91.229.3 (23 May 2012 09:10:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 May 2012 09:10:28 +0000 (UTC) Cc: 11544@debbugs.gnu.org To: Munawar Cheema Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 23 11:10:27 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SX7aM-0004Bq-In for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 May 2012 11:10:26 +0200 Original-Received: from localhost ([::1]:44196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SX7aM-0000aU-2g for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 May 2012 05:10:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SX7aG-0000ZQ-Cz for bug-gnu-emacs@gnu.org; Wed, 23 May 2012 05:10:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SX7aA-0008KU-Qq for bug-gnu-emacs@gnu.org; Wed, 23 May 2012 05:10:19 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SX7aA-0008KC-MN for bug-gnu-emacs@gnu.org; Wed, 23 May 2012 05:10:14 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SX7aw-0005F0-LU for bug-gnu-emacs@gnu.org; Wed, 23 May 2012 05:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 23 May 2012 09:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11544 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11544-submit@debbugs.gnu.org id=B11544.133776425020124 (code B ref 11544); Wed, 23 May 2012 09:11:02 +0000 Original-Received: (at 11544) by debbugs.gnu.org; 23 May 2012 09:10:50 +0000 Original-Received: from localhost ([127.0.0.1]:40353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SX7ak-0005EW-Cs for submit@debbugs.gnu.org; Wed, 23 May 2012 05:10:50 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:35213) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SX7ai-0005E8-Ag for 11544@debbugs.gnu.org; Wed, 23 May 2012 05:10:48 -0400 Original-Received: (qmail invoked by alias); 23 May 2012 09:09:54 -0000 Original-Received: from 62-47-39-90.adsl.highway.telekom.at (EHLO [62.47.39.90]) [62.47.39.90] by mail.gmx.net (mp030) with SMTP; 23 May 2012 11:09:54 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+lmMgrKeKlSMAT6O9MP8ralsJRLNy00PPfOSOj23 bsYkKJ5nfAgfbp In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60297 Archived-At: > start emacs -Q, load in two files let's say .bashrc from two locations, > M-x ediff-buffers, now the little pop up window comes up, type ? and the > window does some bizarre moves and shrinks to almost nothing, This looks like bug #11480. Could you chararacterize the "moves" (are they discrete or continuous, is a certain edge of the pop up window always at the same screen position) and the shrinking (height or width)? martin