Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; '(especially': 0.07; "client's": 0.09; 'default.': 0.09; 'cc:addr :python-list': 0.11; 'suggest': 0.14; 'called,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'renders': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'preferences': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'that.': 0.31; 'default,': 0.31; 'font': 0.31; 'could': 0.34; 'editor': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'ubuntu': 0.36; 'system,': 0.38; 'same.': 0.38; 'even': 0.60; 'skip:u 10': 0.60; 'john': 0.61; 'guarantee': 0.63; 'default': 0.69; '2015': 0.84; 'fonts': 0.84; 'snap': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=YfXIXwAVwz2nAhurtHVCyp3pS9VVyjwRA3P8zH8s50M=; b=Rj5zBqI2mw+rIPX+wl78M0li7VzbeWg+3MYxuZm300/okXW3PXdAsMKMmliCaYHSMH WxntmAAQgLm/nKWZ/mt5vb9LkF0aeNAgTfHY3mHheVAwCFlTLEgduvsMcwuKYRygE1O4 17GfOeBL963ScWD900xVbqY1yPxsiQ76N4F+nHhg92FBIQxvHFBexy9mdlVhVhonC7Yn taLK1Mo27L42KxBoTNlVuMeWUGSLjPI8oxYOWK80yLt19464BFlwISPpUty+rL6GgFb2 n6mRlHWtJFVyPrwRr/ClA7op2YvCyAmi7+F3YVnNMI7JaB5R1p+FFwk867Jvc5ZFSacQ jeTg== MIME-Version: 1.0 X-Received: by 10.107.33.11 with SMTP id h11mr14914831ioh.53.1423867555279; Fri, 13 Feb 2015 14:45:55 -0800 (PST) In-Reply-To: References: <54dc6870$0$12981$c3e8da3$5496439d@news.astraweb.com> <6322f4fa-c8af-4051-b6c6-ff953bd928ca@googlegroups.com> <3bfcd265-fb89-431c-b9b6-94b24b2ef025@googlegroups.com> <54dd6b76$0$12998$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 14 Feb 2015 09:45:55 +1100 Subject: Re: Python discussed in Nature From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1423867559 news.xs4all.nl 2945 [2001:888:2000:d::a6]:57554 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85663 On Sat, Feb 14, 2015 at 6:40 AM, John Ladasky wrote: > The default font that the Geany program editor uses on my Ubuntu system renders everything I've tried. When I look up that font in Geany's Preferences menu, it is called, simply, "monospace". > That's a font alias. Unfortunately, I've never yet figured out a straight-forward way to snap the pointer; the best I can suggest is to go through your concrete font names and find one that looks the same. I use the same "Monospace" font for my MUD client's default. It's a good solid default, and I can guarantee that it "exists" on all systems, even if specific other fonts might not (especially given that I support three popular OSes). On my Debian system, it looks like "Monospace" == "DejaVu Sans Mono", so you could try looking at that. ChrisA