From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; Cannot run calculator on TTY Date: Tue, 2 Oct 2007 06:23:51 -0700 Message-ID: <18178.18023.858644.85600@gargle.gargle.HOWL> References: <20071001023514.E164D12A4071@localhost> <470090AD.7020701@gmx.at> <18176.62320.27921.579761@gargle.gargle.HOWL> <4701153E.7010408@gmx.at> <18177.46954.59945.891659@gargle.gargle.HOWL> <4701F402.6060403@gmx.at> Reply-To: raman@users.sf.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191331477 31771 80.91.229.12 (2 Oct 2007 13:24:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 13:24:37 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, raman@users.sf.net To: rudalics@gmx.at Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 02 15:24:33 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 1Ichji-0001oj-LL for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2007 15:24:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ichje-0003Ri-FF for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2007 09:24:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IchjD-0003C3-Cc for emacs-devel@gnu.org; Tue, 02 Oct 2007 09:23:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IchjC-0003AU-BN for emacs-devel@gnu.org; Tue, 02 Oct 2007 09:23:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IchjC-0003AK-08 for emacs-devel@gnu.org; Tue, 02 Oct 2007 09:23:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IchjB-0006uI-N7 for emacs-devel@gnu.org; Tue, 02 Oct 2007 09:23:57 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IchiN-0001Fi-EY for emacs-pretest-bug@gnu.org; Tue, 02 Oct 2007 09:23:07 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ichj7-0006tB-D2 for emacs-pretest-bug@gnu.org; Tue, 02 Oct 2007 09:23:57 -0400 Original-Received: from alnrmhc16.comcast.net ([206.18.177.56]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ichj7-0006sx-1U for emacs-pretest-bug@gnu.org; Tue, 02 Oct 2007 09:23:53 -0400 Original-Received: from localhost (c-71-202-191-236.hsd1.ca.comcast.net[71.202.191.236]) by comcast.net (alnrmhc16) with ESMTP id <20071002132352b1600bqnt5e>; Tue, 2 Oct 2007 13:23:52 +0000 Original-Received: by localhost (Postfix, from userid 1000) id DC8DE12A4071; Tue, 2 Oct 2007 06:23:51 -0700 (PDT) In-Reply-To: <4701F402.6060403@gmx.at> X-Mailer: VM alpha-478 under Emacs 23.0.50.26 (i686-pc-linux-gnu) x-attribution: tvr X-Detected-Kernel: Solaris 10 (1203?) 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:80127 gmane.emacs.pretest.bugs:20050 Archived-At: martin> Hence we seem to be left with the fact that your martin> configuration has martin> martin> (let ((split-window-keep-point nil) martin> (window-min-height 2)) (split-window-vertically -2)) martin> martin> fail for some reason. Could you please verify by martin> evaluating that form? The form that computes the argument to split-window-vertically martin> (shown below) evaluates to -2 in my environment. (if (and (fboundp 'face-attr-construct) (let* ((dh (plist-get (face-attr-construct 'default) :height)) (mf (face-attr-construct 'modeline)) (mh (plist-get mf :height))) ;; If the modeline is shorter than the default, ;; stick with 2 lines. (It may be necessary to ;; check how much shorter.) (and (not (or (and (integerp dh) (integerp mh) (< mh dh)) (and (numberp mh) (not (integerp mh)) (< mh 1)))) (or ;; If the modeline is taller than the default, ;; use 3 lines. (and (integerp dh) (integerp mh) (> mh dh)) (and (numberp mh) (not (integerp mh)) (> mh 1)) ;; If the modeline has a box with non-negative line-width, ;; use 3 lines. (let* ((bx (plist-get mf :box)) (lh (plist-get bx :line-width))) (and bx (or (not lh) (> lh 0)))) ;; If the modeline has an overline, use 3 lines. (plist-get (face-attr-construct 'modeline) :overline))))) -3 -2) -- Best Regards, --raman Email: raman@users.sf.net WWW: http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tv.raman.tv@gmail.com PGP: http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC: irc://irc.freenode.net/#emacs