From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: cc-engine.el needs a coding: tag Date: Sun, 07 Mar 2010 22:53:37 +0900 Message-ID: <87sk8cutjy.fsf@catnip.gol.com> References: <87k4tw6r4c.fsf@catnip.gol.com> <20100306205146.GA1267@muc.de> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267970040 5952 80.91.229.12 (7 Mar 2010 13:54:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 7 Mar 2010 13:54:00 +0000 (UTC) Cc: bug-cc-mode@gnu.org, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 07 14:53:55 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 1NoGva-0003T3-Ie for ged-emacs-devel@m.gmane.org; Sun, 07 Mar 2010 14:53:55 +0100 Original-Received: from localhost ([127.0.0.1]:37623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoGva-0006oU-3Q for ged-emacs-devel@m.gmane.org; Sun, 07 Mar 2010 08:53:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoGvU-0006oP-Ok for emacs-devel@gnu.org; Sun, 07 Mar 2010 08:53:48 -0500 Original-Received: from [140.186.70.92] (port=50407 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoGvT-0006oH-T6 for emacs-devel@gnu.org; Sun, 07 Mar 2010 08:53:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoGvR-0000wO-DZ for emacs-devel@gnu.org; Sun, 07 Mar 2010 08:53:47 -0500 Original-Received: from smtp11.dentaku.gol.com ([203.216.5.73]:58415) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoGvN-0000vt-38; Sun, 07 Mar 2010 08:53:41 -0500 Original-Received: from 218.33.232.163.eo.eaccess.ne.jp ([218.33.232.163] helo=catnip.gol.com) by smtp11.dentaku.gol.com with esmtpa (Dentaku) id 1NoGvK-0005IP-Js; Sun, 07 Mar 2010 22:53:38 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id A6E16DF94; Sun, 7 Mar 2010 22:53:37 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: <20100306205146.GA1267@muc.de> (Alan Mackenzie's message of "Sat, 6 Mar 2010 20:51:46 +0000") Original-Lines: 18 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:121699 Archived-At: Alan Mackenzie writes: > Or, perhaps better, replace those non-break spaces with fragile ones, and > then be careful that they don't, in fact, break. > > As a matter of interest, how did you stumble upon this anomaly? I had some local changes to cc-engine.el (basically just reverting some of the recent changes that break indenting). When updating, I got a merge conflict, and used emacs to fix things -- and when saving the file, emacs complained about non-encodable characters in the file (because the file has no obvious coding system, the non-break-spaces got read as binary characters). -Miles -- Education, n. That which discloses to the wise and disguises from the foolish their lack of understanding.