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: Thu, 28 Jul 2022 09:07:18 +0300 Message-ID: <83o7x9ahyh.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> <83y1we9x7b.fsf@gnu.org> <86o7xa4ado.fsf@mail.linkov.net> <83v8rhaj6e.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37517"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: juri@linkov.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 28 08:11:00 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 1oGwjb-0009Wh-OA for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Jul 2022 08:10:59 +0200 Original-Received: from localhost ([::1]:58184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oGwjZ-0003tL-QH for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Jul 2022 02:10:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGwfx-0001gK-0q for emacs-devel@gnu.org; Thu, 28 Jul 2022 02:07:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGwfw-0008Na-5A; Thu, 28 Jul 2022 02:07: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=U51HeZTa62QufNJ29HAcaHK7ABVFJLO3uXQxxVq1DFU=; b=j3rsDqvv97fr OpNiR2GUavpeeeqoSmN4Xiuz9ussKWEmKFMBZhx2Xeeo0MLnTD26LxT9ptHy2mSqwrxVsKlxHgtWl NqrNwGl8nq9tsJR5I9E9sJmyBCHG/9OCoSdsHE+XgN9I+kNaLKtmHmtc9YyYLb7L9iBUYZYS12g1w m62miJrUl2CC65jUxl7UHM/2ygCUZeLc/7f8DwfgVdZZD70a35RRHdrpuCZIFFbUYagRVntaOlW7v SWH8e5KXBsMFzAywqg+HvY8In3SnRXoB+inFyUpLMc7oc+aC1b4ZUZMQSqOVRmoscYW+0dCVBiIDT wn+BSUX1402qKkf28ouJwA==; Original-Received: from [87.69.77.57] (port=3667 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 1oGwfs-0004DO-Vd; Thu, 28 Jul 2022 02:07:11 -0400 In-Reply-To: <83v8rhaj6e.fsf@gnu.org> (message from Eli Zaretskii on Thu, 28 Jul 2022 08:40:57 +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:292764 Archived-At: > Date: Thu, 28 Jul 2022 08:40:57 +0300 > From: Eli Zaretskii > Cc: rpluim@gmail.com, emacs-devel@gnu.org > > Character equivalences exist for many characters, so showing all of > them by default is not necessarily TRT. I remind you that with > describe-bindings, we need to use outline-minor-mode to make the > result reasonably legible, for that very reason. Also, we do have describe-key and describe-bindings, which are two separate commands that produce very different outputs. It would be okay to have 2 separate commands here as well, but AFAIU that was not your proposal.