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: [rudalics@gmx.at: check_min_window_sizes] Date: Sat, 18 Feb 2006 14:06:04 +0100 Message-ID: <43F71BBC.9060605@gmx.at> References: <87u0axpbba.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140293154 15324 80.91.229.2 (18 Feb 2006 20:05:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 20:05:54 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 18 21:05:52 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 1FAYL1-0004i6-PT for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 21:05:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAYL1-0003wR-7z for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 15:05:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FASST-0001yG-G8 for emacs-devel@gnu.org; Sat, 18 Feb 2006 08:49:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAS35-00069q-1e for emacs-devel@gnu.org; Sat, 18 Feb 2006 08:23:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FARkr-0003fe-LL for emacs-devel@gnu.org; Sat, 18 Feb 2006 08:04:06 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FARqR-0001hX-7l for emacs-devel@gnu.org; Sat, 18 Feb 2006 08:09:51 -0500 Original-Received: (qmail invoked by alias); 18 Feb 2006 13:04:04 -0000 Original-Received: from N782P000.adsl.highway.telekom.at (EHLO [62.47.41.160]) [62.47.41.160] by mail.gmx.net (mp031) with SMTP; 18 Feb 2006 14:04:04 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Chong Yidong In-Reply-To: <87u0axpbba.fsf@stupidchicken.com> X-Y-GMX-Trusted: 0 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:50708 Archived-At: By the way: Evaluating (with-selected-window (split-window-horizontally) (let ((window-min-width 1)) (shrink-window (1- (window-width)) t) (message "?????"))) doesn't display messages any more. In the sequel Emacs may behave rather strangely. It already twice locked up my task monitor and I had to reboot Windows. Can you reproduce something similar?