From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Interactive ucs-insert fails in HEAD Date: Fri, 9 Oct 2009 13:44:55 +0200 Message-ID: References: <83hbu8ls52.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1255088742 1551 80.91.229.12 (9 Oct 2009 11:45:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Oct 2009 11:45:42 +0000 (UTC) Cc: Sascha Wilde , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 09 13:45:31 2009 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 1MwDuc-0003ld-3b for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 13:45:30 +0200 Original-Received: from localhost ([127.0.0.1]:56812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwDub-0007JD-As for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 07:45:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwDuV-0007Hu-Ft for emacs-devel@gnu.org; Fri, 09 Oct 2009 07:45:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwDuQ-0007Dz-Ob for emacs-devel@gnu.org; Fri, 09 Oct 2009 07:45:22 -0400 Original-Received: from [199.232.76.173] (port=36606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwDuQ-0007Ds-Ic for emacs-devel@gnu.org; Fri, 09 Oct 2009 07:45:18 -0400 Original-Received: from mail-fx0-f205.google.com ([209.85.220.205]:33709) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwDuP-0006Ar-9Q; Fri, 09 Oct 2009 07:45:17 -0400 Original-Received: by fxm1 with SMTP id 1so5822492fxm.31 for ; Fri, 09 Oct 2009 04:45:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=9gUuv603a53x6A0PdsDgOeoDxWGZpnZszAO7AAeEcCs=; b=YF4o4EU+LcQsaNmT53B1u9gDcODgrKnx2YjD7uK+1i848Yf23FpuSzVhZ2nTWZH3Gd vXDt47Ij+zIGrdeIqXTo/F+g13mTx36rHLtX0fqSGwQV5f3GQr4MD9aOJ9V4AX32OAxA 70vlv60BcQWkZSgTac0HwZABzCinkcxzmkyJE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=SwMLgomflOXugwbdbAlmyoUjSOLmTrrVOE9xoJxPISpX1jy+6E/nVfa/zWf7YXMhwW r1EigJTdemp/4pbklLdzuDkFWM3Fld2NpcyqYa1nGJt+NQ6sZ/92v/xIyXMuzURsRcQe CAKSgvKv8ySxofWdYaWiieTZgzKL/9ar7EEs4= Original-Received: by 10.239.182.158 with SMTP id q30mr138873hbg.23.1255088715315; Fri, 09 Oct 2009 04:45:15 -0700 (PDT) In-Reply-To: <83hbu8ls52.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:116010 Archived-At: On Fri, Oct 9, 2009 at 13:32, Eli Zaretskii wrote: > More accurately, any use of "C-x 8 RET" except if you type a valid hex > code at the prompt. Could be related to the upgrade of the data files to Unicode 5.2.0, though the format didn't change so it shouldn't... I'll take a look. Juanma