From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: dragging to resize windows Date: Sat, 12 Mar 2011 10:37:19 +0100 Message-ID: <4D7B3ECF.6020008@gmx.at> References: 87aah9117r.fsf@S0106001636ac5854.work <4D79D9A8.2070202@gmx.at> <07E019B5-FF82-471C-ABD4-54A6C954FA2F@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299922685 26425 80.91.229.12 (12 Mar 2011 09:38:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 09:38:05 +0000 (UTC) Cc: GNU Emacs List , smclean0640@gmail.com To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 12 10:38:01 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PyLGp-0005Vr-Sb for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Mar 2011 10:38:00 +0100 Original-Received: from localhost ([127.0.0.1]:39246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyLGo-0008W7-5b for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Mar 2011 04:37:58 -0500 Original-Received: from [140.186.70.92] (port=59056 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyLGH-0008TL-Nf for help-gnu-emacs@gnu.org; Sat, 12 Mar 2011 04:37:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyLGF-0007PC-At for help-gnu-emacs@gnu.org; Sat, 12 Mar 2011 04:37:24 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:54356) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PyLGE-0007P3-Uu for help-gnu-emacs@gnu.org; Sat, 12 Mar 2011 04:37:23 -0500 Original-Received: (qmail invoked by alias); 12 Mar 2011 09:37:21 -0000 Original-Received: from 62-47-54-9.adsl.highway.telekom.at (EHLO [62.47.54.9]) [62.47.54.9] by mail.gmx.net (mp055) with SMTP; 12 Mar 2011 10:37:21 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19W0TUUpA1WHRu5zegePANpB18Mh+ZwA59TtmGgU0 okmzRm36Mg+pcq User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80020 Archived-At: > The effect is that the cursor shape is right for dragging, Let's not care about the cursor shape for the moment. > so I drag the > mode-line, but only the cursor moves. Seconds later the mode-line > follows. Often the reaction is even slower, so I try again to grab the > mode-line and drag it. After a few tries mode-line finally decides to > move a bit. The distance of moving does not seem to strongly correlate > with any distance of cursor movement... (but this can as well be a > problem of my memory and capability of observation) Redisplay on your system seems too slow to catch up with dragging. Here I can easily get Emacs use more than 90% CPU when dragging some modeline continuously. martin