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: Subwindow terminology Date: Mon, 07 Nov 2011 11:16:25 +0100 Message-ID: <4EB7AFF9.5000004@gmx.at> References: <87wrbfrxqz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1320660998 15192 80.91.229.12 (7 Nov 2011 10:16:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Nov 2011 10:16:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 07 11:16:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RNMFm-0007HZ-CA for ged-emacs-devel@m.gmane.org; Mon, 07 Nov 2011 11:16:34 +0100 Original-Received: from localhost ([::1]:45968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNMFl-0004jp-NK for ged-emacs-devel@m.gmane.org; Mon, 07 Nov 2011 05:16:33 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:50789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNMFj-0004jj-CG for emacs-devel@gnu.org; Mon, 07 Nov 2011 05:16:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNMFi-0001NF-9x for emacs-devel@gnu.org; Mon, 07 Nov 2011 05:16:31 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:35449) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RNMFh-0001N9-UU for emacs-devel@gnu.org; Mon, 07 Nov 2011 05:16:30 -0500 Original-Received: (qmail invoked by alias); 07 Nov 2011 10:16:26 -0000 Original-Received: from 62-47-48-41.adsl.highway.telekom.at (EHLO [62.47.48.41]) [62.47.48.41] by mail.gmx.net (mp047) with SMTP; 07 Nov 2011 11:16:26 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18xDQUToSsxIbPbWfJtkIlAGSR9QqHKUVf+JzijL3 Bd8LQXqGfPRi+/ User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87wrbfrxqz.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145925 Archived-At: > I don't understand the term "subwindow" in the new window code. What's > the difference between a subwindow and a child window? If there is > none, we ought to refer to "child window" throughout, instead of adding > another equivalent piece of jargon. I now removed the term "subwindow" from code and documentations. martin