From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: decode-coding-string and consing Date: Mon, 10 Feb 2003 22:01:26 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2427-Mon10Feb2003220126+0200-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044907429 19880 80.91.224.249 (10 Feb 2003 20:03:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2003 20:03:49 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18iK9c-0005AS-00 for ; Mon, 10 Feb 2003 21:03:48 +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 18iKAt-0002rA-06 for gnu-help-gnu-emacs@m.gmane.org; Mon, 10 Feb 2003 15:05:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18iKAk-0002r1-00 for help-gnu-emacs@gnu.org; Mon, 10 Feb 2003 15:04:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18iKAi-0002qL-00 for help-gnu-emacs@gnu.org; Mon, 10 Feb 2003 15:04:57 -0500 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iKAh-0002gp-00 for help-gnu-emacs@gnu.org; Mon, 10 Feb 2003 15:04:56 -0500 Original-Received: from zaretsky ([80.230.234.112]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id CDP23776; Mon, 10 Feb 2003 22:04:46 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Jesper Harder on Mon, 10 Feb 2003 17:47:53 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6538 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6538 > Newsgroups: gnu.emacs.help > From: Jesper Harder > Date: Mon, 10 Feb 2003 17:47:53 +0100 > > ,----[ C-h f decode-coding-string RET ] > | decode-coding-string is a built-in function. > | (decode-coding-string STRING CODING-SYSTEM &optional NOCOPY) > | > | Decode STRING which is encoded in CODING-SYSTEM, and return the result. > | Optional arg NOCOPY non-nil means it is OK to return STRING itself > | if the decoding operation is trivial. > `---- > > Under what conditions is the decoding operation "trivial"? If CODING-SYSTEM is nil or such that no encoding is necessary at all.