From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 2, Issue 28 Date: Tue, 28 Jan 2003 19:05:01 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301200152.KAA16258@etlken.m17n.org> <200301271220.VAA14902@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043799290 27664 80.91.224.249 (29 Jan 2003 00:14:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 00:14:50 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18dfsP-0007C4-00 for ; Wed, 29 Jan 2003 01:14:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18dfxK-0007QS-00 for ; Wed, 29 Jan 2003 01:19:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dfrc-0005ba-00 for emacs-devel@quimby.gnus.org; Tue, 28 Jan 2003 19:14:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18dfmI-00049l-00 for emacs-devel@gnu.org; Tue, 28 Jan 2003 19:08:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18dfj5-0003Ih-00 for emacs-devel@gnu.org; Tue, 28 Jan 2003 19:05:12 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dfiv-0003CV-00 for emacs-devel@gnu.org; Tue, 28 Jan 2003 19:05:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18dfiv-0003TS-00; Tue, 28 Jan 2003 19:05:01 -0500 Original-To: Kenichi Handa In-reply-to: <200301271220.VAA14902@etlken.m17n.org> (message from Kenichi Handa on Mon, 27 Jan 2003 21:20:00 +0900 (JST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11176 > I don't see a need to add string-to-unibyte. We have string-as/make-multibyte and string-as/make-unibyte. If one finds string-to-multibyte, it's quite natural that he also expects string-to-unibyte. Even if it is an alias of string-as-unibyte, I think it's worth having it. And, it's simpler to have it than saying that we don't have string-to-unibyte because ... in some place. I don't think we should add functions merely for completeness.