From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Bastien Durel Newsgroups: gmane.emacs.help Subject: Re: Wierd usage of font in emacs Date: Thu, 26 Mar 2020 13:15:47 +0100 Message-ID: <310e51c6-8cc8-fe56-dcdf-701c1eb88dc1@durel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="34488"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 26 13:16:17 2020 Return-path: Envelope-to: geh-help-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 1jHRQn-0008rG-Ds for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 26 Mar 2020 13:16:17 +0100 Original-Received: from localhost ([::1]:50600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHRQm-0006t4-GB for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 26 Mar 2020 08:16:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43184) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHRQO-0006s8-UP for help-gnu-emacs@gnu.org; Thu, 26 Mar 2020 08:15:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHRQN-0002SY-8n for help-gnu-emacs@gnu.org; Thu, 26 Mar 2020 08:15:52 -0400 Original-Received: from arrakeen.geekwu.org ([109.190.229.150]:61841) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHRQM-0002RP-Nq for help-gnu-emacs@gnu.org; Thu, 26 Mar 2020 08:15:51 -0400 Original-Received: from [10.42.0.7] (esmar-tuek.geekwu.org [10.42.0.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bastien) by arrakeen.geekwu.org (Postfix) with ESMTPSA id 92BF76C3A6 for ; Thu, 26 Mar 2020 13:15:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=durel.org; s=idaho; t=1585224947; bh=euY/0Op/KvDxSWo6TFAxRZgaGRwVRdmAWyhvIxfQ+4A=; h=Subject:To:References:From:Date:In-Reply-To:From; b=TNtAmnXWeAZ1Q1DAwA+FDo0vYxVM7zf5Masp1zLemBduhHAoBBBgg2wOrMEdcbA5/ TF+oefe/y7pZAz3er/UkyxRRMIEJCa9oIsZzwsgysmx/P+QYm701D5KUJDQEYbecO4 Fc7DDIHN60nZUJC8esX0FYmlCtn4hgbKmRY3WLnMWWDwfRCu0Ud8yWg6Tc6s7aRlX0 YyANipHDGS99+389GoxkClS+rfSlnepiR1vt3Q4S+YkW2QBXMLziZRaA0VQ0lr5Dm8 OkHbeETrFtS6UZ7ZV6RBw1Jq0eXQv/iMtzko+q76V30VGDtAE/tvNc5T5Up4TKmq3Z eAKuupsM5UvQA== In-Reply-To: Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 109.190.229.150 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122680 Archived-At: On 2020-03-26 12:15, Robert Pluim wrote: >>>>>> On Thu, 26 Mar 2020 11:16:20 +0100, Bastien Durel said: > > Bastien> Hello. > Bastien> Since a few days (maybe a week), emacs under Xorg on my session uses > Bastien> twice as much space it should for every character, filling space with > Bastien> blank. > > Bastien> Here is a screenshot : > Bastien> https://corrin.geekwu.org/owncloud/index.php/s/D9aQnZ8pyTCALcS/preview > > https://github.com/googlefonts/Inconsolata/issues/42 > > Short version: switch to emacs-27 and build it with Cairo support. > > Robert > Building emacs27-git worked, thanks ! -- Bastien Durel