From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; Cannot run calculator on TTY Date: Mon, 01 Oct 2007 17:41:50 +0200 Message-ID: <4701153E.7010408@gmx.at> References: <20071001023514.E164D12A4071@localhost> <470090AD.7020701@gmx.at> <18176.62320.27921.579761@gargle.gargle.HOWL> NNTP-Posting-Host: lo.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 1191253367 2066 80.91.229.12 (1 Oct 2007 15:42:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2007 15:42:47 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: raman@users.sf.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 01 17:42: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 1IcNPu-0002RD-Cr for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2007 17:42:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcNPq-0007Lb-EZ for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2007 11:42:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IcNPn-0007Ip-2E for emacs-devel@gnu.org; Mon, 01 Oct 2007 11:42:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcNPl-0007DI-A5 for emacs-devel@gnu.org; Mon, 01 Oct 2007 11:42:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcNPk-0007D3-UM for emacs-devel@gnu.org; Mon, 01 Oct 2007 11:42:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IcNPk-0006xe-LH for emacs-devel@gnu.org; Mon, 01 Oct 2007 11:42:32 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IcNOx-0000r8-Fy for emacs-pretest-bug@gnu.org; Mon, 01 Oct 2007 11:41:43 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IcNPh-0006x1-6O for emacs-pretest-bug@gnu.org; Mon, 01 Oct 2007 11:42:32 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IcNPg-0006wf-LU for emacs-pretest-bug@gnu.org; Mon, 01 Oct 2007 11:42:29 -0400 Original-Received: (qmail invoked by alias); 01 Oct 2007 15:42:27 -0000 Original-Received: from N849P007.adsl.highway.telekom.at (EHLO [62.47.50.7]) [62.47.50.7] by mail.gmx.net (mp038) with SMTP; 01 Oct 2007 17:42:27 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/TR8NY3vrTlzyC9QfnOHDAbFbGfQCZ1Di5Z/2MR1 s4eoy00fjDMrWw User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <18176.62320.27921.579761@gargle.gargle.HOWL> X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80091 gmane.emacs.pretest.bugs:20044 Archived-At: > Apologies about the Ad-orig -- that's because everything has been > advised by Emacspeak. I understand. The problem is that apparently ad-Orig-calculator() wants to do split-window-vertically(-2) which eventually has `split-window' complain. If you bind `window-min-height' to 2 around this the complaints should go away, hopefully. > window-min-height is 4 -- I've not changed it. Did you change it earlier?