From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: patch for optional inhibit of delete-other-windows(IDE feature) Date: Sat, 26 Apr 2008 10:49:49 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1209221411 7895 80.91.229.12 (26 Apr 2008 14:50:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2008 14:50:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 26 16:50:47 2008 connect(): Connection refused 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 1Jpljh-0000MC-A8 for ged-emacs-devel@m.gmane.org; Sat, 26 Apr 2008 16:50:45 +0200 Original-Received: from localhost ([127.0.0.1]:41305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jplj1-0001Sg-0H for ged-emacs-devel@m.gmane.org; Sat, 26 Apr 2008 10:50:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jpliw-0001SO-1c for emacs-devel@gnu.org; Sat, 26 Apr 2008 10:49:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jpliu-0001Rm-GY for emacs-devel@gnu.org; Sat, 26 Apr 2008 10:49:57 -0400 Original-Received: from [199.232.76.173] (port=43833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jpliu-0001Rc-8c for emacs-devel@gnu.org; Sat, 26 Apr 2008 10:49:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jplit-0005W9-QC for emacs-devel@gnu.org; Sat, 26 Apr 2008 10:49:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jplin-00048I-8J; Sat, 26 Apr 2008 10:49:49 -0400 In-reply-to: (joakim@verona.se) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:95979 Archived-At: It looks good except for the name `window-operation-behaviour-flags'. It has two problems: 1. British spelling for "behavior". 2. "Flags" suggests a word of bit flags. Since this is a plist, I suggest `window-operation-plist' or something like that.