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 21:25:10 +0200 Message-ID: <4A885D16.5020005@gmx.at> References: <4A83E2ED.2090805@gmx.at> <4A868A1F.4020101@gmx.at> <4A86AD92.7030308@gmx.at> <87vdkpfbeg.fsf@lola.goethe.zz> <4A86DE30.8060902@gmx.at> <4A86F24D.4090103@gmx.at> <878whknbj5.fsf@uwakimon.sk.tsukuba.ac.jp> <4A87DED5.6010709@gmx.at> <87d46verva.fsf@uwakimon.sk.tsukuba.ac.jp> <4A88266C.9070600@gmx.at> <87ab1zen91.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 1250450776 6738 80.91.229.12 (16 Aug 2009 19:26:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Aug 2009 19:26:16 +0000 (UTC) Cc: Lennart Borgman , 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 21:26:08 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 1MclMm-0005sr-13 for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 21:26:08 +0200 Original-Received: from localhost ([127.0.0.1]:35924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MclMl-0003kr-Bv for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 15:26:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MclM1-0002sW-Dd for emacs-devel@gnu.org; Sun, 16 Aug 2009 15:25:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MclLw-0002qf-QQ for emacs-devel@gnu.org; Sun, 16 Aug 2009 15:25:20 -0400 Original-Received: from [199.232.76.173] (port=39576 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MclLw-0002qU-CX for emacs-devel@gnu.org; Sun, 16 Aug 2009 15:25:16 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:42527) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MclLv-00021D-Li for emacs-devel@gnu.org; Sun, 16 Aug 2009 15:25:16 -0400 Original-Received: (qmail invoked by alias); 16 Aug 2009 19:25:12 -0000 Original-Received: from 62-47-45-33.adsl.highway.telekom.at (EHLO [62.47.45.33]) [62.47.45.33] by mail.gmx.net (mp069) with SMTP; 16 Aug 2009 21:25:12 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+D6tsP15mD8i1QrkmnWXOHhg9YsYJNIGihceXaUE bDBKNnk3LATLcb User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87ab1zen91.fsf@uwakimon.sk.tsukuba.ac.jp> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.77 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114325 Archived-At: > In X, you're done, if you want: the lower right portion of the > contents of the frame will be clipped. Alternatively, Emacs can > translate the position of the contents so that some selected portion > is visible in the "viewport"[1] created by the toplevel window, and > everything that "slops over" is clipped. I don't know how other GUIs > handle this. I suppose we do have to find a solution that fits them. martin