From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Darren Hoo Newsgroups: gmane.emacs.devel Subject: Re: resize windows horizontally with the mouse Date: Thu, 30 Jan 2014 13:27:31 +0800 Message-ID: References: <87a9eervp7.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1391059679 15452 80.91.229.3 (30 Jan 2014 05:27:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 05:27:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 30 06:28:05 2014 Return-path: Envelope-to: ged-emacs-devel@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 1W8kAX-0003qS-0f for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 06:28:05 +0100 Original-Received: from localhost ([::1]:46509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8kAW-0008Ng-Iv for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 00:28:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8kAN-0008Mk-IY for emacs-devel@gnu.org; Thu, 30 Jan 2014 00:28:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8kAG-0000e9-87 for emacs-devel@gnu.org; Thu, 30 Jan 2014 00:27:55 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:59890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8kAG-0000e5-1Y for emacs-devel@gnu.org; Thu, 30 Jan 2014 00:27:48 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8kAF-0003iH-Dr for emacs-devel@gnu.org; Thu, 30 Jan 2014 06:27:47 +0100 Original-Received: from 184.22.103.12 ([184.22.103.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 06:27:47 +0100 Original-Received: from darren.hoo by 184.22.103.12 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 06:27:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 184.22.103.12 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) Cancel-Lock: sha1:YJkWPDLiJIqplAMtrwpxN3JZ3mo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169228 Archived-At: Yuri Khan writes: > On Thu, Jan 30, 2014 at 10:32 AM, Michael Heerdegen > wrote: > >> it's a common nuisance that you cannot horizontally resize windows in >> Emacs, at least here under the toolkits in X. It's really really >> missing... > > You can. It’s just that the grab handle is not the whole splitter but > only a small part where the mode lines meet. So this is an intention. I thought it was a bug in the NS port. Usually I just turn off scroll bar to bring the the whole splitter back. BTW, has anyone met with sluggish redisplay of buffer text when resizing windows horizontally?