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: Thu, 11 Oct 2007 10:50:48 +0200 Message-ID: <470DE3E8.3080401@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> <47028522.60003@gmx.at> <18178.62745.602748.437486@gargle.gargle.HOWL> <470334E7.9020102@gmx.at> <18179.41840.532732.664369@gargle.gargle.HOWL> <18187.33374.913139.901742@gargle.gargle.HOWL> <470BB544.8090708@gmx.at> <18189.42188.229008.184425@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 1192093030 1037 80.91.229.12 (11 Oct 2007 08:57:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2007 08:57:10 +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 Thu Oct 11 10:57:07 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 1Iftqj-0002UO-VO for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 10:56:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iftqe-0004kH-2i for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 04:56:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iftnw-0002cW-UP for emacs-devel@gnu.org; Thu, 11 Oct 2007 04:54:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iftnt-0002aU-CU for emacs-devel@gnu.org; Thu, 11 Oct 2007 04:54:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iftnt-0002aJ-4H for emacs-devel@gnu.org; Thu, 11 Oct 2007 04:54:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iftns-0003DV-Q0 for emacs-devel@gnu.org; Thu, 11 Oct 2007 04:54:00 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iftmt-0006QW-FR for emacs-pretest-bug@gnu.org; Thu, 11 Oct 2007 04:52:59 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Iftno-0003Bn-Rj for emacs-pretest-bug@gnu.org; Thu, 11 Oct 2007 04:53:59 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Iftno-0003BZ-E7 for emacs-pretest-bug@gnu.org; Thu, 11 Oct 2007 04:53:56 -0400 Original-Received: (qmail invoked by alias); 11 Oct 2007 08:53:55 -0000 Original-Received: from N949P028.adsl.highway.telekom.at (EHLO [62.47.62.156]) [62.47.62.156] by mail.gmx.net (mp020) with SMTP; 11 Oct 2007 10:53:55 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19V+2RaHoNVO7kl/vcu5JeGCmfZcUVfEUf0QXwNmj oJLis2qENBTNqM User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <18189.42188.229008.184425@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:80594 gmane.emacs.pretest.bugs:20099 Archived-At: > For something like the calculator that wants to claim as small a > window as possible, I would guess that the header line is not too > useful, especially since it has a modeline. There should be no problem doing ((not (get-buffer-window calculator-buffer)) (let ((split-window-keep-point nil) (window-min-height 2)) (setq header-line-format nil) in `calculator'. I wonder, however, why `header-line-format' has a non-nil value in the first place. Do you have an advice creating a header line for all sorts of windows?