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 15:04:35 +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 1255093535 17583 80.91.229.12 (9 Oct 2009 13:05:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Oct 2009 13:05:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii , Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 09 15:05:24 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 1MwF9l-000505-TV for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 15:05:14 +0200 Original-Received: from localhost ([127.0.0.1]:43145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwF9k-0001D4-LC for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 09:05:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwF9e-0001CP-O8 for emacs-devel@gnu.org; Fri, 09 Oct 2009 09:05:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwF9a-00019F-AH for emacs-devel@gnu.org; Fri, 09 Oct 2009 09:05:06 -0400 Original-Received: from [199.232.76.173] (port=43894 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwF9a-000196-3B for emacs-devel@gnu.org; Fri, 09 Oct 2009 09:05:02 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:62946) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwF9X-0002yY-Ih; Fri, 09 Oct 2009 09:05:00 -0400 Original-Received: by bwz20 with SMTP id 20so6626176bwz.42 for ; Fri, 09 Oct 2009 06:04:55 -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=jw/pHcEW8S0PtlntlZULYfsqmGrO6tUtOd9QEBJrsKk=; b=kkEmN0QUFcJ+R903gmNQoYbOBIWyt63nwTtsz86plcw8alG1OFrK2WNNHmK5SiTvi3 Z6hqNcjm+D/7H7mSBVKjnWK7eaU+0v5JvIEEoXpycjppNva8hlvLD7BoHl5ewKUSmtHK en1Fo+cETiGfrES9JXcDRlxIfesoUjAG+Wj/I= 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=DDx2Rb31i++/KgCcrOyiYuPLrH+H7Hs+qd0tUC5yKNmh9uU2k6E5XlhlyL5DTkkxWE y7MciRxPJl5cKS6dKWGqYYOCZYN9QHSza6u9BkYUZqNBwWok+1Pfx7MdBvsvX7VdS1hv SxuR0KXu4l7q4azW6Jpeo+ZL8VBhODCrQx92M= Original-Received: by 10.239.182.145 with SMTP id q17mr123275hbg.136.1255093495505; Fri, 09 Oct 2009 06:04:55 -0700 (PDT) In-Reply-To: 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:116016 Archived-At: There's a new range of ideographs that must be excluded from loading in ucs-names. It should work now (though you'll have to redump Emacs). Juanma