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 12:25:34 +0200 Message-ID: <4A87DE9E.4010306@gmx.at> References: <4A81374E.9050401@gmx.at> <4A8283D8.6070208@gmx.at> <4A83E2ED.2090805@gmx.at> <4A868A1F.4020101@gmx.at> <4A86AD92.7030308@gmx.at> <87vdkpfbeg.fsf@lola.goethe.zz> <4A86DD2E.30105@gmx.at> <87ab21lyzv.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250418771 28016 80.91.229.12 (16 Aug 2009 10:32:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Aug 2009 10:32:51 +0000 (UTC) Cc: David Kastrup , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 16 12:32:44 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 1Mcd2Z-00086G-Rf for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 12:32:44 +0200 Original-Received: from localhost ([127.0.0.1]:45913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mcd2Y-00069l-W8 for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 06:32:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mccvq-0002LI-8J for emacs-devel@gnu.org; Sun, 16 Aug 2009 06:25:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mccvk-0002K1-FO for emacs-devel@gnu.org; Sun, 16 Aug 2009 06:25:45 -0400 Original-Received: from [199.232.76.173] (port=53132 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mccvj-0002Jf-AQ for emacs-devel@gnu.org; Sun, 16 Aug 2009 06:25:39 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:40072) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mccvi-00070I-Lo for emacs-devel@gnu.org; Sun, 16 Aug 2009 06:25:39 -0400 Original-Received: (qmail invoked by alias); 16 Aug 2009 10:25:37 -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 (mp007) with SMTP; 16 Aug 2009 12:25:37 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18vlVUztMsvVekstXQUlr7y6smB2P/hDLe1j9QjpW 1C+4gjskYtTgYk User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87ab21lyzv.fsf@uwakimon.sk.tsukuba.ac.jp> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.74 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:114295 Archived-At: > Actually, it's Emacs that would be less than amused (more precisely, > the Emacs user). The WM *will* resize the shell. Emacs can fit its > content to that window or not, the WM does not care. X will simply > clip Emacs to fit. Indeed. Thanks for filling in the gory details. > Just-call-me-Procrustes-ly y'rs, I'll try to remember that ;-) martin