I don't know what linux C mode is, but it seems to be taking over your
usual c-mode. Using:
C-h f linux-c-mode RET
will help you find it, and read about why it's there.
Eric
>>> Hadron <hadronquark@...> seems to think that:
>"Eric M. Ludlam" <eric@...> writes:
>
>>>>> Hadron <hadronquark@...> seems to think that:
>>>
>>>When I try to create my system db, I keep seeing
>>>
>>>"ignoring unknonwn mode 'linux-c-mode'"
>>>
>>>in the status bar as it parses the files. Finally it just crawls to a
>>>halt and stops.
>>>
>>>I pointed it to my /usr/src/linux/include directory having removed all
>>>non 386 headers.
>>>
>>>Any tips?
>>>
>>>(cvs cedet, emacs snapshot)
>> [ ... ]
>>
>> You likely need a hook that looks like this for linux-c-mode:
>>
>> (add-hook 'linux-c-mode-hook 'semantic-default-c-setup)
>>
>> Look into linux-c-mode to get the name of the hook function.
>
>What is linux-c-mode? There is no mention of it in my code or via the
>help system.
>
>The only "linux" thing I have is
>
> (c-set-style "linux")
>
>
>>
>> Eric
>
--
Eric Ludlam: zappo@..., eric@...
Home: http://www.ludlam.net Siege: http://www.siege-engine.com
Emacs: http://cedet.sourceforge.net GNU: http://www.gnu.org
|