From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: eight-bit char handling in emacs-unicode Date: Sat, 15 Nov 2003 22:47:31 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200311130153.KAA04615@etlken.m17n.org> <200311130610.PAA04983@etlken.m17n.org> <200311130901.SAA05204@etlken.m17n.org> <200311140047.JAA06414@etlken.m17n.org> <87n0aznl06.fsf@ID-87814.user.dfncis.de> <200311150109.KAA08233@etlken.m17n.org> <87smkqj5c9.fsf@ID-87814.user.dfncis.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068933102 32244 80.91.224.253 (15 Nov 2003 21:51:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2003 21:51:42 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Nov 15 22:51:39 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AL8KR-0007s5-00 for ; Sat, 15 Nov 2003 22:51:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AL8KQ-0003Ce-00 for ; Sat, 15 Nov 2003 22:51:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AL9FJ-0004Ey-2G for emacs-devel@quimby.gnus.org; Sat, 15 Nov 2003 17:50:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AL9Eh-0004Cn-Cl for emacs-devel@gnu.org; Sat, 15 Nov 2003 17:49:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AL9EB-00045n-EA for emacs-devel@gnu.org; Sat, 15 Nov 2003 17:49:46 -0500 Original-Received: from [217.13.230.178] (helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AL9EA-00044v-Qu for emacs-devel@gnu.org; Sat, 15 Nov 2003 17:49:15 -0500 Original-Received: from latte (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id hAFLlf1L022253 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sat, 15 Nov 2003 22:47:42 +0100 Original-To: Oliver Scholz Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:031115:epameinondas@gmx.de:b99af96b00a788df X-Hashcash: 0:031115:epameinondas@gmx.de:b99af96b00a788df X-Payment: hashcash 1.2 0:031115:handa@m17n.org:588270e040f69057 X-Hashcash: 0:031115:handa@m17n.org:588270e040f69057 X-Payment: hashcash 1.2 0:031115:emacs-devel@gnu.org:01fc4b1c43034929 X-Hashcash: 0:031115:emacs-devel@gnu.org:01fc4b1c43034929 In-Reply-To: <87smkqj5c9.fsf@ID-87814.user.dfncis.de> (Oliver Scholz's message of "Sat, 15 Nov 2003 11:26:54 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/22.0.0 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17842 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17842 Oliver Scholz writes: > Kenichi Handa writes: > > [...] >> Thank you. Now I see what was wrong. I've just installed a >> fix. > [...] > > Thanks. It works now. I guess I may flatter myself now to be the first > one who has sent a message with Gnus on Emacs 22 out to the public. And here is the second one. :-) (Assuming this is sent OK...) I can't reproduce the crash I got earlier, perhaps it is fixed. I noticed that M-SPC within *Message* buffers activate the region, but do not highlight the selected area. It works on other buffers though.