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: [rudalics@gmx.at: check_min_window_sizes] Date: Sun, 12 Feb 2006 23:40:29 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139805786 21817 80.91.229.2 (13 Feb 2006 04:43:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 04:43:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 05:43:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8VYA-0000WY-8U for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 05:42:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8VY9-0008RP-OC for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 23:42:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8VVo-0007Za-Hb for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:40:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8VVn-0007Z1-AI for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:40:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8VVm-0007Yx-FD for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:40:31 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8Va9-0002Vt-HB for emacs-devel@gnu.org; Sun, 12 Feb 2006 23:45:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F8VVl-0007QY-FP; Sun, 12 Feb 2006 23:40:29 -0500 Original-To: emacs-devel@gnu.org 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:50444 Archived-At: Would someone please debug this and ack? ------- Start of forwarded message ------- Date: Thu, 09 Feb 2006 08:46:50 +0100 From: martin rudalics MIME-Version: 1.0 To: emacs-pretest-bug Content-Type: text/plain; charset=ISO-8859-15; format=flowed Subject: check_min_window_sizes With Emacs -q evaluating (progn (split-window-horizontally) (let ((window-min-width 1)) (shrink-window (1- (window-width)) t))) removes scrollbars from both emanating windows and makes the left window inaccessible. For some strange reason `check_min_window_sizes' seems to fail here. _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------