all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Css-mode fails!
@ 2008-02-13 15:43 Adolfo De Unanue
  2008-02-13 16:06 ` Bastien Guerry
  2008-02-14  3:39 ` Julio Castillo
  0 siblings, 2 replies; 6+ messages in thread
From: Adolfo De Unanue @ 2008-02-13 15:43 UTC (permalink / raw)
  To: help-gnu-emacs


Hi 

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)

I am using the last version of nxhtml by the way (and mmm-mode 0.4.8) 

Any ideas?

Thank's


Adolfo




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Css-mode fails!
  2008-02-13 15:43 Css-mode fails! Adolfo De Unanue
@ 2008-02-13 16:06 ` Bastien Guerry
  2008-02-14  3:39 ` Julio Castillo
  1 sibling, 0 replies; 6+ messages in thread
From: Bastien Guerry @ 2008-02-13 16:06 UTC (permalink / raw)
  To: help-gnu-emacs

Adolfo De Unanue <nano@dialetheia.net> 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?  

-- 
Bastien




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Css-mode fails!
       [not found] <mailman.7372.1202917391.18990.help-gnu-emacs@gnu.org>
@ 2008-02-13 16:43 ` Exal de Jesus Garcia Carrillo
  0 siblings, 0 replies; 6+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2008-02-13 16:43 UTC (permalink / raw)
  To: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Adolfo De Unanue em gnu.emacs.help escreveu :

> 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)


Show you configuration for css-mode please.

- -- 
Spam protection: 
In my e-mail replace the words `no-spam' with `exal'.


.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFHsx4coZmxoVJRtGIRAiJwAJ9JXEISMNF07LnZOSj+Y313AGa4IQCeJ4qA
CKXXHCpamgsiCXE4LKM4aGk=
=EMD4
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Css-mode fails!
  2008-02-13 15:43 Css-mode fails! Adolfo De Unanue
  2008-02-13 16:06 ` Bastien Guerry
@ 2008-02-14  3:39 ` Julio Castillo
  2008-02-14  8:19   ` Lennart Borgman (gmail)
  1 sibling, 1 reply; 6+ messages in thread
From: Julio Castillo @ 2008-02-14  3:39 UTC (permalink / raw)
  To: Adolfo De Unanue; +Cc: help-gnu-emacs

On Feb 14, 2008 11:13 AM, Adolfo De Unanue <nano@dialetheia.net> wrote:
> I am using the last version of nxhtml by the way (and mmm-mode 0.4.8)
>
> Any ideas?

I believe the problem is because nxhtml includes its own version of
css-mode. If you delete nxml/related/css-mode.el you should stop
getting this message.

-- 
Julio Castillo.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Css-mode fails!
@ 2008-02-14  5:35 Adolfo De Unánue
  0 siblings, 0 replies; 6+ messages in thread
From: Adolfo De Unánue @ 2008-02-14  5:35 UTC (permalink / raw)
  To: help-gnu-emacs

>> Adolfo De Unanue <nano@dialetheia.net> 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?

> -- 
> 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







^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Css-mode fails!
  2008-02-14  3:39 ` Julio Castillo
@ 2008-02-14  8:19   ` Lennart Borgman (gmail)
  0 siblings, 0 replies; 6+ messages in thread
From: Lennart Borgman (gmail) @ 2008-02-14  8:19 UTC (permalink / raw)
  Cc: Adolfo De Unanue, help-gnu-emacs

Julio Castillo wrote:
> On Feb 14, 2008 11:13 AM, Adolfo De Unanue <nano@dialetheia.net> wrote:
>> I am using the last version of nxhtml by the way (and mmm-mode 0.4.8)
>>
>> Any ideas?
> 
> I believe the problem is because nxhtml includes its own version of
> css-mode. If you delete nxml/related/css-mode.el you should stop
> getting this message.

The css-mode.el included in nXhtml should be the same as that in Emacs 
CVS. However it might still be the problem if you are using an older 
version of nXhtml. (And I will include a check if there is a css-mode.el 
in the Emacs tree.)

It sounds a bit strange that you are using mmm-mode with nXhtml. It 
surprises me if that works with for example nxhtml-mode. nXhtml includes 
mumamo.el which supports multiple major modes.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-14  8:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 15:43 Css-mode fails! Adolfo De Unanue
2008-02-13 16:06 ` Bastien Guerry
2008-02-14  3:39 ` Julio Castillo
2008-02-14  8:19   ` Lennart Borgman (gmail)
     [not found] <mailman.7372.1202917391.18990.help-gnu-emacs@gnu.org>
2008-02-13 16:43 ` Exal de Jesus Garcia Carrillo
  -- strict thread matches above, loose matches on Subject: below --
2008-02-14  5:35 Adolfo De Unánue

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.