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#12419: Mouse click changes layout Date: Fri, 14 Sep 2012 11:00:50 +0200 Message-ID: <5052F242.4060303@gmx.at> References: <504FB55D.5030405@t-online.de> <5050432C.4060203@gmx.at> <5052450F.8030001@t-online.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347613291 25838 80.91.229.3 (14 Sep 2012 09:01:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2012 09:01:31 +0000 (UTC) Cc: 12419@debbugs.gnu.org To: occitan@esperanto.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 14 11:01:33 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 1TCRmC-0001QQ-27 for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 11:01:28 +0200 Original-Received: from localhost ([::1]:53139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRm8-00044Y-B8 for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 05:01:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRly-0003bG-2i for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 05:01:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCRlq-0005bB-By for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 05:01:14 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRlq-0005b6-8n for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 05:01:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TCRmk-0002Dq-9a for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 05:02: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: Fri, 14 Sep 2012 09:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12419 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12419-submit@debbugs.gnu.org id=B12419.13476132978507 (code B ref 12419); Fri, 14 Sep 2012 09:02:02 +0000 Original-Received: (at 12419) by debbugs.gnu.org; 14 Sep 2012 09:01:37 +0000 Original-Received: from localhost ([127.0.0.1]:33011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TCRmK-0002DA-VI for submit@debbugs.gnu.org; Fri, 14 Sep 2012 05:01:37 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:59308) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TCRmI-0002D1-IZ for 12419@debbugs.gnu.org; Fri, 14 Sep 2012 05:01:35 -0400 Original-Received: (qmail invoked by alias); 14 Sep 2012 09:00:36 -0000 Original-Received: from 62-47-36-217.adsl.highway.telekom.at (EHLO [62.47.36.217]) [62.47.36.217] by mail.gmx.net (mp035) with SMTP; 14 Sep 2012 11:00:36 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/r8lEVo5brnjSmpa89pIAacMjy0KJa2VatNKmQS2 bLUw6qe/7/rxTl In-Reply-To: <5052450F.8030001@t-online.de> 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:64271 Archived-At: >> Can you improve the behavior by changing the value of >> `resize-mini-windows'? > > It has it's default value of grow-only. I like the feature and wouldn't > want to turn it off. I meant for testing purposes only. > I guess the annoying thing is that the resizing happens on mouse-down > and side-ways scrolling on mouse-drag, i.e. in the middle of my > operation. If it were deferred till mouse-up (or till I drag to outside > of the window to force scrolling), then it would be consistent with > regard to where I clicked. You could try to inject some code at the beginning of `window--resize-root-window-vertically' that writes a backtrace into a buffer. This way we could get some information about the kind of mouse-event that caused the resizing. martin