From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from mx1.math.uh.edu (mx1.math.uh.edu [129.7.128.32]) by inbox.vuxu.org (Postfix) with ESMTP id 2B28C240D7 for ; Wed, 1 May 2024 18:23:50 +0200 (CEST) Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1s2CkH-0000000DEpG-3tjr for ml@inbox.vuxu.org; Wed, 01 May 2024 11:23:49 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.97.1) (envelope-from ) id 1s2CkH-000000043mJ-2HpF for ml@inbox.vuxu.org; Wed, 01 May 2024 11:23:49 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.97.1) (envelope-from ) id 1s2CkF-000000043mC-3p9G for ding@lists.math.uh.edu; Wed, 01 May 2024 11:23:47 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1s2CkB-0000000DEod-1B3v for ding@lists.math.uh.edu; Wed, 01 May 2024 11:23:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Sender:Date:Subject:From:To:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=c4xzZcTLcWFydiwWCXFXFJjIi+5Rws6tu0GlrwIGb38=; b=KCcTDlcRe7DPGRiiA+PVprIfj/ WWH/y8HONn4Yolicr6RJfCu5Az36MtqvBwfY566doQIDQZiozloo+1HPU3Vp7SzyUWuII8NiCl8FF eTeOR9dxEpwI11+OjeusAV3aluIjA7cizFflc3trv4lci6UGgYa9p8u5dR0TAabasxDQ=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s2Cjm-0005ph-Js for ding@gnus.org; Wed, 01 May 2024 18:23:24 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1s2Cjj-0005Ar-DW for ding@gnus.org; Wed, 01 May 2024 18:23:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?Adam_Sj=C3=B8gren?= Subject: Re: gnus icons Date: Wed, 01 May 2024 18:23:07 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87bk5ph578.fsf@tullinup.koldfront.dk> References: <86cyq6sb9t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:CWWanJz2OMBU0a/5dST39kS3S2s= OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc Mail-Follow-Up-To: never X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk cyurek@gmail.com writes: > Does anyone have any problems with the following: > gnus isn't showing icons instead it shows a square with a number > inside like e154. I have installed all-the-icons-gnus. > I'm running emacs 29.3 gnus 5.13 and > have install alot other icons so all my other icons show in dired, > consult, everywhere. this is the command I run in .emacs > (require'all-the-icons-gnus) (all-the-icons-gnus-setup) Sounds like what happens when you are missing a font with unicode emoji/glyphs. Try installing the "Noto Color Emoji" and "Symbola" fonts (Debian packages: fonts-noto-color-emoji and fonts-symbola). I have these lines in my .emacs, I am not sure if they are still relevant: (set-fontset-font t 'symbol "Noto Color Emoji" nil 'append) (set-fontset-font t 'symbol "Symbola" nil 'append) Best of luck, Adam -- "All the truth in the world adds up to one big lie" Adam Sjøgren asjo@koldfront.dk