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: Tue, 02 Oct 2007 19:51:30 +0200 Message-ID: <47028522.60003@gmx.at> 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> <18178.18023.858644.85600@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 1191347972 28016 80.91.229.12 (2 Oct 2007 17:59:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 17:59:32 +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 Tue Oct 02 19:59:29 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 1Icm1a-0005Tm-Od for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2007 19:59:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icm1W-0002KL-Oi for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2007 13:59:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Icm1S-0002Iy-OZ for emacs-devel@gnu.org; Tue, 02 Oct 2007 13:59:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Icm1Q-0002IO-AS for emacs-devel@gnu.org; Tue, 02 Oct 2007 13:59:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icm1Q-0002IJ-7g for emacs-devel@gnu.org; Tue, 02 Oct 2007 13:59:04 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Icm1O-0003Ya-W4 for emacs-devel@gnu.org; Tue, 02 Oct 2007 13:59:03 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Icm0a-00045k-5Q for emacs-pretest-bug@gnu.org; Tue, 02 Oct 2007 13:58:12 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Icm1C-0003Sd-9M for emacs-pretest-bug@gnu.org; Tue, 02 Oct 2007 13:59:00 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Icm1A-0003QO-OP for emacs-pretest-bug@gnu.org; Tue, 02 Oct 2007 13:58:49 -0400 Original-Received: (qmail invoked by alias); 02 Oct 2007 17:58:47 -0000 Original-Received: from N777P001.adsl.highway.telekom.at (EHLO [62.47.41.1]) [62.47.41.1] by mail.gmx.net (mp041) with SMTP; 02 Oct 2007 19:58:47 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/OQTwn4mHODZha9Mf/CRguSkmxwXecs7+NHeTBDP HNXTebjGrrPsPk User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <18178.18023.858644.85600@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:80145 gmane.emacs.pretest.bugs:20054 Archived-At: > The form that computes the argument to split-window-vertically > martin> (shown below) > evaluates to -2 in my environment. Sorry, my question was formulated badly. I wanted to know what happens when you evaluate the form below in your environment: (let ((split-window-keep-point nil) (window-min-height 2)) (split-window-vertically -2))