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] Add a mechanism for passing unibyte strings from lisp to modules. Date: Wed, 26 Jun 2024 16:23:46 +0300 Message-ID: <86ikxv96sd.fsf@gnu.org> References: <86v822jeqh.fsf@gnu.org> <225D336D-933E-4CA3-B245-89992D7E6C41@umanwizard.com> <86frt5jwtc.fsf@gnu.org> <87o77t6lyn.fsf@taipei.mail-host-address-is-not-set> <867cehgdn1.fsf@gnu.org> <861q4md0o1.fsf@gnu.org> <87jzickjq8.fsf@taipei.mail-host-address-is-not-set> <86wmmb99f7.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30945"; mail-complaints-to="usenet@ciao.gmane.io" Cc: brennan@umanwizard.com, acorallo@gnu.org, stefankangas@gmail.com, emacs-devel@gnu.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 26 15:24:05 2024 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 1sMSd3-0007rH-Au for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Jun 2024 15:24:05 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMScp-0002Zw-Uv; Wed, 26 Jun 2024 09:23:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sMSco-0002Z2-6B for emacs-devel@gnu.org; Wed, 26 Jun 2024 09:23:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sMScn-0001Db-Re; Wed, 26 Jun 2024 09:23:49 -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=JIMBCiOr9VBupkCbK+ffg//iQJiRDrwxQFDv8VSV+YM=; b=mHo+X4ENC2a7 3SRNplvAkCd204aOac3dLwONohTKM5UQC1AHAXnRho2GKAgTT5ypcidddSr/txQnQA7tE+pqYIkKM QY4SR1ekSAhS1VW//4vLyBwiaYsGgvg9pHBwBaj5QHYgnrk80orid2JDiG2LTYPnBeGLdmf3jxOuu agFElKt2/heaD0sWrlmtD0PqvIdl3MdG1Z+LzhGYacvyJ0pLcBOWz5gobLHrw9UyOLfbNELYOR1Hi jNOWrMzBtQbETrpEP/o45O1lqxcsXLvM4RsDDx/WZZ14Qz0cOzUM+4tWDNTrdJrtEEWh1XH467sLR v/jTWFhHyFfvgpOP2SEYBQ==; In-Reply-To: (tomas@tuxteam.de) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320680 Archived-At: > Date: Wed, 26 Jun 2024 14:39:30 +0200 > Cc: Brennan Vincent , acorallo@gnu.org, > stefankangas@gmail.com, emacs-devel@gnu.org > From: > > > On Wed, Jun 26, 2024 at 03:26:52PM +0300, Eli Zaretskii wrote: > > [...] > > > > I think it would be great if emacs grew a specialized vector-of-bytes type. > > > > How will it be different from the Lisp vectors we already have? > > The box around every byte. What box? Please tell more, as I don't think I follow.