From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Re: master 6458e16: New mode outline-cycle-minor-mode with Orgmode-like TAB cycling on headings Date: Thu, 4 Mar 2021 21:44:29 +0100 Message-ID: <209c1f6f-9a67-9537-ba0a-b79c602df595@grinta.net> References: <20210303191236.24697.93201@vcs0.savannah.gnu.org> <20210303191237.2B2D720E1B@vcs0.savannah.gnu.org> <87zgzkug5d.fsf@mail.linkov.net> <9d5801ee-7b73-9312-063e-5cefe227123e@grinta.net> <87zgzi69zr.fsf@mail.linkov.net> <9a88bc11-2325-b4cb-5253-4580134234d3@grinta.net> <87tupqoe2h.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40375"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 04 21:53:59 2021 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 1lHuyt-000AN6-2L for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Mar 2021 21:53:59 +0100 Original-Received: from localhost ([::1]:46018 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHuys-0005im-0b for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Mar 2021 15:53:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHupp-0003C5-Ej for emacs-devel@gnu.org; Thu, 04 Mar 2021 15:44:37 -0500 Original-Received: from grinta.net ([109.74.203.128]:35092) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHupm-00009l-75 for emacs-devel@gnu.org; Thu, 04 Mar 2021 15:44:37 -0500 Original-Received: from black.local (p4fe717e2.dip0.t-ipconnect.de [79.231.23.226]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id EF5ACE07DC; Thu, 4 Mar 2021 20:44:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1614890671; bh=C/cUFLV7R7ohxgjua9uZxQ2pMj5oWjGEIi+ww3klIoE=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=XKE5T82nIJmySF39KRY0BadsBrvl7xS5ooy++5M151jwymR00k1a93c4N56I4gF7S H5Ky9QL78wuPeCEWAMOeB1orVRk48+Q03LYT1ZYxq+xUgJcQI6CnAfBjSRu4yQg0Rl YKHi9kH9jjse60+aIT7UQ6B0bPcP9uAUkESEkfd2FhnBnz0u8SCYauo8ZauZZxr1TT LggCfRkBDMDxv7Loz4ViYXilROa7ycxAUpJERR/eqYKgp7LyM+laYqTHcVrhAqWu73 bRqT11ARTm8GyD4GOrnw/fudc8eM/CVU5cnhcrk2bmwGqSx9w+Sf4iVIpi2k8suSC0 n5ismeMWVSQWw== In-Reply-To: <87tupqoe2h.fsf@mail.linkov.net> Content-Language: en-US Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:265985 Archived-At: On 04/03/2021 21:35, Juri Linkov wrote: >> Doesn't that mean that it does not apply the faces most of the time? In >> almost all my use of outline-mirror mode, the headings are comments in >> the current major mode, and almost always are fontified as such by the >> major mode. > > This is what I see: when a line is already fontified e.g. as comments by > the current major mode, then outline-mirror-mode doesn't put outline faces > over it. It is not as useful as I thought then. Cheers, Dan