Evgeniy <[EMAIL PROTECTED]> wrote on Tue, 21 Jun 2005 19:07:54 +0000:
> On Mon, Jun 20, 2005 at 06:08:07PM +0000, Alan Mackenzie wrote:
>> Well, confirm to us that you've checked the obvious things:
>> What operating system are you running?
> $uname -a
> Linux 2.6.11-gentoo-r11 #1 Tue Jun 21 11:28:12 UTC 2005 i686 AMD
> Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux

>> How did you start your Emacs session?  (Hopefully, emacs -q --no-site-file)
> $emacs

>> Which emacs version?  (M-x emacs-version)
> GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.6.7) of
> 2005-06-18 on rain

>> Which CC Mode version?  (M-x c-version)
> this command don't work

It seems you haven't got CC Mode loaded at all.  Try M-x c-mode.

>> Which major mode are you in? 
>> Which minor modes have you got enabled?  (hopefully, very few.)
> ???

The major mode is something like "C Mode" or "Text Mode".  Usually it
gets set by Emacs when you load the file.  Minor modes are "add on"
features, things like font-lock-mode (which you've got) or
auto-fill-mode.

>> Have you got font-lock-mode enabled, and if so, how did you enable it?
> (custom-set-variables
>       ...
>       '(global-font-lock-mode t nil (font-lock))
>       ...

> -- 
> /Evgeniy

-- 
Alan Mackenzie (Munich, Germany)
Email: [EMAIL PROTECTED]; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to