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: Extend Outline mode with default visibility state Date: Sat, 22 Jan 2022 13:54:49 +0200 Message-ID: <83h79wm1di.fsf@gnu.org> References: <8335lny134.fsf@gnu.org> <87iluiw3zl.fsf@gmail.com> <831r12r62z.fsf@gnu.org> <87a6fou7we.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11469"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, juri@linkov.net To: Matthias Meulien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 22 12:56: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 1nBEzw-0002pW-Fm for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jan 2022 12:56:00 +0100 Original-Received: from localhost ([::1]:47958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nBEzu-00081C-TX for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jan 2022 06:55:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54758) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBEz7-0007FZ-EI for emacs-devel@gnu.org; Sat, 22 Jan 2022 06:55:09 -0500 Original-Received: from [2001:470:142:3::e] (port=49962 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBEz6-00087O-Mp; Sat, 22 Jan 2022 06:55:08 -0500 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=+ldZFJxXYktkHdMAWiBcQP3OY3IAZxmh+3KzDE8qjH4=; b=hBCoKihXqhjM JAX9/PFFEE8BPamNoyYV5lzI2ki59jPJBz3Hzgzb/RJatmQ5VlZ3Pvv3bfaBlIslqN0lPHa6ZjBw7 pu8Pdd+2t5TGAfQETAR/kdGWWjTRz26W5ziPQyM9Ja8jvo2mRGADc5EMVjaSR36HXOV5uEO5JNyr0 wTgkXNrAWLhaZu/WDm2ylq25Uw0xCLMmaZT065RxDJQ5dpKpPp5dy4tU1WRgLupckkPIB7aV/bY99 7SnEEND0w6a0/f2NHIc9ZF9te308DSSIiFPhPgCFyxf/pMHnuL7UJANlT9w7qAKYWB+s6JmTKU17T AWgDKVKkI5Y/lh2WgP5SUQ==; Original-Received: from [87.69.77.57] (port=4581 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 1nBEz6-0001CV-6v; Sat, 22 Jan 2022 06:55:08 -0500 In-Reply-To: <87a6fou7we.fsf@gmail.com> (message from Matthias Meulien on Fri, 21 Jan 2022 21:54:25 +0100) 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:285201 Archived-At: > From: Matthias Meulien > Cc: juri@linkov.net, emacs-devel@gnu.org > Date: Fri, 21 Jan 2022 21:54:25 +0100 > > Eli Zaretskii writes: > > >> From: Matthias Meulien > >> Cc: Juri Linkov , emacs-devel@gnu.org > >> Date: Mon, 17 Jan 2022 20:34:38 +0100 > >> > >> Here is a patch where I tried to improve the doc strings. > > > > Thanks, these updates are fine by me. > > Good! One will have to apply them to master, I don't have the needed > right access. Done.