From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: feodor-sverdlov Newsgroups: gmane.emacs.help Subject: Re: outline-minor-mode-highlight (override and append) Date: Sat, 05 Jun 2021 15:40:49 +0000 Message-ID: References: <0pRtQz4vCsMqePTzZQgoIQC58zDWvA80ZBCjKfGg3JYy45vbUexkAjbSLbASqfehdXfVr3GcQVY5VlXnxKpq_KdJxMhPZK85FqRt6IJfuIw=@protonmail.com> <878s3qt2tw.fsf@posteo.net> Reply-To: feodor-sverdlov Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15337"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Philip Kaludercic , feodor-sverdlov via Users list for the GNU Emacs text editor To: feodor-sverdlov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jun 05 17:41:26 2021 Return-path: Envelope-to: geh-help-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 1lpYQP-0003lL-Ny for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 05 Jun 2021 17:41:25 +0200 Original-Received: from localhost ([::1]:52802 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpYQO-0005yL-NH for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 05 Jun 2021 11:41:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40860) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpYQ5-0005y8-KR for help-gnu-emacs@gnu.org; Sat, 05 Jun 2021 11:41:05 -0400 Original-Received: from mail4.protonmail.ch ([185.70.40.27]:43706) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpYQ3-0000Nw-U3 for help-gnu-emacs@gnu.org; Sat, 05 Jun 2021 11:41:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1622907661; bh=Fliuk/1dQ8aSjaw20znbcZQLXVywE0TzwvzgXZGG+Qc=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=hzp3+QV5aXM8EbLiBKdVX4qy2LFNC0xaAxuKICtLht6Qre3MCqJZAqZyLZXPedD2T rSv005slasB7ykw/dNp2j3OibN+NZxfinFFUrEtSn2NHY8tDZrIMkDVR+ftHeV+M1C oBrAK5awCoegMLU4To2sqD7tuRIM7BxtDIZRhMHQ= In-Reply-To: Received-SPF: pass client-ip=185.70.40.27; envelope-from=feodor-sverdlov@protonmail.com; helo=mail4.protonmail.ch X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, TO_EQ_FM_DIRECT_MX=2.497 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:130550 Archived-At: Lars has become pretty quick at close bug reports. Shame Shame I am quite convinced there exists some subtle problems, quite tricky to und= erstand. Hope they will get to it eventually. > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original = Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 > On Friday, June 4, 2021 9:07 AM, Philip Kaludercic philipk@posteo.net wro= te: > > > feodor-sverdlov via Users list for the GNU Emacs text editor > > help-gnu-emacs@gnu.org writes: > > > > > I do not see why there are the two options "override" and "append" fo= r outline-minor-mode-highlight. > > > outline-minor-mode should only change comment type headlines only, no= t the typeface of code. > > > Having ... at the end of function declarations without changing colou= r highlighting is enough. > > > > Maybe it makes more sense when thinking about non-code outlines, such a= s > > headers in a markdown file (just like headers in a org-mode file have > > different colours). > > > > Philip K. > >