From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: A problem of font locking in c-mode Date: Thu, 06 Jun 2013 22:24:31 -0400 Message-ID: <5yvc5q3bfk.fsf@fencepost.gnu.org> References: <51B0D423.2050604@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1370571876 21371 80.91.229.3 (7 Jun 2013 02:24:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2013 02:24:36 +0000 (UTC) Cc: Jun , emacs-devel To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 07 04:24:37 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UkmM0-0005GG-CM for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2013 04:24:36 +0200 Original-Received: from localhost ([::1]:51638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkmLz-0007pH-OX for ged-emacs-devel@m.gmane.org; Thu, 06 Jun 2013 22:24:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkmLx-0007oW-15 for emacs-devel@gnu.org; Thu, 06 Jun 2013 22:24:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkmLw-0001EF-5F for emacs-devel@gnu.org; Thu, 06 Jun 2013 22:24:32 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkmLw-0001E9-1k for emacs-devel@gnu.org; Thu, 06 Jun 2013 22:24:32 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UkmLv-0003xo-AF; Thu, 06 Jun 2013 22:24:31 -0400 X-Spook: Guantanamo MDA chameleon man CESID NSA PLO Ortega X-Ran: V:7;ihAQP*H$|x\(s^w%^JJ]Yrj8]3,M[,'7|c\B*8-\`&*l_:(J2LP$%Oj||9Ul}zV+TV X-Hue: black X-Attribution: GM In-Reply-To: (Xue Fuqiao's message of "Fri, 7 Jun 2013 07:14:53 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160180 Archived-At: Xue Fuqiao wrote: > It works fine in my build (r112804). Can you give some other > information? Like configure option, minor modes, OS, or some related > customization? We should make a command that collects this information and sends it to the right place. Maybe it could be called something like M-x report-emacs-bug. C mode might want to provide its own specialized version, c-submit-bug-report or something like that. Of course, this is all theoretical...