From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#49731: 28.0.50; Filter xref results by filename Date: Mon, 03 Jun 2024 20:18:52 +0300 Organization: LINKOV.NET Message-ID: <86mso2djwj.fsf@mail.linkov.net> References: <87lf5urv4c.fsf@mail.linkov.net> <86fspn1pjl.fsf@mail.linkov.net> <86ilj83fik.fsf@mail.linkov.net> <86ilj6rrnq.fsf@mail.linkov.net> <16f2a5d7-fb89-5e8c-71b7-c9f9ddc5d4e3@yandex.ru> <86v86s4dsi.fsf@mail.linkov.net> <86o7ci1dhx.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5592"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: Dmitry Gutov , 49731@debbugs.gnu.org To: Daniel =?UTF-8?Q?Mart=C3=ADn?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jun 03 19:24:39 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1sEBQE-0001JB-8n for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 03 Jun 2024 19:24:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sEBPU-00080U-JH; Mon, 03 Jun 2024 13:23:52 -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 1sEBPS-000801-AH for bug-gnu-emacs@gnu.org; Mon, 03 Jun 2024 13:23:50 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sEBPR-0006ca-WF for bug-gnu-emacs@gnu.org; Mon, 03 Jun 2024 13:23:50 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sEBPd-0007wN-Sf for bug-gnu-emacs@gnu.org; Mon, 03 Jun 2024 13:24:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 03 Jun 2024 17:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49731 X-GNU-PR-Package: emacs Original-Received: via spool by 49731-submit@debbugs.gnu.org id=B49731.171743542830472 (code B ref 49731); Mon, 03 Jun 2024 17:24:01 +0000 Original-Received: (at 49731) by debbugs.gnu.org; 3 Jun 2024 17:23:48 +0000 Original-Received: from localhost ([127.0.0.1]:52104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEBPP-0007vP-I6 for submit@debbugs.gnu.org; Mon, 03 Jun 2024 13:23:47 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:51107) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEBPN-0007ut-77; Mon, 03 Jun 2024 13:23:46 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 01DD61C000A; Mon, 3 Jun 2024 17:23:23 +0000 (UTC) In-Reply-To: <86o7ci1dhx.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 15 Feb 2024 09:23:38 +0200") X-GND-Sasl: juri@linkov.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:286478 Archived-At: close 49731 30.0.50 thanks >>> / s outline-show-by-heading-regexp >>> / h outline-hide-by-heading-regexp >> >> Thanks. Does it make sense for these commands to follow similar >> semantics as Org Mode's sparse trees? With C-c / / in an Org file, the >> entire buffer is folded as much as possible, but the matching items are >> made visible. > > We don't have a goal to copy all Org Mode's features to Outline mode. > Only when someone really needs some Org Mode's feature, then patches > are welcome. So now these commands are pushed, and this request is closed. If you have a real need for more features, it's easy to reopen this or create a new request.