From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: resize-mini-windows Date: Mon, 08 Jan 2007 23:08:53 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1168315785 4227 80.91.229.12 (9 Jan 2007 04:09:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Jan 2007 04:09:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 09 05:09:44 2007 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 1H48Ix-0007nH-D8 for ged-emacs-devel@m.gmane.org; Tue, 09 Jan 2007 05:09:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H48Iw-0003Ub-SR for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2007 23:09:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H48Id-0003MV-CL for emacs-devel@gnu.org; Mon, 08 Jan 2007 23:09:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H48Ic-0003Ln-Ja for emacs-devel@gnu.org; Mon, 08 Jan 2007 23:09:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H48Ic-0003LT-96 for emacs-devel@gnu.org; Mon, 08 Jan 2007 23:09:22 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H48Ic-0007Z8-0v for emacs-devel@gnu.org; Mon, 08 Jan 2007 23:09:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H48I9-0004Fa-AP; Mon, 08 Jan 2007 23:08:53 -0500 Original-To: "Drew Adams" In-reply-to: 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:65038 Archived-At: 1. Shouldn't user option `resize-mini-windows' be documented in Elisp manual node Intro to Minibuffers, where the resizing is explained? That is, shouldn't we tell users that (and how) they can control the resizing? It is documented in Minibuffer Edit. That seems fine.