From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: How to fix the code block fonts for mobile rendered manual web pages? Date: Tue, 20 Oct 2015 16:48:02 -0700 Organization: New Artisans LLC Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445387583 6383 80.91.229.3 (21 Oct 2015 00:33:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2015 00:33:03 +0000 (UTC) Cc: Emacs developers To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 21 02:32:56 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZohKm-0008Mq-QM for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2015 02:32:52 +0200 Original-Received: from localhost ([::1]:48526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zogpj-000697-3V for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2015 20:00:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zogde-0004dR-Sx for emacs-devel@gnu.org; Tue, 20 Oct 2015 19:48:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZogdT-0007uX-PJ for emacs-devel@gnu.org; Tue, 20 Oct 2015 19:48:08 -0400 Original-Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:34969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZogdT-0007ts-Kj for emacs-devel@gnu.org; Tue, 20 Oct 2015 19:48:07 -0400 Original-Received: by pasz6 with SMTP id z6so35255267pas.2 for ; Tue, 20 Oct 2015 16:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:date:organization:message-id :references:user-agent:mail-followup-to:mime-version:content-type; bh=/fbhKrmfSVCeHyiHp7zx0cOPA+zXfvNp1PcBDaGQHzk=; b=GkHrplfmM4yr6Jc/aqMeTGiDnvdQIMiQ79611TdwOWhuNnXpxtgwjRxA/un73AGvB+ QnK/MyyydG9t/LkGmkmoPd/0Z4y++LgZfjSHJKpMa6BdCuqVsTrSBkbRzRMF2XBD39pg 8O/+FEFwZS86v1kWMrgJA8B3D6ck9zl6frTh2JI8s5xw8FaUpQa1cYe72WIyPMznYX9a 3nCWIGod6nUvDzPOSlIZderrAEkUNpM9YD+Q2ufkVVyRJh76BZnTNwWuQeCFjePe7XsL PZzcaWN5QfGveQNa5DXmtjAARCghatJTtcBmoPam1VkI0wVcQKkcfk/hEgijhgE5hNLc xHMg== X-Received: by 10.68.216.135 with SMTP id oq7mr6932883pbc.9.1445384887017; Tue, 20 Oct 2015 16:48:07 -0700 (PDT) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id yp5sm4049997pac.38.2015.10.20.16.48.04 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 20 Oct 2015 16:48:05 -0700 (PDT) Original-Received: by Vulcan.local (Postfix, from userid 501) id AFC53F598DEB; Tue, 20 Oct 2015 16:48:03 -0700 (PDT) In-Reply-To: (Kaushal Modi's message of "Tue, 20 Oct 2015 16:12:08 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Kaushal Modi , Emacs developers X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::233 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192249 Archived-At: >>>>> Kaushal Modi writes: > At times, I read some HTML nodes of the emacs/elisp manuals on my > smartphone. They render well only except for the code blocks. The fonts for > those blocks are very small compared to the rest of the text. I have > attached a screenshot. I think this would be a Texinfo issue, since Emacs itself doesn't do the rendering to HTML. John