From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6d9eb594a33cb947 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-27 16:42:02 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-feed.riddles.org.uk!newsengine.sol.net!nntp.msen.com!newsxfer.eecs.umich.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: very specific question on Ada syntax Date: Sun, 28 Jan 2001 00:28:29 GMT Organization: Deja.com Message-ID: <94vp38$ldv$1@nnrp1.deja.com> References: <94s4vm$qr4$1@nnrp1.deja.com> <87bssu2h6w.fsf@deneb.enyo.de> NNTP-Posting-Host: 205.232.38.14 X-Article-Creation-Date: Sun Jan 28 00:28:29 2001 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; U) X-Http-Proxy: 1.0 x59.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:4624 Date: 2001-01-28T00:28:29+00:00 List-Id: In article <87bssu2h6w.fsf@deneb.enyo.de>, Florian Weimer wrote: > Robert Dewar writes: > > > Seeing as the text between the quotes can be more than one > > character in the case of wide character encodings, I would > > guess that you are not handling wide characters :-) > > At least in Emacs, even a wide character consists of a single > character. ;-) NO! That's wrong. Or more accurately, that would be a nasty restriction. You definitely want to be able to edit texts using their underlying representation, e.g. seeing ["0041"] as those 8 characters, rather than as an upper case A. Incidentally, a bug report was filed internally for Ada mode in EMACS, since indeed it does not handle this case correctly :-) Sent via Deja.com http://www.deja.com/