From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Sun, 16 Aug 2009 14:17:36 +0200 Message-ID: <4A87F8E0.3090600@gmx.at> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250425158 10389 80.91.229.12 (16 Aug 2009 12:19:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Aug 2009 12:19:18 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , rms@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 16 14:19:10 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 1Mceha-00005z-7r for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 14:19:10 +0200 Original-Received: from localhost ([127.0.0.1]:42950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McehZ-0001Ih-IP for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 08:19:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McegF-0000e0-Rb for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:17:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McegB-0000c1-7k for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:17:47 -0400 Original-Received: from [199.232.76.173] (port=57427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McegB-0000bt-2A for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:17:43 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:49878) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1McegA-0007mj-2w for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:17:42 -0400 Original-Received: (qmail invoked by alias); 16 Aug 2009 12:17:40 -0000 Original-Received: from 62-47-43-46.adsl.highway.telekom.at (EHLO [62.47.43.46]) [62.47.43.46] by mail.gmx.net (mp008) with SMTP; 16 Aug 2009 14:17:40 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19CiyZhE5FCuzKx1qTbmJyXZJ9v88vlGzNA2hFsYt RqnUExlRVn+ItW User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:114304 Archived-At: >>> I've often found >>> windows that cannot be resized below some threshold (often dialog >>> windows). Try 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. Dialogue windows are always special with tiling WMs. Or did you mean that on w32 there are non-dialogue (or other special popup) windows that can't be resized? martin