From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: Re: Observation on sizing up a rose Date: Sun, 29 Mar 2020 18:23:33 +0200 Message-ID: <87mu7zjfju.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> References: <87imiulr99.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> <87ftdwl6e5.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> <877dz6lok8.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> <87wo74k8jp.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="97653"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Robert Pluim Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Mar 29 18:24:04 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 1jIajE-000PKD-FF for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 29 Mar 2020 18:24:04 +0200 Original-Received: from localhost ([::1]:39366 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIajD-0002Wn-G4 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 29 Mar 2020 12:24:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45134) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIaip-0002W6-Jg for help-gnu-emacs@gnu.org; Sun, 29 Mar 2020 12:23:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIaio-0003Gz-9R for help-gnu-emacs@gnu.org; Sun, 29 Mar 2020 12:23:39 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:38090) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jIain-0003Cx-QJ for help-gnu-emacs@gnu.org; Sun, 29 Mar 2020 12:23:38 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 7959516005E for ; Sun, 29 Mar 2020 18:23:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1585499014; bh=myrlRGoGDAiBLYtW+BVnLaYS1t/w/Hkj2QrSg+G2BhE=; h=From:To:Cc:Subject:Date:From; b=jDOpOZJAYG4X4+gW7jlT9BxK0+R2fz8acbBmtvOjXewWQcO2TBqh0d/Ez+10yZnwn MB+AU7bgCZ1GRxKdW2gOHxef1nHmQI1PCiIVU2l2hkuj+wskYZutGm6XCrfroFl3n6 oe5PYeil8X4zRMa4+vzfrxgIjZS0StNH3aOEglBbRy3XhGHNZ1phmBT3ep8MQ50QBC NbuYAmYkSMtiPsEl/D8NKeWmmiFWD/g47em/OevuY0bi2fuOObYJFQcSXER2IelKP0 VpkddqmpaxsCaIPpQea5TCgo6N8aerxg8jO9+F7o8P2Z3SiydwlWb15N5sXgI9Bkag 9Wy8m6bUw02BQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 48r19d4vjQz6tmf; Sun, 29 Mar 2020 18:23:33 +0200 (CEST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.65 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:122706 Archived-At: Robert Pluim writes: > './configure --with-cairo' should do, assuming you have the cairo > development package(s) installed. Cairo has the advantage that it > doesn=CA=BCt suffer from the issues that Xft has with newer font features, > plus you'll be avoiding various potential crashes. Just noted it will be on by default since january, and I seem to have a bunch of cairo things on my system already, for example libcairo2-dev. Will re-build some day. Best regards -- Tomas