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: Tue, 26 Jul 2022 15:16:54 +0300 Message-ID: <83v8rkcbm1.fsf@gnu.org> References: <165875050243.3275.8867100069985547389@vcs2.savannah.gnu.org> <20220725120142.D1283C0F203@vcs2.savannah.gnu.org> <87r1298hxp.fsf@gmail.com> <864jz513nb.fsf@mail.linkov.net> <83h735dpno.fsf@gnu.org> <86tu75doeq.fsf@mail.linkov.net> <867d41dlc8.fsf@mail.linkov.net> <87ilnk8fuc.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6216"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 26 14:20:33 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 1oGJY8-0001TR-Rg for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Jul 2022 14:20:32 +0200 Original-Received: from localhost ([::1]:53842 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oGJY7-00022h-Mp for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Jul 2022 08:20:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGJUb-0000Iv-2p for emacs-devel@gnu.org; Tue, 26 Jul 2022 08:16:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37626) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGJUa-00070s-AR; Tue, 26 Jul 2022 08:16:52 -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=NEKMjvVQnMSGbt++n9qTqGuc+/bCBQkEA79+cVFEHgQ=; b=mwWUvbHT+GQ1 QNmiGn4D9sLOHoLlWZmkx8eb/YqSi4zZCSeFQ8BClSzFtLhmknn5LDC0xRSYliT8Q8zY5vHYc6RF5 X2eVy0vH2OjO5v5SkVYZSg91mfuGF3et8EHvrjM+7IReBrw+DpLRflYQESO4JKSQsns1nZLh140Qt oNvKO7zhj37ICBxsCrG1oHmf8cAZ1vcmUWz7KfYKU8sbbd2EFufpzVrPl5fQtjzB53QUbJDvorYkJ mmL61BF+8zyOPC7exc6gO28OdOY3KYW235m/m4T8TxAp1uxFnKBQJKvFRqb809t8jRWqNUtlXrqqx cNkMacrUZznDfdmgZf0j4w==; Original-Received: from [87.69.77.57] (port=4844 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 1oGJUW-0001vs-Mm; Tue, 26 Jul 2022 08:16:52 -0400 In-Reply-To: <87ilnk8fuc.fsf@gmail.com> (message from Robert Pluim on Tue, 26 Jul 2022 09:59:07 +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:292678 Archived-At: > From: Robert Pluim > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Tue, 26 Jul 2022 09:59:07 +0200 > > >>>>> On Mon, 25 Jul 2022 22:49:11 +0300, Juri Linkov said: > > Juri> Ok, then let's use describe-char-fold-equivalences: > > Ah, that lists *all* the equivalences. I was thinking more along the > lines of the following (we can give it a different name, or combine them) I indeed think we should only show the equivalence sequences of a single character. Showing all of them is too much.