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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=gMBWkHPZWvkjApRZ9gsU+6Rf+SIDmllw5JKTxvkfPxh 0Zyn/42WLg9HCzUFbbmIvciL7uJgisVa8u1Im3JgdK1pDI8FYFBdYNYDdhLjNpdz XOOKBQwlMCG+AZSd+CnymDLpqmrXKzIh5dLi/khMaBwL2VPi1otEBLestUOQFyBw = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=2012bJSKaPbH9iswX7dIf19FwDg=; b=tytF5MvhWIc9Mzgh+ Y6Dq17TbVg19bpU0KNSuRrgVtYGo26iEwwB5iH/t8WWrNIjGVM4wxCSWFZc/0Ntd wEwrYJm+KsFCBHplofDTjvw0srmYkHTMUPj+EwDUgPC41PKq6UZQm5UDJC5o1HtI MWFCR1BDB6u80aT7mKY+3SQbik= 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.5 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RP_MATCHES_RCVD,SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: limerock04.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <523BA8F6.1020401@cornell.edu> Date: Thu, 19 Sep 2013 21:46:30 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Emacs font trouble References: <523A4E3D DOT 5080900 AT bellsouth DOT net> <523A59FB DOT 3070707 AT cornell DOT edu> <523A8C58 DOT 6070501 AT bellsouth DOT net> <523ADD52 DOT 4010906 AT cornell DOT edu> <523B679A DOT 60500 AT bellsouth DOT net> In-Reply-To: <523B679A.60500@bellsouth.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 9/19/2013 5:07 PM, Robert McBroom wrote: > On 9/19/2013 7:17 AM, Ken Brown wrote: >> On 9/19/2013 1:32 AM, Robert McBroom wrote: >>> On 9/18/2013 9:57 PM, Ken Brown wrote: >>>> >>>> On 9/18/2013 9:07 PM, Robert McBroom wrote: >>>>> Having trouble getting an acceptable fixed font display on emacs. >>>>> All my >>>>> old standards don't seem to be showing up any more. terminal, fixed, >>>>> courier, 8514fix, etc. >>>>> -fn "Lucida Console-8" worked for a while but not any more >>>>> >>>>> >>>>> -fn "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1" >>>>> >>>>> I would really like a 9pt font so I can get four windows on my wide >>>>> screen. >>>> >>>> Click on "Set Default Font" in the "Options" menu. It will show you >>>> the available fonts. There are many 9pt fonts available on my system. >>>> After selecting one you like, click on "Save Options", and your choice >>>> will be used by default in future sessions. >>>> >>>> See the "Fonts" section of the emacs manual for much more information. >>>> >>> Done that many times, but don't find any usable fixed fonts. The >>> declarations in my earlier email are ones as exampled in the "Fonts" >>> section of the emacs manual that have worked in the past but don't seem >>> to now. Can't see any thing that shows up wrong in /usr/share/fonts. >> >> Maybe you should try reinstalling your font packages. Or run >> 'fc-cache -fsv'. >> >>> Save Options says changes to .emacs are saved but the file doesn't >>> change even though the file is rwxrwxrwx. >> >> If you change an option (by selecting a new default font, for >> instance) and click Save Options, the customization section of your >> .emacs should get rewritten. Are you saying this doesn't happen? >> >> You haven't said which emacs executable you're running, but I assume >> it's emacs-X11.exe. Is that right? If instead you're running >> emacs-w32.exe, that might explain the font problem. >> >> And please attach your cygcheck output, as requested at >> >> http://cygwin.com/problems.html >> >> Ken > Thanks Ken > GNU Emacs 24.3.1 (x86_64-unknown-cygwin, GTK+ Version 3.8.2) > of 2013-08-20 > > 'fc-cache -fsv' enables some usable fonts "Nimbus Mono L", QuickType II > Mono", "Bitstream Vera Sans Mono" that weren't there before. > > The Lucida console family list I like shows in "Set Default Font" but > still gives errors of the type > > error: Invalid font name, -b&h-Lucida > Console-normal-normal-semi-condensed-*-11-*-*-*-m-0-iso10646-1 > When I try to use it. Try this: emacs -fn "Lucida Console-9" Alternatively, put the following line in your .Xdefaults: Emacs.font: Lucida Console-9 Both work for me. Ken -- 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