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: unibyte<->multibyte conversion [Re: Emacs-diffs Digest, Vol 2, Issue 28] Date: Fri, 24 Jan 2003 00:43:44 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3405-Sat18Jan2003154003+0200-eliz@is.elta.co.il> <200301200229.LAA16287@etlken.m17n.org> <6480-Mon20Jan2003214849+0200-eliz@is.elta.co.il> <200301202055.h0KKtun11691@rum.cs.yale.edu> <200301221412.h0MECoA01024@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043387226 17016 80.91.224.249 (24 Jan 2003 05:47:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2003 05:47:06 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18bwgC-0004QK-00 for ; Fri, 24 Jan 2003 06:47:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18bwin-00005Q-00 for ; Fri, 24 Jan 2003 06:49:45 +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 18bwhP-0005Xq-05 for emacs-devel@quimby.gnus.org; Fri, 24 Jan 2003 00:48:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18bwh8-0005X7-00 for emacs-devel@gnu.org; Fri, 24 Jan 2003 00:48:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18bwdh-0003Wv-00 for emacs-devel@gnu.org; Fri, 24 Jan 2003 00:44:30 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bwd1-0002h8-00 for emacs-devel@gnu.org; Fri, 24 Jan 2003 00:43:47 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18bwcy-000569-00; Fri, 24 Jan 2003 00:43:44 -0500 Original-To: "Stefan Monnier" In-reply-to: <200301221412.h0MECoA01024@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Original-cc: eliz@is.elta.co.il Original-cc: handa@m17n.org Original-cc: emacs-devel@gnu.org 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:11027 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11027 Using decode-coding-string is just as easy and makes things much more clear so we should encourage it. I don't see how it makes anything clearer. It would tend to make the documentation less clear. Right now there are two (perhaps in the future three) functions, each of which has a doc string saying what it does and what it's good for. Where would that info go if we make the change you recommend?