help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function "global"?


From: Andrea Crotti
Subject: Re: function "global"?
Date: Mon, 07 Jun 2010 18:44:26 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin)

Apparently the problem got solved by itself, I removed all my cedet
stuff and now I use the files already given with my emacs 23
distribution.

Now my configuration is something like this
--8<---------------cut here---------------start------------->8---
(require 'cedet)

(global-ede-mode t)
(require 'semantic)
(load-library "semantic/senator")

(semantic-mode t)
(global-semantic-stickyfunc-mode)
(global-semantic-idle-completions-mode)
(global-semantic-decoration-mode)
(global-semantic-highlight-func-mode)
(global-semantic-mru-bookmark-mode)
(load-library "semantic/db")
(global-semanticdb-minor-mode t)
--8<---------------cut here---------------end--------------->8---

And it works pretty nicely, BUT I think there's a problem with
semanticdb and files on a sshfs mounted volue.
I get this kind of error here below:

--8<---------------cut here---------------start------------->8---
eieio-validate-slot-value: Invalid slot type:
semantic-collector-buffer-deep, cache, (or null
semanticdb-find-result-with-nil), (([object semanticdb-table
"simulation.py" [object semanticdb-project-database-file "blinker/"
"/Volumes/arch 3/wireless-sensors/blinker/" semanticdb-table nil
([object semanticdb-table "BlinkMsg.py" #3
--8<---------------cut here---------------end--------------->8---


Any idea?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]