From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adolfo De =?iso-8859-1?b?VW7hbnVl?= Newsgroups: gmane.emacs.help Subject: Re: Css-mode fails! Date: Wed, 13 Feb 2008 22:35:39 -0700 Message-ID: <20080213223539.mk33j5fegw0848wc@mail.dialetheia.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1202967615 14060 80.91.229.12 (14 Feb 2008 05:40:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 05:40:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 14 06:40:38 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JPWpp-0002EE-Dq for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Feb 2008 06:40:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPWpL-0002Wi-Nc for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Feb 2008 00:40:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPWl5-00017w-SF for help-gnu-emacs@gnu.org; Thu, 14 Feb 2008 00:35:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPWl4-00016y-86 for help-gnu-emacs@gnu.org; Thu, 14 Feb 2008 00:35:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPWl3-00016n-T7 for help-gnu-emacs@gnu.org; Thu, 14 Feb 2008 00:35:41 -0500 Original-Received: from outbound-mail-102.bluehost.com ([69.89.22.12]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JPWl3-0000tq-Bs for help-gnu-emacs@gnu.org; Thu, 14 Feb 2008 00:35:41 -0500 Original-Received: (qmail 24754 invoked by uid 0); 14 Feb 2008 05:35:40 -0000 Original-Received: from unknown (HELO box287.bluehost.com) (69.89.31.87) by xmail.bluehost.com with SMTP; 14 Feb 2008 05:35:40 -0000 Original-Received: from localhost ([127.0.0.1]) by box287.bluehost.com with esmtpa (Exim 4.68) (envelope-from ) id 1JPWl2-0000lH-5E for help-gnu-emacs@gnu.org; Wed, 13 Feb 2008 22:35:40 -0700 Original-Received: from 189.136.15.239 ([189.136.15.239]) by mail.dialetheia.net (Horde MIME library) with HTTP; Wed, 13 Feb 2008 22:35:39 -0700 Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51504 Archived-At: >> Adolfo De Unanue writes: >> I am using GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version >> 2.12.0) of 2008-02-11. Everything is running smothly (well, for doing >> Ruby, Rails, Python, Org, Latex mainly) but the CSS-mode is failing >> with the next error: >> ... >> File mode specification error: (wrong-type-argument integerp (0 . 8)) >> dvc: require bzr-dvc >> Loading vc-bzr...done >> condition-case: Wrong type argument: integerp, (0 . 8) >> ... >> >> (from my *Messages* buffer) > Looks like it's more a problem with bzr-dvc rather than css-mode.el. > What are you doing in css-mode that triggers the problem? > --=20 > Bastien I am just opening a CSS file or when I execute C-x css-mode. It is the same error The error relating bzr-dvc is because I was using the dvc library for doing distributed version control, but now is built-in in GNU/Emacs, so I just deleted that lines from my .emacs file. But the CSS error persists :( .... File mode specification error: (wrong-type-argument integerp (0 . 8)) Loading vc-bzr...done .... (From my *Messages* buffer) Adolfo