X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=ro H2EJNEDgSlLfVfpZSsnmJxbbr6bA2Is43MCzbs7SEFVbzDqXeT8yHm3nMGOC2erS IuwnFdBHmNGjwuUWZV9k6PHU3telStYu7BT6ACOhbqcdssfn59H86ICG1LOe4PRB B0xZYgtSIUQh4mX8OFJgd9UJiYgx/yOkraJoAya0A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=P4zRl/ZT pz/95KBggUGY19D6kl4=; b=eChIB0iECbs25dxYmvUj/EtttVGv0NDGvC3vifhr W2RiUBOHLZX8MU2ys22HVFYOWzrvnjobfrfptGLUXx3dglsXd1RmRwQIaAX+jgjc q+40i4VnjluQSsAjGS1B3pUBLROtpy79cHUTuBiwYw6voM7yuD0H5EeOE17z5iEm aBc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=iLRkQDE0GV9oRsxWRozJ0h2R3fczEPYaTX021JDAJ3c=; b=AF6Xy6C//nrradt1kZ3kssfst0KCPdzvt9OGmGvWdTViT+dA7/2u+6N+MaD6P30G7i a5smU8d0K+JXNSlfAaKZkJoN+5Jwb/byc8Bx7UPVb0EXso30/YebLr5QerHsS7eCendS ffgV3Gjq53tFXFZiokZh9Zk0ZBs1DCy7X9spo/NCrwBBhNeU4vbBbo5yrILe51H9mmBt oF7tD5KvdJHZ41rUzM7yHSXcuQ8hjHeQhivxNl9+LMGm+xbjJS+UQ4MfkzvWQ5QJnFMp pc2DOzmK3c+x8Yvm0PC7wEWFXpW9a/LgJ5kcYKtl0G1X1TvbS3fwf5Hw5lifkAAvC7Wf V9aw== X-Gm-Message-State: ALoCoQlmcFkoAEWdO32+kPWMTxvMoCNqZ73022sf4crZKgTzomqdN1RRhQ8+0u5aKsHuDQvf+vzH MIME-Version: 1.0 X-Received: by 10.129.86.130 with SMTP id k124mr664115ywb.294.1447117008584; Mon, 09 Nov 2015 16:56:48 -0800 (PST) In-Reply-To: <5640FC2C.4000207@gmail.com> References: <1524877377 DOT 7547328 DOT 1446805147819 DOT JavaMail DOT root AT his DOT com> <5640F15F DOT 7000501 AT brianneu DOT com> <5640FC2C DOT 4000207 AT gmail DOT com> Date: Mon, 9 Nov 2015 16:56:48 -0800 Message-ID: Subject: Re: xterm 320-1 won't start with XTerm*faceName set in .Xresources From: Michael Enright To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Mon, Nov 9, 2015 at 12:03 PM, Marco Atzeri wrote: > On 09/11/2015 20:17, Brian Neu wrote: >> fc-list outputs nothing. > > > this is strange > > Is it functional ? > > $ /usr/bin/fc-list --version > fontconfig version 2.11.1 > > > Would setting the environment variable FC_DEBUG=4095 (or some other value) be of any use? The output of fc-list is empty on this one particular Cygwin setup here, but with FC_DEBUG I get: $ FC_DEBUG=4095 fc-list | head FC_DEBUG=4095 Loading config file /etc/fonts/fonts.conf Add Subst match [test] pattern any family Equal "mono" [edit] Edit family Assign "monospace"; Add Subst match [test] FC_DEBUG is documented at http://www.freedesktop.org/software/fontconfig/fontconfig-user.html (first match for FC_DEBUG) but it consists of bits for features and 4095 turns on 12 of them. 128 might be the most important value. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple