From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: resize windows horizontally with the mouse Date: Thu, 30 Jan 2014 10:36:00 +0700 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: quoted-printable X-Trace: ger.gmane.org 1391052958 16683 80.91.229.3 (30 Jan 2014 03:35:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 03:35:58 +0000 (UTC) Cc: Emacs developers To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 30 04:36:06 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 1W8iQA-0001S3-82 for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 04:36:06 +0100 Original-Received: from localhost ([::1]:46250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8iQ9-000452-PM for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 22:36:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8iQ6-00044m-Vx for emacs-devel@gnu.org; Wed, 29 Jan 2014 22:36:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8iQ6-0003zo-0t for emacs-devel@gnu.org; Wed, 29 Jan 2014 22:36:02 -0500 Original-Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]:36885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8iQ5-0003zk-SY for emacs-devel@gnu.org; Wed, 29 Jan 2014 22:36:01 -0500 Original-Received: by mail-qc0-f174.google.com with SMTP id x13so4186946qcv.33 for ; Wed, 29 Jan 2014 19:36:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=7VwvAEHATBSJAggkypbwDJEZyOkgQ6Gj4CBow36sHwM=; b=ZxuOTz5pj2AgC66eeOxmdFiOFJJMsGmYyLCSHFu9M/355nB9iyJTXoIstKp+w/VHbA 36GKNTiQKQthdeZXanGE/CoeqtxrzKsUOdN93a+7zfaahXWdS/EJ1BK7TaGFLCp1kM60 Y4s2PbitJ4BE+QP0C4C4JVS7pk8DNXuHw4g7NEW3pB4OnjUoI5vm+3Qmyy2G1cbABS+d 2Te36T9Xnc6Hs3wulryubD46vdrgoquwcWV+Wrq6D6EvA9yT+eC2cyogkimmurRRwTJi 4sRBw0VLdF9zIzx+VGsrBEBnJkyAIU4zYD79m5wwzx0UyhaqifpiuRadPyBkxLsDF2de vmrw== X-Received: by 10.140.39.20 with SMTP id u20mr17068724qgu.73.1391052961039; Wed, 29 Jan 2014 19:36:01 -0800 (PST) Original-Received: by 10.96.14.74 with HTTP; Wed, 29 Jan 2014 19:36:00 -0800 (PST) In-Reply-To: <87a9eervp7.fsf@web.de> X-Google-Sender-Auth: ftn-Km0hTOo3Tt2FvoWGMVgkQ9k X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::22e 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:169224 Archived-At: 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=E2=80=99s just that the grab handle is not the whole splitter b= ut only a small part where the mode lines meet.