From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drkm Newsgroups: gmane.emacs.help Subject: Re: cc-mode question Date: Wed, 22 Jun 2005 19:47:40 +0200 Organization: None Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119462043 10869 80.91.229.2 (22 Jun 2005 17:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 17:40:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 22 19:40:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dl9Bx-0007gS-Na for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jun 2005 19:39:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dl9Ic-0006vE-IQ for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jun 2005 13:46:06 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!feeder.enertel.nl!nntpfeed-01.ops.asmr-01.energis-idc.net!feeder.xsnews.nl!feeder.news-service.com!skynet.be!newspost001!tjb!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:ZvJ7c5PvdgP+YNK2cjKTqmVlGQc= Original-Lines: 18 Original-NNTP-Posting-Host: e798111c.news.skynet.be Original-X-Trace: 1119462142 news.skynet.be 26041 81.241.198.229:1699 Original-X-Complaints-To: usenet-abuse@skynet.be Original-Xref: shelby.stanford.edu gnu.emacs.help:132124 Original-To: help-gnu-emacs@gnu.org 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:27598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27598 Evgeniy writes: > On Tue, Jun 21, 2005 at 06:23:07PM +0200, drkm wrote: >> Huh? Try 'M-x global-semantic-show-unmatched-syntax-mode' >> (when you see the problem). > This is help, but correct me if I don't right, > this prevent emacs of showing real not right syntax, > like forgotten ';' and so on? Yes. This feature is 'semantic-show-unmatched-syntax-mode', from Semantic, from CEDET. But it doesn't always work, and underlines sometime large portions of entirely correct buffers. So I think it's more disturbing than helping. --drkm