From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: Imports / inclusion of s.el into Emacs Date: Tue, 05 May 2020 15:44:21 -0400 Message-ID: References: <0c88192c-3c33-46ed-95cb-b4c6928016e3@default> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="93887"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org, joaotavora@gmail.com, pcr910303@icloud.com, dgutov@yandex.ru, eliz@gnu.org, drew.adams@oracle.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 05 21:44:54 2020 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 1jW3Us-000OIq-45 for ged-emacs-devel@m.gmane-mx.org; Tue, 05 May 2020 21:44:54 +0200 Original-Received: from localhost ([::1]:42908 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jW3Ur-0006X7-7V for ged-emacs-devel@m.gmane-mx.org; Tue, 05 May 2020 15:44:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jW3UP-00064A-4v for emacs-devel@gnu.org; Tue, 05 May 2020 15:44:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34617) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jW3UO-0007Mn-A2; Tue, 05 May 2020 15:44:24 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1jW3UL-0001tk-Rw; Tue, 05 May 2020 15:44:22 -0400 In-reply-to: (message from Stefan Monnier on Tue, 05 May 2020 15:29:40 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:249028 Archived-At: > João "who instantly regrets mentioning the manual cause I just say > unibyte-string there, too" Yup: `multybyte-string-p` is not even mentioned in the manual. That is true. But that isn't the same as multibyte-string-p. :-) (elisp) Text Representations: -- Function: multibyte-string-p string Return ‘t’ if STRING is a multibyte string, ‘nil’ otherwise. This function also returns ‘nil’ if STRING is some object other than a string.