From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: window-resizable confusion Date: Tue, 08 Nov 2011 23:10:04 +0800 Message-ID: <87vcquy7jn.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320765028 9272 80.91.229.12 (8 Nov 2011 15:10:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Nov 2011 15:10:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 08 16:10:25 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 1RNnJf-0005yh-SE for ged-emacs-devel@m.gmane.org; Tue, 08 Nov 2011 16:10:23 +0100 Original-Received: from localhost ([::1]:32981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNnJf-0007vt-8q for ged-emacs-devel@m.gmane.org; Tue, 08 Nov 2011 10:10:23 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNnJa-0007va-09 for emacs-devel@gnu.org; Tue, 08 Nov 2011 10:10:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNnJU-00064f-GV for emacs-devel@gnu.org; Tue, 08 Nov 2011 10:10:17 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNnJU-00064Y-F0 for emacs-devel@gnu.org; Tue, 08 Nov 2011 10:10:12 -0500 Original-Received: from bb116-14-110-22.singnet.com.sg ([116.14.110.22]:44034 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RNnJT-0006KV-Gk for emacs-devel@gnu.org; Tue, 08 Nov 2011 10:10:12 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:145948 Archived-At: (window-resizable WINDOW DELTA &optional HORIZONTAL IGNORE TRAIL NOUP NODOWN) Return DELTA if WINDOW can be resized vertically by DELTA lines. ... Optional argument NODOWN non-nil means don't check whether WINDOW and its child windows can be resized. I don't understand the NODOWN argument. When NODOWN is non-nil, the docstring says the function doesn't check whether WINDOW can be resized. So what else is it doing instead?