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: emacs-28 a866674b2a: Fix inaccuracies in "lax search" documentation Date: Mon, 25 Jul 2022 16:43:59 +0300 Message-ID: <83v8rle28w.fsf@gnu.org> References: <165875050243.3275.8867100069985547389@vcs2.savannah.gnu.org> <20220725120142.D1283C0F203@vcs2.savannah.gnu.org> <87r1298hxp.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29101"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 25 15:44:54 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 1oFyOD-0007RT-Oc for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Jul 2022 15:44:53 +0200 Original-Received: from localhost ([::1]:37424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oFyOC-0006FQ-EP for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Jul 2022 09:44:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41968) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFyNI-0005WY-TR for emacs-devel@gnu.org; Mon, 25 Jul 2022 09:43:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFyNI-0004wN-Kk; Mon, 25 Jul 2022 09:43:56 -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=S+fvovIWGmZ4TUQl8j5VpgFmbsiyvP60StS7OgSPES0=; b=eMLgT58XVt1n FMojW8q1vCkDDpmNeJQ7ca/xJZ9fnSrp2QedyokepmGczwGZ0/Mlf8LZefnDP+5lMCqkSKpv6EesN uM5wJN0fsQmltNvdmQF1uhRxpVEU2FpK1Q4pJEX/yV5b8oigEFGlRj+Fg9yDMLM7MtaDBrvW8M0oL RBed3pqkitO7XJWklUsIFv5MXn16T1dk63RrxNIhcOv8ciM0EqIhF/nqs2CGXbl7NV53hKKJNAe8d cmaHLFhveaD978SMAYU5XLF9Arqh0y0iwueWx4BmeIaF3BqpYXBLZKcWug+R0ZNPs9i83/TBnkqdB QPK7DHrk2eHbnev9aIiwRw==; Original-Received: from [87.69.77.57] (port=1491 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 1oFyNI-000509-2A; Mon, 25 Jul 2022 09:43:56 -0400 In-Reply-To: <87r1298hxp.fsf@gmail.com> (message from Robert Pluim on Mon, 25 Jul 2022 15:01:38 +0200) 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:292630 Archived-At: > From: Robert Pluim > Cc: Eli Zaretskii > Gmane-Reply-To-List: yes > Date: Mon, 25 Jul 2022 15:01:38 +0200 > > Should we make `char-fold-to-regexp' into a command and refer to it > from here? Or add something like `char-fold-show-equivalences'? I'm not sure I understand what you have in mind, but if the intent is to allow easier customization of char-fold.el, I'm for it. I'd also welcome commands for displaying the equivalent sequences in an easily readable format, although that could be a non-trivial job.