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: utf-translate-cjk-mode undocumented Date: Wed, 28 Jul 2004 18:10:27 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20040728.010735.208965878.wl@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1091052668 15365 80.91.224.253 (28 Jul 2004 22:11:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 22:11:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 29 00:11:03 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bpwda-0006Pd-00 for ; Thu, 29 Jul 2004 00:11:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bpwgk-0004FA-95 for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2004 18:14:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpwgE-0003jw-MN for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:13:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpwgD-0003ip-9c for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:13:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpwgD-0003ik-6D for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:13:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bpwd2-0004RP-2m for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:10:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Bpwd1-0000uX-Eg; Wed, 28 Jul 2004 18:10:27 -0400 Original-To: Werner LEMBERG In-reply-to: <20040728.010735.208965878.wl@gnu.org> (message from Werner LEMBERG on Wed, 28 Jul 2004 01:07:35 +0200 (CEST)) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26071 One of the most important new functions IMHO, utf-translate-cjk-mode, is neither documented in elisp.info nor in emacs.info... I can't understand what it does; its doc string makes no sense for a function: Whether the UTF based coding systems should decode/encode CJK characters. Could you fix that up to say what the function *does*? Even if people rarely need to call it, its doc string should make sense.