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.bugs Subject: bug#18077: 24.4.50; Info-quoted face should inherit default Date: Sun, 04 Apr 2021 10:33:30 +0300 Message-ID: <83blauec6t.fsf@gnu.org> References: <8761ipn711.fsf@lunaryorn.fritz.box> <7771859.W4ZpDVRkmj@lunaryorn> <8338dpk58h.fsf@gnu.org> <2877876.NhWE4son0T@lunaryorn> <87k36yz8f6.fsf@mail.jurta.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19241"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 18077-done@debbugs.gnu.org, monnier@iro.umontreal.ca, swiesner@lunaryorn.com To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Apr 04 09:34:21 2021 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 1lSxH2-0004r8-6u for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 04 Apr 2021 09:34:20 +0200 Original-Received: from localhost ([::1]:56786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lSxH1-00083Z-7t for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 04 Apr 2021 03:34:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSxGl-0007pD-69 for bug-gnu-emacs@gnu.org; Sun, 04 Apr 2021 03:34:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51485) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lSxGj-0007mx-TT for bug-gnu-emacs@gnu.org; Sun, 04 Apr 2021 03:34:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lSxGj-0005wo-R0 for bug-gnu-emacs@gnu.org; Sun, 04 Apr 2021 03:34:01 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 04 Apr 2021 07:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 18077 X-GNU-PR-Package: emacs Mail-Followup-To: 18077@debbugs.gnu.org, eliz@gnu.org, swiesner@lunaryorn.com Original-Received: via spool by 18077-done@debbugs.gnu.org id=D18077.161752163322844 (code D ref 18077); Sun, 04 Apr 2021 07:34:01 +0000 Original-Received: (at 18077-done) by debbugs.gnu.org; 4 Apr 2021 07:33:53 +0000 Original-Received: from localhost ([127.0.0.1]:34797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSxGX-0005wK-4d for submit@debbugs.gnu.org; Sun, 04 Apr 2021 03:33:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSxGU-0005w7-Dw for 18077-done@debbugs.gnu.org; Sun, 04 Apr 2021 03:33:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37287) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lSxGN-0007Yz-PI; Sun, 04 Apr 2021 03:33:40 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3225 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lSxGL-0006bM-Mv; Sun, 04 Apr 2021 03:33:38 -0400 In-Reply-To: (message from Stefan Kangas on Sat, 3 Apr 2021 18:58:37 -0500) 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" Xref: news.gmane.io gmane.emacs.bugs:203520 Archived-At: > From: Stefan Kangas > Date: Sat, 3 Apr 2021 18:58:37 -0500 > Cc: 18077@debbugs.gnu.org, Sebastian Wiesner > > Stefan Monnier writes: > > >> For `info-quoted' we could use the same font families as e.g. > >> StackOverflow uses for code blocks: > > > > It's probably a good source of inspiration, but we have to take into > > account that the font of the "normal text" is usually proportional in > > stackoverflow, whereas it's usually monospaced in Emacs. > > Is this now fixed by this commit, or is there more to do here? > > Author: Paul Eggert > Date: Fri May 13 13:30:33 2016 -0700 > > Improve display of tex-verbatim and Info quoted I think that commit changed things sufficiently to consider the issue closed, and any further issues with what we use nowadays should be submitted as a new bug report with updated facts and complaints. Closing.