Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64806
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.039 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'value,': 0.04; 'highlighting': 0.09; 'pointers': 0.09; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'subject:program': 0.16; 'sender:addr:gmail.com': 0.17; 'thanks,': 0.17; 'bonus': 0.22; 'python?': 0.22; 'skip': 0.24; 'header:In-Reply-To:1': 0.27; 'points': 0.29; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'could': 0.34; 'received:google.com': 0.35; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'son': 0.61; 'back': 0.62; 'url:p': 0.64; 'between': 0.67; 'forth': 0.81; 'bounce': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=XBb/u9a9/3+la0auqBCW9l32GNe9s+WVOH0SoU4hQjk=; b=wiK7JBO60M8T5TPk/gt5EaJic0K4zGkMkE1XmgEoEuRm8tFiqV/lZQuKKSjtGutCeH kdXAxtdF0QxthOCr0lRpD9kUmn6sWLfJpuCPNZlJf0QXh1K7xmvF6NUxlcVEkwyEJngZ EDkVQ/HlwgEw7SlYsfidxmXSgVVTvEV9uVyB0D7vAFOJ2phlKmePxkYXFmmKWsDvLQj2 +ETj20mMyh2Qz4smkHgy8wUsi4IM+KC2dJZraPJmIVQBXu7cipyxAV7WouxtYE6AnX4O LFkOO3xZ8PPfJfZTo63XUBpkFoPfI/WQl9H+BndcupObmoU1UU3IOOsdW/3XCn6ewrmR EGpA== |
| MIME-Version | 1.0 |
| X-Received | by 10.43.153.68 with SMTP id kz4mr19186219icc.29.1390782709846; Sun, 26 Jan 2014 16:31:49 -0800 (PST) |
| Sender | skip.montanaro@gmail.com |
| In-Reply-To | <CANc-5UwkLjmwA5LCAKRGjDZaf5EiHXCfU4_Hm2e9yXsDmApR=g@mail.gmail.com> |
| References | <CANc-5UwcZT18RgLqzHq0oMPA4sxfbfu0ZQhGPJBYZ0KEUJ6m2g@mail.gmail.com> <CANc-5UwkLjmwA5LCAKRGjDZaf5EiHXCfU4_Hm2e9yXsDmApR=g@mail.gmail.com> |
| Date | Sun, 26 Jan 2014 18:31:49 -0600 |
| X-Google-Sender-Auth | H-gKKsgjU9KQQB9f4vp_TmQELNk |
| Subject | Highlighting program variables instead of keywords? |
| From | Skip Montanaro <skip@pobox.com> |
| To | Python <python-list@python.org> |
| Content-Type | multipart/alternative; boundary=001a11c2ecd86159c304f0e8d5de |
| 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.6008.1390782718.18130.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1390782718 news.xs4all.nl 2958 [2001:888:2000:d::a6]:41807 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64806 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
My son sent me a link to an essay about highlighting program data instead of keywords: https://medium.com/p/3a6db2743a1e/ I think this might have value, especially if to could bounce back and forth between both schemes. Is anyone aware of tools like this for Python? Bonus points for pointers to an Emacs implementation. Thanks, Skip
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Highlighting program variables instead of keywords? Skip Montanaro <skip@pobox.com> - 2014-01-26 18:31 -0600
Re: Highlighting program variables instead of keywords? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-27 01:29 +0000
Re: Highlighting program variables instead of keywords? Chris Angelico <rosuav@gmail.com> - 2014-01-27 12:51 +1100
Re: Highlighting program variables instead of keywords? Ben Finney <ben+python@benfinney.id.au> - 2014-01-27 13:08 +1100
Re: Highlighting program variables instead of keywords? Terry Reedy <tjreedy@udel.edu> - 2014-01-27 01:30 -0500
csiph-web