From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs Lisp's future Date: Tue, 07 Oct 2014 19:59:43 +0300 Message-ID: <83mw97lssg.fsf@gnu.org> References: <54193A70.9020901@member.fsf.org> <837g0ptnlj.fsf@gnu.org> <87r3yxwdr6.fsf@uwakimon.sk.tsukuba.ac.jp> <87tx3tmi3t.fsf@fencepost.gnu.org> <834mvttgsf.fsf@gnu.org> <87lhp5m99w.fsf@fencepost.gnu.org> <87h9ztm5oa.fsf@fencepost.gnu.org> <87d2ahm3nw.fsf@fencepost.gnu.org> <871tqneyvl.fsf@netris.org> <87d2a54t1m.fsf@yeeloong.lan> <83lhotme1e.fsf@gnu.org> <871tql17uw.fsf@yeeloong.lan> <838uktm9gw.fsf@gnu.org> <87h9zgarvp.fsf@fencepost.gnu.org> <87mw97rjwm.fsf@yeeloong.lan> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412701210 18517 80.91.229.3 (7 Oct 2014 17:00:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2014 17:00:10 +0000 (UTC) Cc: dak@gnu.org, rms@gnu.org, dmantipov@yandex.ru, emacs-devel@gnu.org, handa@gnu.org, monnier@iro.umontreal.ca, stephen@xemacs.org To: Mark H Weaver Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 07 19:00:02 2014 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 1XbY7F-0000aw-3q for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2014 19:00:01 +0200 Original-Received: from localhost ([::1]:59944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbY7E-0001xS-RV for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2014 13:00:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbY6x-0001ww-JK for emacs-devel@gnu.org; Tue, 07 Oct 2014 12:59:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbY6t-0003kA-8G for emacs-devel@gnu.org; Tue, 07 Oct 2014 12:59:43 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:40671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbY6n-0003jD-T7; Tue, 07 Oct 2014 12:59:34 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0ND300H002OCB100@mtaout27.012.net.il>; Tue, 07 Oct 2014 19:54:13 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND3007H42YDSJA0@mtaout27.012.net.il>; Tue, 07 Oct 2014 19:54:13 +0300 (IDT) In-reply-to: <87mw97rjwm.fsf@yeeloong.lan> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 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:175088 Archived-At: > From: Mark H Weaver > Cc: Richard Stallman , Eli Zaretskii , dmantipov@yandex.ru, emacs-devel@gnu.org, handa@gnu.org, monnier@iro.umontreal.ca, stephen@xemacs.org > Date: Tue, 07 Oct 2014 11:15:05 -0400 > > > UTF-8 is defined as not containing "overlong" sequences, so Emacs > > decodes them into two raw-byte indicating characters, one indicating > > 0xC0, one indicating 0xA2. When encoding, it reassembles them into > > 0xC0 0xA2. > > When editing a file, this is probably the right default behavior, > although ideally it should warn the user. It does, when the user modifies the file and then saves it.