From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: Proportional fonts in the mode line (one month test) Date: Wed, 24 Nov 2021 19:57:54 +0100 Message-ID: References: <87h7c1u0cg.fsf@gnus.org> <6ab5879d-8b0b-8205-a8c7-f2c1d61afba2@yandex.ru> <83ee758o4i.fsf@gnu.org> <87bl29wjlf.fsf@gnus.org> <87y25dv3pd.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22067"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 Cc: Lars Ingebrigtsen To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 24 20:15:57 2021 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 1mpxkL-0005Wz-6T for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Nov 2021 20:15:57 +0100 Original-Received: from localhost ([::1]:58294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpxkK-000685-2M for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Nov 2021 14:15:56 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpxT1-00089y-FP for emacs-devel@gnu.org; Wed, 24 Nov 2021 13:58:03 -0500 Original-Received: from confino.investici.org ([212.103.72.250]:26431) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpxSz-0005Hr-AA for emacs-devel@gnu.org; Wed, 24 Nov 2021 13:58:03 -0500 Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4HzqyW2pTfz11Hc; Wed, 24 Nov 2021 18:57:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1637780275; bh=+e0FliPsv+N6Ww8Yj2aIwVwKqBZilT4/WLfm4J2qvD0=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=fX9SLxN3FkF6jyYCfAdan2pbJe+SoEw5p7r/DJPCpcje8Dn2SfKAfYirwY2KGsPia IlMGS9676wGBj3SegPhRsXiVqAbj8/GZMpBTxs/b4/M8D2E75DFT8MrL7iYPkSAsv7 Eayyc2nVApw9fMxVVMvNz9pVjtt88BQ1K8GvQKzU= Original-Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4HzqyW20Swz11HS; Wed, 24 Nov 2021 18:57:55 +0000 (UTC) In-Reply-To: <87y25dv3pd.fsf@gnus.org> Content-Language: en-GB Received-SPF: pass client-ip=212.103.72.250; envelope-from=manuel.uberti@inventati.org; helo=confino.investici.org X-Spam_score_int: -61 X-Spam_score: -6.2 X-Spam_bar: ------ X-Spam_report: (-6.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-4.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:280046 Archived-At: Just to let you know, changing the default font to this: (custom-set-faces '(variable-pitch ((t (:family "Ubuntu"))))) Makes it look better than what I see on emacs -Q. FTR, I am running Ubuntu 20.04. -- Manuel Uberti www.manueluberti.eu