From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Improve documentation of `string-to-multibyte', `string-to-unibyte' Date: Fri, 03 Jun 2022 10:01:27 +0300 Message-ID: <83tu92cjso.fsf@gnu.org> References: <3507ae1a-0fa5-c0ca-228f-e3767e987870@rhansen.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32220"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Richard Hansen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 03 09:24:35 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nx1fe-0008Fb-QV for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Jun 2022 09:24:35 +0200 Original-Received: from localhost ([::1]:60088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nx1fd-0000ct-8A for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Jun 2022 03:24:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nx1J6-0006EY-0i for emacs-devel@gnu.org; Fri, 03 Jun 2022 03:01:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48696) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nx1J5-0003qt-E9; Fri, 03 Jun 2022 03:01:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=D+Z52GQ8oyw4+doMQ8fjYvhcvgsLtsy17aSdCkpGyWE=; b=OP1BYrNOFUTv Oh2UEArxUFztQvYtrZ7uv553EzFTG6NQwfLlcrRUoVnoVDkTp4p/Ebi5MZbHRs9jBPDBq+twAcWj5 KjmbJgsHkrseCSzUId90fjnfuWmeA7WkrmLomIzNs3Q5/wywziHvCDXJNmvk7jhv4gV2eK4V/oP9m eJXWQJpqjIcHxfH2VZht4ObtLbbmIKwGr+gcrfG0OxnLqyJNSfor2flO51aektS6G1BN2KVm5ezYH crwM9QOWTsd1oh4e9+OVvaQJvNKGHzZn7KUneeCRnfa4iD9qL5ESeGK0e8QRq2nS+QYyfOr5SA2xr G+sxqp48qOkVwE1lSNPixA==; Original-Received: from [87.69.77.57] (port=2099 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nx1J4-0000O5-TN; Fri, 03 Jun 2022 03:01:15 -0400 In-Reply-To: <3507ae1a-0fa5-c0ca-228f-e3767e987870@rhansen.org> (message from Richard Hansen on Fri, 3 Jun 2022 01:37:12 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290602 Archived-At: > Date: Fri, 3 Jun 2022 01:37:12 -0400 > From: Richard Hansen > > See attached. Thanks, but please explain the motivation for these changes. In particular, why would we need to describe in a doc string such intimate details of our current implementation? If there was some situation where you needed these details for some Lisp program, please describe that situation.