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: Wed, 27 Jul 2022 22:23:20 +0300 Message-ID: <83y1we9x7b.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> <83v8rkcbm1.fsf@gnu.org> <867d3z9ewc.fsf@mail.linkov.net> <87mtcv55y7.fsf@gmail.com> <86ilni5rab.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10080"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 27 21:25:23 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 1oGmep-0002Tq-2D for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Jul 2022 21:25:23 +0200 Original-Received: from localhost ([::1]:46048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oGmeo-0001hp-3h for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Jul 2022 15:25:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGmcj-0008Kh-2w for emacs-devel@gnu.org; Wed, 27 Jul 2022 15:23:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36022) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGmci-0007MR-KJ; Wed, 27 Jul 2022 15:23:12 -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=3g/elLMXuPTUBZJL9CBc7ZN4829VwMW8HB7YbP2GNwk=; b=oFFDxqT59T53 EfrHkrLbK6Jeffhr+tGfolYKeZvgVuXRI7x6WYbTjZcWu1Q8kw4vOgI+nBD3xud7t5NBYWoQwuz/m tz7hrJyQSZJOgcpXkiACM9eMXGGi4CJjZGG1S2dXbBi7Xwnqy2+ipLuyb7+/dY6HqactWAzN0QKMj +YMWN/CDvjmFRBXb3F0/332JCIKQamDn7F6E9BffGMUwWwmuC4Gvu99zmJ7mUf+4FmuQZLZsfv+sj hqZAAKBnHHwMb/7lB2cb8YIUOB0CPzL0K8gFX6uMvZ3CqnP/B7oG5nPIO+Pp4SVMEf61gIrfYIooR uh0c6/jK0qdymDFLr7s3Rg==; Original-Received: from [87.69.77.57] (port=4100 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 1oGmch-0005dT-OS; Wed, 27 Jul 2022 15:23:12 -0400 In-Reply-To: <86ilni5rab.fsf@mail.linkov.net> (message from Juri Linkov on Wed, 27 Jul 2022 21:54:44 +0300) 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:292751 Archived-At: > From: Juri Linkov > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Wed, 27 Jul 2022 21:54:44 +0300 > > >> Why the user should not be allowed to see all active equivalences? > > > > We can always add an 'all' argument, but most people would be > > searching for the equivalences for a particular character, I thought > > (I have no evidence for this, but it seems like the obvious use-case). > > Wouldn't it be more natural instead of a special argument 'all' > to add a 'char' argument that will describe the equivalences > for a particular character, and when 'nil' then will describe > all characters. Only if we believe that most users will want 'all'.