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#68824: treesitter support for outline-minor-mode Date: Fri, 09 Feb 2024 09:07:44 +0200 Organization: LINKOV.NET Message-ID: <865xyykvp3.fsf@mail.linkov.net> References: <86le8667u7.fsf@mail.linkov.net> <865xza39vp.fsf@gnu.org> <86y1c6q7oh.fsf@mail.linkov.net> <86mssbbdz5.fsf@mail.linkov.net> <86zfwbwe7a.fsf@gnu.org> <86v86z9e4u.fsf@mail.linkov.net> <86eddmwzs0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36006"; 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: casouri@gmail.com, 68824@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 09 08:23:24 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 1rYLEK-00090e-9b for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 09 Feb 2024 08:23:24 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rYLDs-0003Ry-Rg; Fri, 09 Feb 2024 02:22:56 -0500 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 1rYLDl-0003Ox-HJ for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2024 02:22:51 -0500 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 1rYLDl-0003R9-3T for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2024 02:22:49 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rYLDy-0007Xc-Tz for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2024 02:23:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 07:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68824 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 68824-submit@debbugs.gnu.org id=B68824.170746334328791 (code B ref 68824); Fri, 09 Feb 2024 07:23:02 +0000 Original-Received: (at 68824) by debbugs.gnu.org; 9 Feb 2024 07:22:23 +0000 Original-Received: from localhost ([127.0.0.1]:41429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYLDK-0007UC-BE for submit@debbugs.gnu.org; Fri, 09 Feb 2024 02:22:22 -0500 Original-Received: from relay9-d.mail.gandi.net ([2001:4b98:dc4:8::229]:46123) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYLDI-0007Tl-D4 for 68824@debbugs.gnu.org; Fri, 09 Feb 2024 02:22:20 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id C87BFFF807; Fri, 9 Feb 2024 07:21:58 +0000 (UTC) In-Reply-To: <86eddmwzs0.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 08 Feb 2024 20:56:31 +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:279685 Archived-At: >> >> +@vindex outline-search-function >> >> + Instead of setting the variable @code{outline-regexp}, you can set >> >> +the variable @code{outline-search-function} to a function that >> >> +matches the current heading and searches for the next one. >> > >> > This should tell which arguments will be passed to the function, and >> > what it is expected to do and return. >> >> This is the Emacs User Manual, not the Emacs Lisp Reference Manual. >> Are you sure that arguments should be described here? > > Sorry, I wasn't aware that was for the user manual. But why are such > variables documented in the user manual to begin with? why not in the > ELisp manual? The problem is that the Info node in the ELisp manual would be too small. I have no idea what to write in that node more than 10 lines from the docstring of 'outline-search-function'.