From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Split `simple.el'? Date: Fri, 06 Apr 2018 08:52:13 -0400 Message-ID: References: <5f1e960c-483f-4902-b4c2-b7a4ca3b04f4@default> <87sh89fsxl.fsf@Rainer.invalid> <87o9iw3lak.fsf@linux-m68k.org> <83lge021r1.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1523019036 3509 195.159.176.226 (6 Apr 2018 12:50:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2018 12:50:36 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 06 14:50:32 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f4Qp6-0000oR-2w for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2018 14:50:32 +0200 Original-Received: from localhost ([::1]:53283 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4QrB-0007wj-Ks for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2018 08:52:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4Qr2-0007vW-Ue for emacs-devel@gnu.org; Fri, 06 Apr 2018 08:52:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4Qqy-00075q-Tg for emacs-devel@gnu.org; Fri, 06 Apr 2018 08:52:32 -0400 Original-Received: from [195.159.176.226] (port=53920 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f4Qqy-00074W-LO for emacs-devel@gnu.org; Fri, 06 Apr 2018 08:52:28 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1f4Qoo-0000U6-BR for emacs-devel@gnu.org; Fri, 06 Apr 2018 14:50:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:z+kWtWjlngq5CXQxzYZK0vA8Zoc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:224403 Archived-At: > Right, these comparisons are not really fair unless the number of > installed fonts is comparable. [ I'm on another system now, but it's probably comparable to my X201s. ] How should I count them? % l -d /usr/share/fonts/*/* | wc says there are 55 directories holding fonts. Some of those contain a single font in a single style, others contain a single font is various styles, and others contain several fonts in various styles. % l /usr/share/fonts/**/*.?tf | wc says I have 450 TTF or OTF font files installed. Plus about 100 *.pfb. And then there are also the *.pcf fonts (i.e. bitmap), of which there are a bit more than 1000. Stefan