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: Trunk still not open Date: Sun, 16 Mar 2014 11:02:47 +0100 Message-ID: <532576C7.4090808@gmx.at> References: <6xwqfxhl88.fsf@fencepost.gnu.org> <83txb1mcsy.fsf@gnu.org> <87siqlku0i.fsf@uwakimon.sk.tsukuba.ac.jp> <87wqfxari2.fsf@yandex.ru> <87ha70kyy3.fsf@uwakimon.sk.tsukuba.ac.jp> <5323B66B.5070405@yandex.ru> <837g7vdg70.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1394964263 28526 80.91.229.3 (16 Mar 2014 10:04:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2014 10:04:23 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers , Stephen Turnbull , Dmitry Gutov To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 16 11:04:30 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WP7vi-0000ZN-Ej for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2014 11:04:30 +0100 Original-Received: from localhost ([::1]:52769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WP7vi-0005J3-2H for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2014 06:04:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WP7vY-0005Ic-Ni for emacs-devel@gnu.org; Sun, 16 Mar 2014 06:04:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WP7vR-0005Fg-Da for emacs-devel@gnu.org; Sun, 16 Mar 2014 06:04:20 -0400 Original-Received: from mout.gmx.net ([212.227.15.15]:61300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WP7vR-0005FT-3k; Sun, 16 Mar 2014 06:04:13 -0400 Original-Received: from [62.46.211.76] ([62.46.211.76]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LqQnR-1X2ZOW1LgP-00e6C3; Sun, 16 Mar 2014 11:02:53 +0100 In-Reply-To: X-Provags-ID: V03:K0:BkxhoSWvsaMpMDVK3Gt32uXXd5V1eupqq/cRqZ9Hx1EyT6wpzUh l7kP/yzY8JXewnZEfq4YeqsooT0UaGSj6rX1ahHFYJCb8Y5brStCCDNW88EQjagBWqwz+bS KVCWWJ7uyTaPgdqqkEESCBbIOoqaILHyOny66+A/q/C3V9W1jE2eSueLqmqtzDB3RJWJW4C Ay82XEdxg7XGOvAUjsSzw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:170416 Archived-At: > I didn't even know that it had to be documented in the lisp reference. It is very much needed. > There are pretty fundamental libraries, like uniquify, which are not > (uniquify is briefly described in the Emacs manual). I will be very > surprised if the non-doc status of framesets has kept the freeze from > unfreezing ;-) Maybe it didn't. But it should have done so ;-) And yes - uniquify should have some documentation as well. > But assuming I try, where would that go? A subnode of "Frames", perhaps? Yes. It should go into "Frame Configurations". Maybe we can also find a better title for that section then and apply something similar for "Window Configurations" (which includes "window states" as a subset). martin