From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#18077: 24.4.50; Info-quoted face should inherit default Date: Mon, 28 Jul 2014 04:12:53 -0400 Message-ID: References: <8761ipn711.fsf@lunaryorn.fritz.box> <7771859.W4ZpDVRkmj@lunaryorn> <8338dpk58h.fsf@gnu.org> <2877876.NhWE4son0T@lunaryorn> <87k36yz8f6.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406535243 8377 80.91.229.3 (28 Jul 2014 08:14:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2014 08:14:03 +0000 (UTC) Cc: 18077@debbugs.gnu.org, Sebastian Wiesner To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 28 10:13:54 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XBg49-0000Ii-TS for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Jul 2014 10:13:54 +0200 Original-Received: from localhost ([::1]:38181 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBg49-0004kG-FM for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Jul 2014 04:13:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBg3T-0003jF-5v for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 04:13:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBg3L-0008FZ-NL for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 04:13:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBg3L-0008FU-Kn for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 04:13:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XBg3K-0002DC-TG for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 04:13:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 28 Jul 2014 08:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18077 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18077-submit@debbugs.gnu.org id=B18077.14065351808491 (code B ref 18077); Mon, 28 Jul 2014 08:13:02 +0000 Original-Received: (at 18077) by debbugs.gnu.org; 28 Jul 2014 08:13:00 +0000 Original-Received: from localhost ([127.0.0.1]:40042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBg3H-0002Ct-Ig for submit@debbugs.gnu.org; Mon, 28 Jul 2014 04:12:59 -0400 Original-Received: from smtp-pri-02-2.vtxnet.net ([212.147.62.156]:39868 helo=smtp-pri-02.vtxnet.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBg3E-0002Cg-Nk for 18077@debbugs.gnu.org; Mon, 28 Jul 2014 04:12:57 -0400 Original-Received: from fmsmemgm.homelinux.net (dyn.83-228-141-040.dsl.vtx.ch [83.228.141.40]) by smtp-pri-02.vtxnet.net (VTX Services SA) with ESMTP id 642B837D622; Mon, 28 Jul 2014 10:12:55 +0200 (CEST) Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 290FBAE1BC; Mon, 28 Jul 2014 04:12:53 -0400 (EDT) In-Reply-To: <87k36yz8f6.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 28 Jul 2014 02:30:37 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:91870 Archived-At: > 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. Stefan