From w.richert@gmx.net Tue Jun 16 01:46:15 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 16 Jun 2009 08:46:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5G8kAiK000485 for ; Tue, 16 Jun 2009 01:46:12 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGUJ0-0001j4-Ib for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 04:46:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGUIv-0001dX-Vn for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 04:46:09 -0400 Received: from [199.232.76.173] (port=55856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGUIv-0001dA-NH for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 04:46:05 -0400 Received: from mail.gmx.net ([213.165.64.20]:54929) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MGUIv-0000jR-2m for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 04:46:05 -0400 Received: (qmail invoked by alias); 16 Jun 2009 08:46:03 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp068) with SMTP; 16 Jun 2009 10:46:03 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX1+w+cgYZiKwGbH5WWmc9Dkn2SEisojI99odCbj71z RX+0pA96fJnBlh From: Willi Richert To: bug-gnu-emacs@gnu.org Subject: Invalid face height Date: Tue, 16 Jun 2009 10:46:02 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906161046.02803.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5600000000000001 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Hi, with the latest Emacs CVS version GNU Emacs 23.0.94.1 (i486-pc-linux-gnu, GTK+ Version 2.16.1) of 2009-06-15 on lychee, modified by Debian there are several bugs related to the following error: Debugger entered--Lisp error: (error "Invalid face height" 0.0) internal-set-lisp-face-attribute(tabbar-default :height 0.0 #) set-face-attribute(tabbar-default # :inherit variable-pitch :height 0.0 :foreground "gray50" :background "gray75") apply(set-face-attribute tabbar-default # (:inherit variable-pitch :height 0.0 :foreground "gray50" :background "gray75")) face-spec-set-2(tabbar-default # (((... ...) :inherit variable-pitch :height 0.0 :foreground "grey75" :background "gray50") ((... ...) :inherit variable-pitch :height 0.0 :foreground "black" :background "white") ((... ...) :inherit variable-pitch :height 0.0 :foreground "white" :background "black") (t :inherit variable-pitch :height 0.0 :foreground "gray50" :background "gray75"))) custom-declare-face(tabbar-default (((... ...) :inherit variable-pitch :height 0.0 :foreground "grey75" :background "gray50") ((... ...) :inherit variable-pitch :height 0.0 :foreground "black" :background "white") ((... ...) :inherit variable-pitch :height 0.0 :foreground "white" :background "black") (t :inherit variable-pitch :height 0.0 :foreground "gray50" :background "gray75")) "Default face used in the tab bar." :group tabbar) (defface tabbar-default (quote (... ... ... ...)) "Default face used in the tab bar." :group (quote tabbar)) eval-buffer(# nil "/usr/share/emacs/site-lisp/emacs-goodies-el/tabbar.el" nil t) ; Reading at buffer position 22128 load-with-code-conversion("/usr/share/emacs/site-lisp/emacs-goodies-el/tabbar.el" "/usr/share/emacs/site-lisp/emacs- goodies-el/tabbar.el" nil t) require(tabbar) eval((require (quote tabbar))) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) Basically the following modes pose problems or are unsuable at all: ecb: does not start tabbar: does not start org-mode: does not switch automatically to agenda buffer if width not big enough for horizontal split Unfortunately, no bug in the archives resembles this one from my understanding. Regards, wr From w.richert@gmx.net Tue Jun 16 02:13:36 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 16 Jun 2009 09:13:36 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.0 required=4.0 tests=AWL,ONEWORD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n5G9DWL9005509 for <3586@emacsbugs.donarmstrong.com>; Tue, 16 Jun 2009 02:13:33 -0700 Received: (qmail invoked by alias); 16 Jun 2009 09:13:26 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp033) with SMTP; 16 Jun 2009 11:13:26 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX1+qTF9UDUCqwLCW09wVxhcwEr4PhgiOdXy+9SrPJo oF4DtasjD5F5G7 From: Willi Richert To: 3586@debbugs.gnu.org Subject: Update Date: Tue, 16 Jun 2009 11:13:25 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906161113.25522.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78 Hi, function reftex-toc of the reftex package also does not work: Error msg: Window height 0 too small (after splitting) Regards, wr From monnier@iro.umontreal.ca Tue Jun 16 14:19:13 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 16 Jun 2009 21:19:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5GLJ8ep009496 for ; Tue, 16 Jun 2009 14:19:10 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGg3g-0000yV-14 for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 17:19:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGg3b-0000wL-1n for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 17:19:07 -0400 Received: from [199.232.76.173] (port=36819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGg3a-0000wG-UK for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 17:19:02 -0400 Received: from smtp-04.vtx.ch ([212.147.0.65]:44577) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGg3a-00038K-JL for bug-gnu-emacs@gnu.org; Tue, 16 Jun 2009 17:19:02 -0400 Received: from alfajor.home (dyn.83-228-202-237.dsl.vtx.ch [83.228.202.237]) by smtp-04.vtx.ch (VTX Services SA) with ESMTP id A986B29AEB8; Tue, 16 Jun 2009 23:19:00 +0200 (CEST) Received: by alfajor.home (Postfix, from userid 20848) id 730296433A; Tue, 16 Jun 2009 17:19:00 -0400 (EDT) From: Stefan Monnier To: Willi Richert Cc: 3586@debbugs.gnu.org, bug-gnu-emacs@gnu.org Subject: Re: bug#3586: Invalid face height Message-ID: References: <200906161046.02803.w.richert@gmx.net> Date: Tue, 16 Jun 2009 17:19:00 -0400 In-Reply-To: <200906161046.02803.w.richert@gmx.net> (Willi Richert's message of "Tue, 16 Jun 2009 10:46:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-CrossAssassin-Score: 2 > Debugger entered--Lisp error: (error "Invalid face height" 0.0) [...] > custom-declare-face(tabbar-default (((... ...) :inherit variable-pitch :height 0.0 :foreground "grey75" :background "gray50") ((... ...) :inherit variable-pitch :height 0.0 :foreground "black" :background "white") ((... ...) :inherit variable-pitch :height 0.0 :foreground "white" :background "black") (t :inherit variable-pitch :height 0.0 :foreground "gray50" :background "gray75")) "Default face used in the tab bar." :group tabbar) Why is this face defined to have a height of 0.0? This looks really odd (I'm not surprised Emacs signals it as an invalid face height, although it might also be OK to change Emacs to accept such values). Stefan From monnier@iro.umontreal.ca Tue Jun 16 14:36:50 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 16 Jun 2009 21:36:50 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp-03.vtx.ch (smtp-03.vtx.ch [212.147.0.64]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5GLajSZ012848 for <3586@emacsbugs.donarmstrong.com>; Tue, 16 Jun 2009 14:36:47 -0700 Received: from alfajor.home (dyn.83-228-202-237.dsl.vtx.ch [83.228.202.237]) by smtp-03.vtx.ch (VTX Services SA) with ESMTP id EC517296DBC; Tue, 16 Jun 2009 23:36:44 +0200 (CEST) Received: by alfajor.home (Postfix, from userid 20848) id B55A16433A; Tue, 16 Jun 2009 17:36:44 -0400 (EDT) From: Stefan Monnier To: Willi Richert Cc: 3586@debbugs.gnu.org Subject: Re: bug#3586: Update Message-ID: References: <200906161113.25522.w.richert@gmx.net> Date: Tue, 16 Jun 2009 17:36:44 -0400 In-Reply-To: <200906161113.25522.w.richert@gmx.net> (Willi Richert's message of "Tue, 16 Jun 2009 11:13:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > function reftex-toc of the reftex package also does not work: > Error msg: > Window height 0 too small (after splitting) Please add the backtrace (and a recipe to reproduce the problem, as well) if possible. Stefan From w.richert@gmx.net Wed Jun 17 00:03:14 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 17 Jun 2009 07:03:14 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.5 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n5H738X5013245 for <3586@emacsbugs.donarmstrong.com>; Wed, 17 Jun 2009 00:03:10 -0700 Received: (qmail invoked by alias); 17 Jun 2009 07:03:02 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp017) with SMTP; 17 Jun 2009 09:03:02 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX18bWtMOvYMbgh/vaId5STavtj5C2ptdmbAVxUzyVj OCwBXCUyCn1fKV From: Willi Richert To: Stefan Monnier Subject: Re: bug#3586: Update Date: Wed, 17 Jun 2009 09:03:01 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; ) Cc: 3586@debbugs.gnu.org References: <200906161113.25522.w.richert@gmx.net> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906170903.01396.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.62 Am Dienstag, 16. Juni 2009 23:36:44 schrieb Stefan Monnier: > > function reftex-toc of the reftex package also does not work: > > Error msg: > > Window height 0 too small (after splitting) > > Please add the backtrace (and a recipe to reproduce the problem, as > well) if possible. > > > Stefan 1. emacs -q 2. Alt-x tabbar-mode 3. Invalid face height:0.0 Alternative 2: 2. Alt-x ecb-activate 3. ECB 2.3.2:Errors during the layout setup of ECB. (error-type: error, error- data: (Window width 0 too small (after splitting)")) Alternative 3: 2. start latex file, switch to latex-mode 3. Alt-x reftex-toc 4. Window height 0 too small (after splitting) This is all to reproduce wihtout any of my .emacs customizations involved. I testet this with - the ubuntu packages from http://ppa.launchpad.net/ubuntu-elisp/ppa/ubuntu jaunty main - the cvs version from :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs All this works well in console mode: emacs -nw Regards, wr From w.richert@gmx.net Wed Jun 17 04:31:53 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 17 Jun 2009 11:31:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.8 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5HBVnhQ028802 for ; Wed, 17 Jun 2009 04:31:50 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGtMq-0004H3-Ae for bug-gnu-emacs@gnu.org; Wed, 17 Jun 2009 07:31:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGtMl-0004CR-ER for bug-gnu-emacs@gnu.org; Wed, 17 Jun 2009 07:31:47 -0400 Received: from [199.232.76.173] (port=48324 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGtMk-0004CK-74 for bug-gnu-emacs@gnu.org; Wed, 17 Jun 2009 07:31:42 -0400 Received: from mail.gmx.net ([213.165.64.20]:37530) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MGtMj-0000lK-IS for bug-gnu-emacs@gnu.org; Wed, 17 Jun 2009 07:31:41 -0400 Received: (qmail invoked by alias); 17 Jun 2009 11:31:36 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp070) with SMTP; 17 Jun 2009 13:31:36 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX1+rxB9W17yrbMbrMiDFc/Um//Qlf3t3QekFHqrOvA tvV5cXuAlBPWcg From: Willi Richert To: Stefan Monnier Subject: Re: bug#3586: Invalid face height Date: Wed, 17 Jun 2009 13:31:34 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; ) References: <200906161046.02803.w.richert@gmx.net> In-Reply-To: Cc: 3586@debbugs.gnu.org, bug-gnu-emacs@gnu.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906171331.34584.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.63 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Am Dienstag, 16. Juni 2009 23:19:00 schrieben Sie: > > Debugger entered--Lisp error: (error "Invalid face height" 0.0) > > [...] > > > custom-declare-face(tabbar-default (((... ...) :inherit variable-pitch > > :height 0.0 :foreground "grey75" :background "gray50") ((... ...) > > :inherit variable-pitch :height 0.0 :foreground "black" :background > > "white") ((... ...) :inherit variable-pitch :height 0.0 :foreground > > "white" :background "black") (t :inherit variable-pitch :height 0.0 > > :foreground "gray50" :background "gray75")) "Default face used in the tab > > bar." :group tabbar) > > Why is this face defined to have a height of 0.0? > This looks really odd (I'm not surprised Emacs signals it as an invalid > face height, although it might also be OK to change Emacs to accept such > values). > > > Stefan Your question actually helped to enable tabbar again. In face customization of tabbar I set "With Defaults" in "Value Menu". Now it works again. wr From w.richert@gmx.net Wed Jun 17 04:40:41 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 17 Jun 2009 11:40:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.5 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n5HBeagD030330 for <3586@emacsbugs.donarmstrong.com>; Wed, 17 Jun 2009 04:40:38 -0700 Received: (qmail invoked by alias); 17 Jun 2009 11:40:30 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp006) with SMTP; 17 Jun 2009 13:40:30 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX1/zfpwQZV7zcj2VUeATw8zP+NSYq69KN7hXUJX/s6 FdsdJ7axliUIB4 From: Willi Richert To: 3586@debbugs.gnu.org Subject: customizations cannot be saved Date: Wed, 17 Jun 2009 13:40:29 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906171340.29730.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78 Hi, the next problem, when I try to save it permanently, I get: custom-save-all: Cannot save customizations; init file was not fully loaded [2 times] Regards, wr From w.richert@gmx.net Wed Jun 17 04:56:53 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 17 Jun 2009 11:56:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.4 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n5HBunIG000549 for <3586@emacsbugs.donarmstrong.com>; Wed, 17 Jun 2009 04:56:50 -0700 Received: (qmail invoked by alias); 17 Jun 2009 11:56:43 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp068) with SMTP; 17 Jun 2009 13:56:43 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX1/ZkBx8VprZ0IcbT4fnJhQoHbgmkzZDgngBh5X/e1 7wNndsoXWQRr8T From: Willi Richert To: 3586@debbugs.gnu.org Subject: More strange face things Date: Wed, 17 Jun 2009 13:56:42 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906171356.43029.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.00 Hi, I have the following in my .emacs From w.richert@gmx.net Wed Jun 17 04:58:35 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 17 Jun 2009 11:58:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=AWL,IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n5HBwVuJ000631 for <3586@emacsbugs.donarmstrong.com>; Wed, 17 Jun 2009 04:58:32 -0700 Received: (qmail invoked by alias); 17 Jun 2009 11:58:24 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp013) with SMTP; 17 Jun 2009 13:58:24 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX191LuUvvw11gsvXtsA+mIe+ncjv3zm5WNjiBbjaZQ 3moPP5jB6+kWEU From: Willi Richert To: 3586@debbugs.gnu.org Subject: More strange face things Date: Wed, 17 Jun 2009 13:58:23 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906171358.24105.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 Hi, I have the following in my .emacs: (require 'tabbar) (set-face-attribute 'tabbar-default-face nil :background "gray60") (set-face-attribute 'tabbar-unselected-face nil :background "gray85" :foreground "gray30" :box nil) (set-face-attribute 'tabbar-selected-face nil :background "#f2f2f6" :foreground "black" :box nil) (set-face-attribute 'tabbar-button-face nil :box '(:line-width 1 :color "gray72" :style released-button)) (set-face-attribute 'tabbar-separator-face nil :height 1) (when (require 'tabbar nil t) (setq tabbar-buffer-groups-function (lambda (b) (list "All Buffers"))) (setq tabbar-buffer-list-function (lambda () (remove-if (lambda(buffer) (find (aref (buffer-name buffer) 0) " *")) (buffer-list)))) (tabbar-mode)) With this it does not work for more than 2 months now. If I remove that and set (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(tabbar-default ((nil (:height 1))))) in my .emacs, I can manually start tabbar (alt-x tabbar-mode). If I insert (require 'tabbar) in .emacs, however, it again gives me the previous face error. Regards, wr From cyd@stupidchicken.com Wed Jun 17 08:24:03 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 17 Jun 2009 15:24:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.2 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from pantheon-po34.its.yale.edu (pantheon-po34.its.yale.edu [130.132.50.80]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5HFNxPN006567 for <3586@emacsbugs.donarmstrong.com>; Wed, 17 Jun 2009 08:24:00 -0700 Received: from furry (dhcp128036014144.central.yale.edu [128.36.14.144]) (authenticated bits=0) by pantheon-po34.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n5HFNr85029686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 17 Jun 2009 11:23:53 -0400 Received: by furry (Postfix, from userid 1000) id 63E73C09B; Wed, 17 Jun 2009 11:23:53 -0400 (EDT) From: Chong Yidong To: Willi Richert Cc: 3586@debbugs.gnu.org Subject: Re: Invalid face height Date: Wed, 17 Jun 2009 11:23:53 -0400 Message-ID: <87iqiusx2u.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) Tabbar mode is not distributed with Emacs, so you will have to point us to the exact version you are using. > Alternative 3: > 2. start latex file, switch to latex-mode > 3. Alt-x reftex-toc > 4. Window height 0 too small (after splitting) I can't reproduce this, using the reftex-toc mode distributed with Emacs CVS. emacs -Q M-: (require 'reftex-toc) RET C-x C-f /path/to/file.tex RET M-x reftex-toc RET The reftex-toc window shows up, with no problems. From w.richert@gmx.net Fri Jun 19 02:50:32 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 19 Jun 2009 09:50:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.2 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n5J9oRXn027102 for <3586@emacsbugs.donarmstrong.com>; Fri, 19 Jun 2009 02:50:28 -0700 Received: (qmail invoked by alias); 19 Jun 2009 09:50:20 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp026) with SMTP; 19 Jun 2009 11:50:20 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX1/yLNd36yPyTK/aUqt25LVR7BHF/Jus6sfKHgWmuv BqXAFuNUhuJ1b3 From: Willi Richert To: Chong Yidong Subject: Re: Invalid face height Date: Fri, 19 Jun 2009 11:50:18 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-13-generic; KDE/4.2.4; i686; ; ) Cc: 3586@debbugs.gnu.org References: <87iqiusx2u.fsf@stupidchicken.com> In-Reply-To: <87iqiusx2u.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906191150.18904.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5600000000000001 Hi, I finally found the bug: My locale was not the default one: $ echo $LANG de_DE.UTF-8 After setting it LANG=C emacs works with tabbar, reftex, and ecb! So the question is, why? Maybe you retry to reproduce the bug by setting LANG to the German locale? Regards, wr Am Mittwoch, 17. Juni 2009 17:23:53 schrieb Chong Yidong: > Tabbar mode is not distributed with Emacs, so you will have to point us > to the exact version you are using. > > > Alternative 3: > > 2. start latex file, switch to latex-mode > > 3. Alt-x reftex-toc > > 4. Window height 0 too small (after splitting) > > I can't reproduce this, using the reftex-toc mode distributed with Emacs > CVS. > > emacs -Q > M-: (require 'reftex-toc) RET > C-x C-f /path/to/file.tex RET > M-x reftex-toc RET > > The reftex-toc window shows up, with no problems. From monnier@iro.umontreal.ca Thu Jun 25 06:22:01 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 25 Jun 2009 13:22:01 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp-04.vtx.ch (smtp-04.vtx.ch [212.147.0.65]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5PDLukX024358 for <3586@emacsbugs.donarmstrong.com>; Thu, 25 Jun 2009 06:21:58 -0700 Received: from alfajor.home (dyn.83-228-163-178.dsl.vtx.ch [83.228.163.178]) by smtp-04.vtx.ch (VTX Services SA) with ESMTP id C369929AFE6; Thu, 25 Jun 2009 15:21:55 +0200 (CEST) Received: by alfajor.home (Postfix, from userid 20848) id A114064345; Thu, 25 Jun 2009 15:21:55 +0200 (CEST) From: Stefan Monnier To: 3586@debbugs.gnu.org Subject: Re: bug#3586: Info received (bug#3586: Update) Message-ID: References: Date: Thu, 25 Jun 2009 15:21:55 +0200 In-Reply-To: (Emacs bug Tracking System's message of "Tue, 16 Jun 2009 21:40:05 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > 1. emacs -q > 2. Alt-x tabbar-mode > 3. Invalid face height:0.0 The command tabbar-mode isn't part of Emacs. Again, please show the backtrace (Options => Enter Debugger on Error). > Alternative 2: > 2. Alt-x ecb-activate > 3. ECB 2.3.2:Errors during the layout setup of ECB. (error-type: error, error- > data: (Window width 0 too small (after splitting)")) Same for ecb-activate. > Alternative 3: > 2. start latex file, switch to latex-mode > 3. Alt-x reftex-toc > 4. Window height 0 too small (after splitting) I had to add M-x reftex-mode before being able to do M-x reftex-toc. But it worked just fine without giving me any error. Stefan From w.richert@gmx.net Thu Jun 25 07:00:19 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 25 Jun 2009 14:00:20 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.7 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5PE0D86030689 for ; Thu, 25 Jun 2009 07:00:14 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJpUr-0006ZK-6I for bug-gnu-emacs@gnu.org; Thu, 25 Jun 2009 10:00:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJpUm-0006Rg-P3 for bug-gnu-emacs@gnu.org; Thu, 25 Jun 2009 10:00:12 -0400 Received: from [199.232.76.173] (port=54422 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJpUm-0006RS-Ct for bug-gnu-emacs@gnu.org; Thu, 25 Jun 2009 10:00:08 -0400 Received: from mail.gmx.net ([213.165.64.20]:36004) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MJpUl-0002gp-RE for bug-gnu-emacs@gnu.org; Thu, 25 Jun 2009 10:00:08 -0400 Received: (qmail invoked by alias); 25 Jun 2009 14:00:04 -0000 Received: from kagu.cs.uni-paderborn.de (EHLO kagu.localnet) [131.234.64.131] by mail.gmx.net (mp050) with SMTP; 25 Jun 2009 16:00:04 +0200 X-Authenticated: #645413 X-Provags-ID: V01U2FsdGVkX18zRooPEyMzpqToAVkO20dn91ACkuFgdjUwseofbw ozcfUTJlgwkF2p From: Willi Richert To: bug-gnu-emacs@gnu.org, Stefan Monnier , 3586@debbugs.gnu.org Subject: Re: bug#3586: Info received (bug#3586: Update) Date: Thu, 25 Jun 2009 16:00:02 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-13-generic; KDE/4.2.4; i686; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906251600.03434.w.richert@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5600000000000001 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Hi Stefan, please see the previous post. I've already worked around it by setting "LANG=C". The question is now, why it does not work with other LANG settings. Regards, wr Am Donnerstag, 25. Juni 2009 15:21:55 schrieb Stefan Monnier: > > 1. emacs -q > > 2. Alt-x tabbar-mode > > 3. Invalid face height:0.0 > > The command tabbar-mode isn't part of Emacs. Again, please show the > backtrace (Options => Enter Debugger on Error). > > > Alternative 2: > > 2. Alt-x ecb-activate > > 3. ECB 2.3.2:Errors during the layout setup of ECB. (error-type: error, > > error- data: (Window width 0 too small (after splitting)")) > > Same for ecb-activate. > > > Alternative 3: > > 2. start latex file, switch to latex-mode > > 3. Alt-x reftex-toc > > 4. Window height 0 too small (after splitting) > > I had to add M-x reftex-mode before being able to do M-x reftex-toc. > But it worked just fine without giving me any error. > > > Stefan From cyd@stupidchicken.com Sat Jun 27 15:12:32 2009 Received: (at 3586) by emacsbugs.donarmstrong.com; 27 Jun 2009 22:12:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.3 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from pantheon-po34.its.yale.edu (pantheon-po34.its.yale.edu [130.132.50.80]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5RMCRd7005023 for <3586@emacsbugs.donarmstrong.com>; Sat, 27 Jun 2009 15:12:29 -0700 Received: from furry (c-71-192-161-14.hsd1.nh.comcast.net [71.192.161.14]) (authenticated bits=0) by pantheon-po34.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n5RMCM1m010701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 27 Jun 2009 18:12:22 -0400 Received: by furry (Postfix, from userid 1000) id 4F717C09B; Sat, 27 Jun 2009 18:12:22 -0400 (EDT) From: Chong Yidong To: Willi Richert Cc: 3586@debbugs.gnu.org Subject: Re: Invalid face height Date: Sat, 27 Jun 2009 18:12:22 -0400 Message-ID: <87r5x5s4vt.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) > I finally found the bug: My locale was not the default one: > > $ echo $LANG > de_DE.UTF-8 > > After setting it LANG=C emacs works with tabbar, reftex, and ecb! > > So the question is, why? > > Maybe you retry to reproduce the bug by setting LANG to the German locale? I am unable to reproduce the bug with de_DE.UTF-8. LANG=de_DE.UTF-8 emacs -Q M-: (require 'reftex-toc) RET C-x C-f /path/to/file.tex RET M-x reftex-toc RET => no error. From rgm@gnu.org Mon Aug 24 14:38:30 2009 Received: (at control) by emacsbugs.donarmstrong.com; 24 Aug 2009 21:38:31 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.4 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7OLcTJD002483 for ; Mon, 24 Aug 2009 14:38:30 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MfhFD-0005r6-LN; Mon, 24 Aug 2009 17:38:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19091.2131.578119.817234@fencepost.gnu.org> Date: Mon, 24 Aug 2009 17:38:27 -0400 From: Glenn Morris To: control Subject: control tags 3586 moreinfo unreproducible merge 4244 4242 close 4235 reassign 4236 emacs,ns From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 09 21:45:42 2011 Received: (at 3586-done) by debbugs.gnu.org; 10 Jul 2011 01:45:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfj5Z-0001cO-Qw for submit@debbugs.gnu.org; Sat, 09 Jul 2011 21:45:42 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfj5Y-0001Z6-92 for 3586-done@debbugs.gnu.org; Sat, 09 Jul 2011 21:45:40 -0400 Received: from localhost ([127.0.0.1]:36035) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfj5S-0005L3-F6; Sat, 09 Jul 2011 21:45:34 -0400 From: Glenn Morris To: 3586-done@debbugs.gnu.org Subject: Re: bug#3586: Update References: <200906161113.25522.w.richert@gmx.net> <200906170903.01396.w.richert@gmx.net> X-Spook: Albania threat Commecen NWO freedom number key UOP X-Ran: un4R{_%Ind6r]nts*V`1W!yT1K2-.w)mPPLnQ_:6Oq!Qy177CwHsVFh<=x-Jt+Yr)lSJ6z X-Hue: green X-Attribution: GM Date: Sat, 09 Jul 2011 21:45:34 -0400 In-Reply-To: <200906170903.01396.w.richert@gmx.net> (Willi Richert's message of "Wed, 17 Jun 2009 09:03:01 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 3586-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Sorry, nobody could reproduce this. Looks like it might have been dependent on quite a few local customizations and packages that are not part of Emacs. From unknown Tue Jun 24 05:07:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Aug 2011 11:24:20 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator