leo-editor@googlegroups.com

2008-07-02 Thread jeniferlopas007
wow daring pop songs& mindblowing glamour videos flowering garlands smile on your faces *** http://glamourworldpriya.blogspot.com/ http://karithaboob.blogspot.com/ *** --~--~-~--~~~-

Re: Forth syntax coloring not working

2008-07-02 Thread Dave
All this said, I forgot to express my warmest gratitude for keeping the Forth support in Leo. Forth's inherent syntax extensibility makes it a notoriously write- only language - any editor's syntax coloring support is a massive boost to readability. Leo's extensible forth syntax coloring support

Re: Forth syntax coloring not working

2008-07-02 Thread Dave
Hi Ed, Thanks for the prompt reply. Disabling the threading_colorizer plugin worked. Just another thing vis a vis Forth syntax coloring support: There is presently no mechanism for defining extra 'block delimiters'. For instance, '(' ... ')' is supported in hardwired fashion as 'block comment d

Re: no downloadable source distribution weekly? nightly?

2008-07-02 Thread Terry Brown
On Wed, 2 Jul 2008 11:46:03 -0700 (PDT) ne1uno <[EMAIL PROTECTED]> wrote: > just an FYI, not a suggestion or request! the ,bzr files/dirs would > just annoy anyone else and the zip probably can be imported fine. I don't quite follow - the script deletes them, which it should because they refer t

Re: Demo of serious pylint bug

2008-07-02 Thread Edward K. Ream
On Wed, Jul 2, 2008 at 1:15 PM, zpcspm <[EMAIL PROTECTED]> wrote: > > Update: running pylint from another directory and specifying the path > to subClass.py triggers the error. So it looks like pylint doesn't > update (or doesn't do it correctly) sys.path to include directories > containing checke

Re: no downloadable source distribution weekly? nightly?

2008-07-02 Thread ne1uno
> > Well, it's on an Ubuntu box that runs 24x7 (it has a lot of other > > duties), so it's run at 2:53 am every day by the cron task. Hence the > > timestamp on the newest snap athttp://www.greygreen.org/leo/ > > > So on the server there's a line in my crontab that looks like this: > > Thanks for

Re: Demo of serious pylint bug

2008-07-02 Thread zpcspm
Update: running pylint from another directory and specifying the path to subClass.py triggers the error. So it looks like pylint doesn't update (or doesn't do it correctly) sys.path to include directories containing checked files. --~--~-~--~~~---~--~~ You received

Re: Demo of serious pylint bug

2008-07-02 Thread zpcspm
1. I don't think you have to import baseClass in main.py, but I guess this is irrelevant for this context. 2. I can't reproduce this error when running pylint on subClass.py directly. $ pylint --version pylint 0.13.1, astng 0.17.1, common 0.22.0 Python 2.5.1 (r251:54863, Sep 27 2007, 16:22:40) [G

Demo of serious pylint bug

2008-07-02 Thread Edward K. Ream
The trunk, rev 635, now contains the minimal demonstration of what is a serious pylint bug. There may be a "standard workaround" but I haven't found it. Here are the three files, in the leo/test/pylintTest folder: # - main.py import baseClass import subClass message = 'I *am* defined' x =

Re: [Bug 242060] Re: no downloadable source distribution weekly? nightly?

2008-07-02 Thread Edward K. Ream
On Wed, Jul 2, 2008 at 8:08 AM, Terry Brown <[EMAIL PROTECTED]> wrote: > > On Wed, 2 Jul 2008 06:07:03 -0500 > "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > > > I'm a bit lost. Is this a script that you plan to run every night? > > Well, it's on an Ubuntu box that runs 24x7 (it has a lot of other

Re: Changes to make pylint happy (continued)

2008-07-02 Thread Edward K. Ream
On Jul 2, 8:04 am, "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > This thread is a continuation of the previous thread. The trunk (rev 634) now contains fixes for all code tested by pylint- leo.bat, that is, all of Leo's core and all plugins *except* the following: autotrees.py # Contains an e

Re: Changes to make pylint happy (continued)

2008-07-02 Thread Edward K. Ream
On Jul 2, 10:26 am, zpcspm <[EMAIL PROTECTED]> wrote: > > I've just disabled the warning: "W0102 Dangerous default value [] as > > argument" > > I've found this warning interesting, because I couldn't see the > danger. > After googling for a while, I found the > linkhttp://zephyrfalcon.org/labs

Re: Changes to make pylint happy (continued)

2008-07-02 Thread zpcspm
> I've just disabled the warning: "W0102 Dangerous default value [] as > argument" I've found this warning interesting, because I couldn't see the danger. After googling for a while, I found the link http://zephyrfalcon.org/labs/python_pitfalls.html p.5 has an example that illustrates the proble

Changes to make pylint happy (continued)

2008-07-02 Thread Edward K. Ream
This thread is a continuation of the previous thread. I'm starting a new thread because the initial post in the other thread was so long... I've just disabled the warning: "W0102 Dangerous default value [] as argument" from pylint-leo-rc.txt. I think this is the simplest approach, as discussed

Re: [Bug 242060] Re: no downloadable source distribution weekly? nightly?

2008-07-02 Thread Terry Brown
On Wed, 2 Jul 2008 06:07:03 -0500 "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > I'm a bit lost. Is this a script that you plan to run every night? Well, it's on an Ubuntu box that runs 24x7 (it has a lot of other duties), so it's run at 2:53 am every day by the cron task. Hence the timestamp o

Re: [Bug 242060] Re: no downloadable source distribution weekly? nightly?

2008-07-02 Thread Edward K. Ream
On Tue, Jul 1, 2008 at 1:22 PM, Terry Brown <[EMAIL PROTECTED]> wrote: > > On Tue, 1 Jul 2008 12:52:08 -0500 > "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > > > Cool. How did you make these snapshots? > > With this script which should run every night. I'm a bit lost. Is this a script that you

Re: Changes to make pylint happy

2008-07-02 Thread Edward K. Ream
On Tue, Jul 1, 2008 at 9:24 PM, TL <[EMAIL PROTECTED]> wrote: > > Do you want clean-up of indentation checked into the trunk? > My code in mod_tempfilename.py is not indented correctly. That would be good. Thanks. > > How about a small change? I would like to add a conditional > in the open_w

Re: Changes to make pylint happy

2008-07-02 Thread Edward K. Ream
On Tue, Jul 1, 2008 at 8:59 PM, Terry Brown <[EMAIL PROTECTED]> wrote: > > I've fixed some errors in cleo, graphed, and UNL (I'm not UNL's author, > but I wrote the code it was complaining about). > > These errors remain: > > * Module leo.plugins.UNL > W0102:129:recursiveUNLSearch: Dan

Re: Forth syntax coloring not working

2008-07-02 Thread Edward K. Ream
On Wed, Jul 2, 2008 at 5:26 AM, Dave <[EMAIL PROTECTED]> wrote: > > Hi, > > After years away from it, I've been getting back into Forth > programming. > > However, my latest Leo (4.5b1) has some support for '@language forth', > but does not display colors in forth source files. > > Is there someth

Forth syntax coloring not working

2008-07-02 Thread Dave
Hi, After years away from it, I've been getting back into Forth programming. However, my latest Leo (4.5b1) has some support for '@language forth', but does not display colors in forth source files. Is there something I need to do to enable the syntax colouring? Cheers Dave --~--~-~-