From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Sun, 16 Aug 2009 13:18:07 +0200 Message-ID: References: <4A8283D8.6070208@gmx.at> <4A83E2ED.2090805@gmx.at> <4A868A1F.4020101@gmx.at> <4A87DEEE.1050009@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250421510 2759 80.91.229.12 (16 Aug 2009 11:18:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Aug 2009 11:18:30 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , rms@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 16 13:18:22 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mcdki-0008QH-NW for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 13:18:22 +0200 Original-Received: from localhost ([127.0.0.1]:38285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mcdkh-0001bo-Lq for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 07:18:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mcdkd-0001bj-Ic for emacs-devel@gnu.org; Sun, 16 Aug 2009 07:18:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McdkZ-0001bV-4G for emacs-devel@gnu.org; Sun, 16 Aug 2009 07:18:15 -0400 Original-Received: from [199.232.76.173] (port=33087 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McdkZ-0001bS-1D for emacs-devel@gnu.org; Sun, 16 Aug 2009 07:18:11 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:57857) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McdkV-0007wp-Te; Sun, 16 Aug 2009 07:18:08 -0400 Original-Received: by yxe2 with SMTP id 2so3255320yxe.14 for ; Sun, 16 Aug 2009 04:18:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=AWlpsCLZwbauD5O/PxOUJIhTOCwcb3/XUF5YrUIe0mk=; b=uZU+rpMReqCfL6ih8kCaWHumPwqqWuqdfsoT41EjDBbENJnyrA0p3RQCmiE9HoN1dB dCxF/2E1VXAbqIr8tI87eRB/rhkyNTauPwB81A7kC2a2KFf7KHB2Fdrb1IOl1FLzk4dJ LMDhmJ+OVJPDNJs5oRi68gC1F+xfXc7vrOm40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UqVvpr7JOmHoNAlUVp617vN6u0RrIeuog/EJj7tD1sohwlfVDHyY2V7917M9xo2stj rdewL/eO2CkSa/sEc5HS66JPyI0W/JX9CzsOQaGP0kgp0Q9gi1BNErVc5DxAVPSKuE0C vfPX5AAR8p8ct4Cb+hV0Gp8u6WjTQaqg+ies8= Original-Received: by 10.101.33.5 with SMTP id l5mr2685981anj.44.1250421487391; Sun, 16 Aug 2009 04:18:07 -0700 (PDT) In-Reply-To: <4A87DEEE.1050009@gmx.at> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114300 Archived-At: On Sun, Aug 16, 2009 at 12:26 PM, martin rudalics wrote: >> I've often found >> windows that cannot be resized below some threshold (often dialog >> windows). =C2=A0Try it with `evolution', for example: I can't make it >> narrower than 879 pixels. > > But dialogue windows are handled specially by most WMs. On w32 this is not special to dialogue windows.