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: Fri, 14 Aug 2009 17:42:46 +0200 Message-ID: References: <4A7010D7.3050305@gmx.at> <4A81374E.9050401@gmx.at> <4A8283D8.6070208@gmx.at> <4A83E2ED.2090805@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250264644 26571 80.91.229.12 (14 Aug 2009 15:44:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 15:44:04 +0000 (UTC) Cc: martin rudalics , rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 14 17:43:56 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 1MbywX-0006Ef-Js for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 17:43:49 +0200 Original-Received: from localhost ([127.0.0.1]:50081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbywX-0002TX-5X for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 11:43:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mbyvg-00024w-Qb for emacs-devel@gnu.org; Fri, 14 Aug 2009 11:42:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mbyvb-00022y-UI for emacs-devel@gnu.org; Fri, 14 Aug 2009 11:42:56 -0400 Original-Received: from [199.232.76.173] (port=33474 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbyvb-00022c-Fh for emacs-devel@gnu.org; Fri, 14 Aug 2009 11:42:51 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.243]:16129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbyvX-00085W-PK; Fri, 14 Aug 2009 11:42:48 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so705188ana.21 for ; Fri, 14 Aug 2009 08:42:47 -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=vsDaaWbgF/4s9fkp8Go/6+VA38GEzYQB63pgdfgp9mg=; b=gPYV95uMDJkRHZxPVC+RYZNAfHoYrd6ylTnX3in3g7gymXVOoX7thFWpwJl9wjmoVb Ud53NEOj52mKZEKBsbUzG0CYrzt2PLahxAuwAMG8Orsw36uS4FtTMe6ab30oxiZ/YHvc 2Vx9u/hLSB5yO/A/VbIcn/mswUThkne2Antjk= 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=EBL9KiOo08Suv1PecHj4hXnnr+GNkHBmnLsTs9Ye4fD/T+95jk1o8/D1hXvQJn2mlf VnUXFSYi7fwhhvnX3iYdGxnvl/Q4LlHB1BCBaP7J6Y0zlSeWDHEPoMN2XvBrlfLe9cdc 5GS/NhZUfcdqE5ElNAqFI4MCihzCiF6U7u/9g= Original-Received: by 10.100.80.2 with SMTP id d2mr1879464anb.35.1250264566329; Fri, 14 Aug 2009 08:42:46 -0700 (PDT) In-Reply-To: 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:114250 Archived-At: On Fri, Aug 14, 2009 at 5:39 PM, Stefan Monnier wrote: > - prevent frame resizing that would require deleting a window. I vote for this one. It is less confusing.