From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: utf-16le vs utf-16-le Date: Thu, 17 Apr 2008 10:19:56 +0200 Message-ID: <4807082C.50409@swipnet.se> References: <87wsn1fl72.fsf@uwakimon.sk.tsukuba.ac.jp> <87prssgacl.fsf@uwakimon.sk.tsukuba.ac.jp> <851w58q24a.fsf@lola.goethe.zz> <87lk3gfg40.fsf@uwakimon.sk.tsukuba.ac.jp> <87fxtof8x1.fsf@uwakimon.sk.tsukuba.ac.jp> <87wsmzdpsp.fsf@uwakimon.sk.tsukuba.ac.jp> <87abjtr1xt.fsf@uwakimon.sk.tsukuba.ac.jp> <85hce1a6d0.fsf@lola.goethe.zz> <87myntp3k6.fsf@uwakimon.sk.tsukuba.ac.jp> <87d4oporhe.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1208420462 17405 80.91.229.12 (17 Apr 2008 08:21:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2008 08:21:02 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 17 10:21:21 2008 connect(): Connection refused 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.50) id 1JmPMv-0000uh-4N for ged-emacs-devel@m.gmane.org; Thu, 17 Apr 2008 10:21:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmPMG-0001DT-Aj for ged-emacs-devel@m.gmane.org; Thu, 17 Apr 2008 04:20:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JmPMA-0001Cp-3B for emacs-devel@gnu.org; Thu, 17 Apr 2008 04:20:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmPM8-0001C5-G7 for emacs-devel@gnu.org; Thu, 17 Apr 2008 04:20:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmPM8-0001Bk-AS for emacs-devel@gnu.org; Thu, 17 Apr 2008 04:20:32 -0400 Original-Received: from av6-1-sn3.vrr.skanova.net ([81.228.9.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JmPM3-00012T-OB; Thu, 17 Apr 2008 04:20:27 -0400 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 296E938455; Thu, 17 Apr 2008 10:20:26 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 007B23844B; Thu, 17 Apr 2008 10:20:26 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id C5A5837E45; Thu, 17 Apr 2008 10:20:24 +0200 (CEST) User-Agent: Thunderbird 2.0.0.12 (X11/20080213) In-Reply-To: <87d4oporhe.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:95390 Archived-At: Stephen J. Turnbull skrev: > Eli Zaretskii writes: > > > > From: "Stephen J. Turnbull" > > > Cc: Eli Zaretskii , > > > emacs-devel@gnu.org > > > Date: Thu, 17 Apr 2008 12:23:37 +0900 > > > > > > I also find it faintly unclean when the system has to go around > > > parsing symbol names to do things like change the EOL convention > > > preferred for a buffer. > > > > We don't parse the symbol name at all, AFAIR; instead, the properties > > of each symbol are defined in advance by define-coding-system. > > OK, so you've got properties which must be defined in correspondence > with the coding system names. No parsing needed, but this would > bother me, defining NxMxP symbols when I could define N+M+P symbols. > In recode they have "surfaces". So charset is separate from surfaces, for example EOL convention. That would be nice to have in Emacs as well. Jan D.