From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: cc-engine.el needs a coding: tag Date: Wed, 03 Mar 2010 21:33:21 +0200 Organization: JURTA Message-ID: <87lje9uuxu.fsf@mail.jurta.org> References: <87k4tw6r4c.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267646403 20735 80.91.229.12 (3 Mar 2010 20:00:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Mar 2010 20:00:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 03 20:59:59 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nmujd-0004eL-HO for ged-emacs-devel@m.gmane.org; Wed, 03 Mar 2010 20:59:57 +0100 Original-Received: from localhost ([127.0.0.1]:34544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nmujc-0005jY-IC for ged-emacs-devel@m.gmane.org; Wed, 03 Mar 2010 14:59:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmuNE-0005CN-7c for emacs-devel@gnu.org; Wed, 03 Mar 2010 14:36:48 -0500 Original-Received: from [140.186.70.92] (port=59270 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmuNC-0005AZ-4L for emacs-devel@gnu.org; Wed, 03 Mar 2010 14:36:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmuNA-0004bt-Ss for emacs-devel@gnu.org; Wed, 03 Mar 2010 14:36:46 -0500 Original-Received: from smtp-out3.starman.ee ([85.253.0.5]:49948 helo=mx1.starman.ee) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmuNA-0004bQ-N1; Wed, 03 Mar 2010 14:36:44 -0500 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (62.65.208.33.cable.starman.ee [62.65.208.33]) by mx1.starman.ee (Postfix) with ESMTP id 7087A3F411D; Wed, 3 Mar 2010 21:36:38 +0200 (EET) In-Reply-To: <87k4tw6r4c.fsf@catnip.gol.com> (Miles Bader's message of "Mon, 01 Mar 2010 23:41:55 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121616 Archived-At: > cc-engine.el uses some non-ASCII characters ("non-break space", in the > first comment in `c-looking-at-special-brace-list'), so it should really > have a -*- coding: -*- tag of some sort. find . -type f -name \*.el -print0 | xargs -0 -e grep -lZ "[^[:print:][:space:]]" | xargs -0 -e grep -L "coding:" ./calc/calc-aent.el ./calendar/cal-french.el ./cedet/semantic/wisent/javat-wy.el ./cedet/semantic/wisent/wisent.el ./dnd.el ./emacs-lisp/elint.el ./emacs-lisp/tcover-ses.el ./erc/erc-services.el ./filesets.el ./font-setting.el ./gnus/html2text.el ./gnus/nnmail.el ./help-fns.el ./htmlfontify.el ./kmacro.el ./minibuffer.el ./net/eudc-bob.el ./net/eudc-export.el ./net/eudc-hotlist.el ./net/eudc-vars.el ./net/eudc.el ./net/eudcb-bbdb.el ./net/eudcb-ldap.el ./net/eudcb-ph.el ./net/tramp-cache.el ./org/org-freemind.el ./org/org-latex.el ./org/org-protocol.el ./pcvs.el ./play/bubbles.el ./progmodes/cc-engine.el ./progmodes/cc-langs.el ./progmodes/cc-mode.el ./progmodes/hideshow.el ./progmodes/js.el ./term.el ./textmodes/conf-mode.el ./textmodes/texinfmt.el ./uniquify.el ./woman.el ./x-dnd.el This list includes files with ASCII control characters and non-ASCII characters. Literal control characters could be replaced with their equivalent "\^" syntax, and non-ASCII characters require a -*- coding: -*- tag whose value sometimes is not easy to guess, but usually it is Latin-1. -- Juri Linkov http://www.jurta.org/emacs/