From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [Unicode-2] `C-h f' error Date: Thu, 22 Nov 2007 11:22:22 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195748687 14604 80.91.229.12 (22 Nov 2007 16:24:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 16:24:47 +0000 (UTC) Cc: yamaoka@jpl.org, chenggao@gmail.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 22 17:24:52 2007 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 1IvErC-0004Ob-Ct for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 17:24:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEqx-0000ge-Th for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 11:24:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvEor-0007dv-Pe for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvEoq-0007ch-9L for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEop-0007cV-Si for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvEop-0001P7-7F for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:23 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IvEoo-0006fa-H1; Thu, 22 Nov 2007 11:22:22 -0500 In-reply-to: (message from Kenichi Handa on Thu, 22 Nov 2007 13:51:13 +0900) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83871 Archived-At: Make the Lisp reader to generate a symbol of unibyte name when it is read from a unibyte buffer. Previously, the multibyteness of a symbol name is determined by the byte sequence (by using make_string). Please add a comment explaining the bad results that happened when we tried the other way. (Unless you already did so.) It is very important to explain this IN the source file.