From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evgeniy Newsgroups: gmane.emacs.help Subject: Re: cc-mode question Date: Tue, 21 Jun 2005 19:07:54 +0000 Message-ID: <20050621190754.GA26876@rain.homenetwork> References: <7m079d.t9.ln@acm.acm> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119368793 7277 80.91.229.2 (21 Jun 2005 15:46:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2005 15:46:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 21 17:46:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dkkwc-0000cI-9S for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jun 2005 17:45:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dkl33-0003Am-UK for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jun 2005 11:52:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkkuM-0007wR-Cm for help-gnu-emacs@gnu.org; Tue, 21 Jun 2005 11:43:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkkuL-0007vx-GU for help-gnu-emacs@gnu.org; Tue, 21 Jun 2005 11:43:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dkktg-00074z-2g for help-gnu-emacs@gnu.org; Tue, 21 Jun 2005 11:42:44 -0400 Original-Received: from [194.67.23.122] (helo=mx2.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkkLc-0008SZ-JN for help-gnu-emacs@gnu.org; Tue, 21 Jun 2005 11:07:32 -0400 Original-Received: from [213.145.46.108] (port=16186 helo=rain) by mx2.mail.ru with asmtp id 1DkkIf-000ECN-00 for help-gnu-emacs@gnu.org; Tue, 21 Jun 2005 19:04:30 +0400 Original-Received: by rain (nbSMTP-0.99) for uid 1000 dushistov@mail.ru; Tue, 21 Jun 2005 19:08:10 +0000 (UTC) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <7m079d.t9.ln@acm.acm> User-Agent: Mutt/1.5.8i 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:27570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27570 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 > Which major mode are you in? > Which minor modes have you got enabled? (hopefully, very few.) ??? > 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