Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85663

Re: Python discussed in Nature

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 <rosuav@gmail.com>
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 <c8166316-ae96-44d0-8cb0-dd2bc53e1837@googlegroups.com>
References <54dc6870$0$12981$c3e8da3$5496439d@news.astraweb.com> <6322f4fa-c8af-4051-b6c6-ff953bd928ca@googlegroups.com> <mbi1id$4eb$1@speranza.aioe.org> <3bfcd265-fb89-431c-b9b6-94b24b2ef025@googlegroups.com> <54dd6b76$0$12998$c3e8da3$5496439d@news.astraweb.com> <c8166316-ae96-44d0-8cb0-dd2bc53e1837@googlegroups.com>
Date Sat, 14 Feb 2015 09:45:55 +1100
Subject Re: Python discussed in Nature
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18737.1423867559.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sat, Feb 14, 2015 at 6:40 AM, John Ladasky
<john_ladasky@sbcglobal.net> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python discussed in Nature Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-12 19:46 +1100
  Re: Python discussed in Nature Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-12 09:19 +0000
  Re: Python discussed in Nature wxjmfauth@gmail.com - 2015-02-12 01:31 -0800
    Re: Python discussed in Nature Fabien <fabien.maussion@gmail.com> - 2015-02-12 12:07 +0100
      Re: Python discussed in Nature Marko Rauhamaa <marko@pacujo.net> - 2015-02-12 13:25 +0200
        Re: Python discussed in Nature Fabien <fabien.maussion@gmail.com> - 2015-02-12 12:33 +0100
          Re: Python discussed in Nature Marko Rauhamaa <marko@pacujo.net> - 2015-02-12 16:39 +0200
            Re: Python discussed in Nature Chris Angelico <rosuav@gmail.com> - 2015-02-13 02:59 +1100
              Re: Python discussed in Nature Marko Rauhamaa <marko@pacujo.net> - 2015-02-12 18:56 +0200
                Re: Python discussed in Nature Chris Angelico <rosuav@gmail.com> - 2015-02-13 04:08 +1100
                Re: Python discussed in Nature Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-13 14:07 +1100
            Re: Python discussed in Nature Sturla Molden <sturla.molden@gmail.com> - 2015-02-13 23:58 +0100
              Re: Python discussed in Nature wxjmfauth@gmail.com - 2015-02-14 00:39 -0800
      Re: Python discussed in Nature John Ladasky <john_ladasky@sbcglobal.net> - 2015-02-12 10:29 -0800
        Re: Python discussed in Nature Chris Angelico <rosuav@gmail.com> - 2015-02-13 05:37 +1100
          Re: Python discussed in Nature wxjmfauth@gmail.com - 2015-02-13 02:03 -0800
        Re: Python discussed in Nature Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-13 14:11 +1100
          Re: Python discussed in Nature wxjmfauth@gmail.com - 2015-02-12 23:05 -0800
          Re: Python discussed in Nature John Ladasky <john_ladasky@sbcglobal.net> - 2015-02-13 11:40 -0800
            Re: Python discussed in Nature Chris Angelico <rosuav@gmail.com> - 2015-02-14 09:45 +1100
              Re: Python discussed in Nature giacomo boffi <pecore@pascolo.net> - 2015-02-15 22:09 +0100
                Re: Python discussed in Nature Chris Angelico <rosuav@gmail.com> - 2015-02-16 09:16 +1100
        Re: Python discussed in Nature Rustom Mody <rustompmody@gmail.com> - 2015-02-12 20:07 -0800
          Re: Python discussed in Nature Terry Reedy <tjreedy@udel.edu> - 2015-02-13 00:24 -0500
          Re: Python discussed in Nature wxjmfauth@gmail.com - 2015-02-12 23:02 -0800
            Re: Python discussed in Nature wxjmfauth@gmail.com - 2015-02-13 01:36 -0800
  Re: Python discussed in Nature Ethan Furman <ethan@stoneleaf.us> - 2015-02-12 10:48 -0800

csiph-web