Re: New pyflakes and (soon) flake8 commands

2016-05-17 Thread Edward K. Ream
On Tuesday, May 17, 2016 at 3:59:43 PM UTC-5, Edward K. Ream wrote It's unbearable to see pyflakes messages that can't be suppressed, so >> something safe and effective must be done. It doesn't have to be pretty, >> however ;-) >> > > The following works: > > try: > import __builtin__ as

Re: New pyflakes and (soon) flake8 commands

2016-05-17 Thread Edward K. Ream
On Tuesday, May 17, 2016 at 3:46:13 PM UTC-5, Edward K. Ream wrote: > > It's unbearable to see pyflakes messages that can't be suppressed, so > something safe and effective must be done. It doesn't have to be pretty, > however ;-) > The following works: try: import __builtin__ as builtins

Re: New pyflakes and (soon) flake8 commands

2016-05-17 Thread 'Terry Brown' via leo-editor
On Tue, 17 May 2016 13:46:12 -0700 (PDT) "Edward K. Ream" wrote: > It's unbearable to see pyflakes messages that can't be suppressed, so > something safe and effective must be done. It doesn't have to be > pretty, however ;-) Filter the messages? Make messages that look

Re: New pyflakes and (soon) flake8 commands

2016-05-17 Thread Edward K. Ream
On Tuesday, May 17, 2016 at 2:47:29 PM UTC-5, Edward K. Ream wrote: > So it is worth considerable effort to eliminate all pyflakes complaints. > This is usually possible with a bit of effort...warnings that raw_input is > undefined (in Python 3) can be suppressed by "fetching" it from the >

Re: New pyflakes and (soon) flake8 commands

2016-05-17 Thread Edward K. Ream
On Tuesday, May 17, 2016 at 1:19:46 PM UTC-5, Edward K. Ream wrote: > > pyflakes is a *much* faster (20x > or more) version of pylint, and in some ways does a better job. > pyflakes is more like 100x faster than pylint, and 10x faster than flake8.

Re: Theme Problems

2016-05-17 Thread Edward K. Ream
On Tue, May 17, 2016 at 1:33 PM, Mike Busch wrote: > I was able to get bg and fg colors to change with the Appearance settings. > As far as I can tell, Theme isn't read/used. > ​Good. I do think your idea for a theme plugin would be useful. Edward -- You received this

Re: Theme Problems

2016-05-17 Thread Mike Busch
I was able to get bg and fg colors to change with the Appearance settings. As far as I can tell, Theme isn't read/used. On Monday, May 16, 2016 at 5:41:32 AM UTC-6, Mike Busch wrote: > > TL;DR Despite going over the instructions several times and also deleting > my .leo directory once, themes

Re: Object Explorer (was Re: Leo and Eve)

2016-05-17 Thread 'Terry Brown' via leo-editor
On Tue, 17 May 2016 12:50:32 -0500 "Edward K. Ream" wrote: > ​Many thanks, Terry, for this work. I'm sure it will be useful. It's > already provocative. Several comments: > > ​1.The program will crash with Python 3, which is where I spend most > of my time these days.

Re: Object Explorer (was Re: Leo and Eve)

2016-05-17 Thread Edward K. Ream
On Mon, May 16, 2016 at 2:40 PM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > https://github.com/leo-editor/snippets/blob/master/introspect.py might be an object explorer, depending on your definition. > Put above code in a node and use the script-button button to create

Re: Leo and Eve

2016-05-17 Thread Edward K. Ream
On Mon, May 16, 2016 at 12:06 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: >It's really nice to have this conversation. I agree. Making Leo suitable for the classroom is a new way to have Leo take over the world ;-) > I would like to see live coding + Leo working. And that why