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: master d7e848ccda 2/3: Use icons in outline Date: Fri, 29 Jul 2022 10:22:57 +0300 Message-ID: <835yjg8jse.fsf@gnu.org> References: <165901198499.7036.2651373879831716862@vcs2.savannah.gnu.org> <20220728123946.8E45DC0F203@vcs2.savannah.gnu.org> <878rocppz7.fsf@yahoo.com> <83bkt88n8h.fsf@gnu.org> <8735ekpg9d.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15726"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, larsi@gnus.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 29 09:27:48 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 1oHKPT-0003xK-T0 for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Jul 2022 09:27:48 +0200 Original-Received: from localhost ([::1]:39092 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oHKPS-0006Q9-9n for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Jul 2022 03:27:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oHKKd-0003xf-CA for emacs-devel@gnu.org; Fri, 29 Jul 2022 03:22:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35062) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oHKKc-0001Y0-UZ; Fri, 29 Jul 2022 03:22:46 -0400 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=0UJqwG3pzGNUZfwAyQs/Z+VIc7xmMsh3csxIwaAvzcs=; b=XyBRNjgNzg7X kbpCuuySWKLB6HI67PRgWEgyPxUhs94Jjb75xjtZC5x6UXb3pK+NFegEZhnvlHC7F44RyYdJES2kw bT3QdHgbltmOy5tswFGxHEgLri7bw3NGlvy0Sf7GwQTk1y+oGAPkEf9V8aQK2HcGgbSOSYMrg2xuQ 1StC6el43NQCzoZTPGIx6ntZqVG0YTs6zZOzUO32kcOgXmf9Pdn5AG0+leg21BkZRp8ahTd6MAxHV QVaOZ7V7JRyGdxGatUaDRfFL3vjJRiysuHPAlRaLT+Ta76LW5WYfZeX2oQRS4A1u6lDQNVNTdxG1x mii9Za68OhK3HkK3vlWvbA==; Original-Received: from [87.69.77.57] (port=1688 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 1oHKKc-000138-Fq; Fri, 29 Jul 2022 03:22:46 -0400 In-Reply-To: <8735ekpg9d.fsf@yahoo.com> (message from Po Lu on Fri, 29 Jul 2022 14:47:10 +0800) 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:292816 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org, larsi@gnus.org > Date: Fri, 29 Jul 2022 14:47:10 +0800 > > Eli Zaretskii writes: > > > Isn't that a bug? I'd expect the entire string of asterisks to be > > replaced by the icon. > > In that case the depth of the heading isn't visible, so using an icon > there loses information. That depends on how the icon is displayed, doesn't it? Btw, why don't we support6 the "standard" way of displaying multilevel itemized lists: with '+' and '-' icons and suitable indentation? > And IMNSHO there is no point in using icons instead of asterisks I disagree, FWIW. You are, in effect, saying that the entire feature should be deleted from Emacs, and that is definitely not so.