Re: I'm back

2014-02-08 Thread Zoom.Quiet
WoW! - but why git? Hg is enough, and pure Python ! 2014-02-08 Edward K. Ream : > Rebecca's mother died just before dawn on Thursday, the day I had picked to > leave Florida. It was fortunate that I was able to be with Rebecca and her > siblings at that time. After a day of puttering around, I'

Re: @file, @shadow and @auto compared

2014-02-11 Thread Zoom.Quiet
2014-02-11 18:10 GMT+08:00 Edward K. Ream : > This post attempts to explain, as clearly as possible, the strengths and > weaknesses of @file, @shadow and @auto > > = @file: the platinum standard > > @file will always be the best alternative in situations in which it can be > used. The reason i

Re: Leo's git repo is ready for testing

2014-02-11 Thread Zoom.Quiet
140KiB/s in China ... 2014-02-11 23:02 GMT+08:00 Kent Tenney : > Wonderful! > Working perfectly here. > > Thanks, > Kent > > On Tue, Feb 11, 2014 at 6:08 AM, Edward K. Ream wrote: >> git clone https://github.com/leo-editor/leo-editor.git >> >> Leo loads successfully from the new repo, so all appe

Re: Big problems with @auto

2014-02-12 Thread Zoom.Quiet
2014-02-12 21:33 GMT+08:00 Edward K. Ream : > On Wed, Feb 12, 2014 at 2:56 AM, nakedmind > wrote: >> >> This is related more on @file than on @auto. Please bear with me if i'm >> being too persistent but looking at the outline metadata embedded in an >> @file node's external file, it got me thinki

Re: The first fruits of the move to git: anyone can now generate Leo's docs

2014-02-16 Thread Zoom.Quiet
WoW ! 2014-02-17 3:18 GMT+08:00 Edward K. Ream : > I am, at last, getting more comfortable with various git work flows. > > Being able to clone test branches much more quickly than with bzr is a big > plus. > > Recent revs revised .gitignore so that various screen shots are part of each > working

Re: Excellent git documentation

2014-03-11 Thread Zoom.Quiet
pcottle/learnGitBranching https://github.com/pcottle/learnGitBranching as game with virtual animation, show u git orders what doing ;-) On Wed, Mar 12, 2014 at 9:36 AM, HaveF wrote: > I'm glad you like it. > > btw, git ref is another site which I like :-D > If you know some github thing woul

Re: Leo 5.0 final released

2014-11-24 Thread Zoom.Quiet
WoW ! finally come on! upgrade now ! thanx and great job! On Tue, Nov 25, 2014 at 12:54 AM, Edward K. Ream wrote: > Leo 5.0-final is now available at: > http://sourceforge.net/projects/leo/files/Leo/ > > Please report any problems immediately--I'll delay wider announcement until > tomorrow. > > M

Re: Leo 5.0 final released

2014-11-24 Thread Zoom.Quiet
On Tue, Nov 25, 2014 at 9:07 AM, Zoom.Quiet wrote: > WoW ! > finally come on! > upgrade now ! so sad for China: - my env: $ brew config HOMEBREW_VERSION: 0.9.5 ORIGIN: https://github.com/Homebrew/homebrew HEAD: b11f75bf795293b59c448f1c4a4d4ec16e8be1d1 Last commit: 3 hours ago HOMEBR

Re: Leo Dark on Linux

2014-12-11 Thread Zoom.Quiet
On Thu, Dec 11, 2014 at 4:30 PM, Davy Cottet wrote: > Hi, > > I've played a bit with my theme since I wanted a dark one in order to save > my eyes. > I'm glad to show you my nice Leo : > > >

[OT]thinks abt. quicksafe ?

2015-01-03 Thread Zoom.Quiet
Happy New year for all Leor ;-) and i notice one interest item: p-e-w/quicksafe https://github.com/p-e-w/quicksafe so IMHO could Leo include safe nodes ? - @safe - export Secret files - with DCVS publish Secret files - .leo only in local -- Life's Pathetic, Let's Pythonic! 人生苦短, Python是岸

[MAC]Leo5.0-final can not running [was] New Install

2015-02-12 Thread Zoom.Quiet
just today, i can not running Leo5.0-final through old scrip: $ python /opt/bin/leo/launchLeo.py leoQt.py: can not import either PyQt4 or PyQt5. Traceback (most recent call last): File "/opt/bin/leo/launchLeo.py", line 7, in import leo.core.runLeo File "/opt/bin/Leo5.0-final/leo/core/runL

Re: [MAC]Leo5.0-final can not running [was] New Install

2015-02-13 Thread Zoom.Quiet
`brew link` on these: pyqt so just $ brew link pyqt Wow dear Leo come back ;-) thanx for all. the offcial doc. is very help me. On Thu, Feb 12, 2015 at 11:45 PM, Zoom.Quiet wrote: > just today, i can not running Leo5.0-final through old scrip: > > $ python /opt/bin/leo/lau

Re: [MAC]SSD reinstall Yosemite error again [was]Leo5.0-final can not running

2015-04-15 Thread Zoom.Quiet
2015-04-13 19:29 GMT+08:00 Edward K. Ream : > On Sun, Apr 12, 2015 at 4:07 PM, Ludwig Schwardt > wrote: >> >> Hi Zoom, >> >> I would remove qt, sip and pyqt and reinstall them, in other words: >> >> brew remove pyqt sip qt >> brew install qt sip pyqt >> >> They are supposed to work on OS X 10.10 s

Re: Leo 5.0-final in MAC lost font control

2015-05-20 Thread Zoom.Quiet
Hummm myself fixed it; just copy fonts into /Library/Fonts/ ;-) 2015-05-19 19:12 GMT+08:00 Zoom.Quiet : > my local env: > - Leo Log Window > Leo 5.0-final, build 20141124101406, Mon Nov 24 10:14:06 CST 2014 > Not running from a git repo > Python 2.7.9, PyQt version 4.8.6 > dar

Re: Leo's future

2015-07-29 Thread Zoom.Quiet
2015-07-29 21:07 GMT+08:00 Edward K. Ream : > In my mind, all essential aspects of Leo are complete. Sure, there will > always be improvements to be made, and I intend to keep making them, but now > that that we have @clean the most important work is complete. > @clean means auto clean not-realy

[OT]how to make Tk Entry can input Chinese under MAC OS X 10.11?

2015-10-25 Thread Zoom.Quiet
i try make very simple Tk app. as:tiny_tk_frame.py https://gist.github.com/ZoomQuiet/1a25ef86711a9a64b1e8 but can not import Chinese - base any IME, there always accept the english code, not the chinese - of course,i can capy chinese into Entry() base: IDLE and tkinter with Tcl/Tk on Mac OS X |

Re: Leo *already* can emulate IPython's Qt console!!

2016-03-19 Thread Zoom.Quiet
On Sat, Mar 19, 2016 at 5:19 PM, Edward K. Ream wrote: > On Saturday, March 19, 2016 at 4:43:46 PM UTC-5, Edward K. Ream wrote: > >> Leo can already do everything (in Leo's body pane) that IPython can do in >> the IPython Qt console. A few extra imports are needed, but that's so easy >> to do in

Leo 5.2 How to use sublimte 2 dark theme ?

2016-04-14 Thread Zoom.Quiet
thanks Edward great job, i upgraded 5.2 in MAC 10.11.4 is all OK and from What’s New in Leo — Leo 5.2 documentation http://leoeditor.com/what-is-new.html#what-s-new-in-leo-4-11 notice from 4.11 : Added sublime Text 2, a dark colorizing theme but, i can not found the config items. BTW: as att

Re: Leo 5.2 How to use sublimte 2 dark theme ?

2016-04-15 Thread Zoom.Quiet
eo not "reload-styles" button; so i guess , must because my myLeoSettings.leo is t old, u i need copy leo 5.2's leoSettings.leo into ~/.leo as new myLeoSettings.leo try them again. > On Thursday, April 14, 2016 at 11:14:18 PM UTC-4, Zoom.Quiet wrote: >> >&

Re: Leo 5.2 How to use sublimte 2 dark theme ?

2016-04-15 Thread Zoom.Quiet
tags.py", line 270, in update_current_tags tags = self.tc.get_tags(pos) File "/opt/bin/Leo-5.2-final/leo/plugins/nodetags.py", line 146, in get_tags tags = p.v.u.get(self.TAG_LIST_KEY, set([])) AttributeError: 'NoneType' object has no attribute 'u' read out

Re: Leo 5.2 How to use sublimte 2 dark theme ?

2016-04-15 Thread Zoom.Quiet
not work now so i had one by one check and reset color/fron in new way: @settings->Appearance (change these first)->Qt Gui settings->Colors and Fonts On Fri, Apr 15, 2016 at 1:00 PM, 'Terry Brown' via leo-editor wrote: > On Fri, 15 Apr 2016 12:35:25 -0500 > "Zoom.Q

[theme] how to setup Leo cursor size and highlight currently line?

2016-04-15 Thread Zoom.Quiet
thanks EKR's great job. i use Leo from 2005 year, now enjoy in MAC ;-) but always one need: - like attachment snapshot - sublime text 3 , can set big cursor and highlight currently line - i guess Leo also can theme like this, but how to? thanks for all suggest. PS: my version as: Leo 5.2-final,

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-15 Thread Zoom.Quiet
he Syntax coloring is not good for python - the =/% etc. is all black - and the self is not coloring where can theme Syntax coloring ? thanks for all suggest again. > > I use a value of 3 but you can make it much bigger if you wish. > > > On Friday, April 15, 2016 at 3:33:48 PM

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-15 Thread Zoom.Quiet
lor = #557755 > @color comment4_color = #557755 > @color operator_color = #bb > @color function_color = #cb4b16 > > On Friday, April 15, 2016 at 3:52:52 PM UTC-4, Zoom.Quiet wrote: >> >> On Fri, Apr 15, 2016 at 2:46 PM, john lunzer wrote: >> > I can speak to a big cursor

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-15 Thread Zoom.Quiet
On Fri, Apr 15, 2016 at 3:59 PM, 'Terry Brown' via leo-editor wrote: > On Fri, 15 Apr 2016 15:33:19 -0500 > "Zoom.Quiet" wrote: > >> WoW ! sooo beautful theme ;-) >> thanks john, again. >> >> BUT, there is always other problem >> - the

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-15 Thread Zoom.Quiet
btw: see Themes – Ulysses Style Exchange http://styles.ulyssesapp.com/themes/?ref=u3_markupPrefs in fact , theme repository really make girls wants try Leo in first time. On Fri, Apr 15, 2016 at 4:44 PM, Zoom.Quiet wrote: > On Fri, Apr 15, 2016 at 3:59 PM, 'Terry Brown' v

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-16 Thread Zoom.Quiet
thanks again , and i sharing the custom story as: Leo 5.2 theme custom — Medium https://medium.com/@zoom.quiet/leo-5-2-theme-custom-d6f77573b7d6#.wvihrt11x On Sat, Apr 16, 2016 at 6:39 AM, Edward K. Ream wrote: > On Fri, Apr 15, 2016 at 4:44 PM, Zoom.Quiet wrote: >> >> &g

Re: How to collaborate using Leo

2016-04-16 Thread Zoom.Quiet
ake Leo : + read out .py + base The Mulder/Ream algorithm updaing nodes - so i had to clode all Leo windows - restart Leo, so the "Recovered Nodes" auto generated On Mon, Oct 28, 2013 at 6:42 AM, Edward K. Ream wrote: > On Sun, Oct 27, 2013 at 9:01 PM, Zoom.Quiet wrote: > &

Re: How to collaborate using Leo

2016-04-18 Thread Zoom.Quiet
On Mon, Apr 18, 2016 at 2:02 PM, Edward K. Ream wrote: > > On Sat, Apr 16, 2016 at 6:36 PM, Zoom.Quiet wrote: > >> http://leoeditor.com/tutorial-programming.html#summary-clean-vs-file >> >> ...i need @clean forever! >> >> BUT the new leo-flow with git-flo

Re: How to collaborate using Leo

2016-04-18 Thread Zoom.Quiet
nks u suggest, but i cannot fund the refresh-from-disk under #@settings-->Keyboard shortcuts-->@keys EKR bindings we can appended by self? > I'm not sure if personal settings override global settings or conflict. > > On Monday, April 18, 2016 at 4:19:45 PM UTC-4, Zoom.Quiet wrote

Re: How to collaborate using Leo

2016-04-18 Thread Zoom.Quiet
On Mon, Apr 18, 2016 at 5:04 PM, Edward K. Ream wrote: > On Mon, Apr 18, 2016 at 3:19 PM, Zoom.Quiet wrote: > >> - Ctrl+Shift+W need change currently node, not easy as Ctrl+S > > > Imo, you shouldn't often need this command if > @bool check_for_changed_external

How to close icon_bar as default?

2016-04-19 Thread Zoom.Quiet
as attachment snapshot: - i always use Leo as normal editor, not run any scripts from Leo - so how to config, make the icon_bar not display as default? i try setup in MyLeoSettings.leo : @int icon_bar_widgets_per_row = 0 but not work. thanks for all suggest PS: my leo env.: Leo 5.2-final, build

Re: Rev 7b6ae39: lots of @chapter work

2016-04-20 Thread Zoom.Quiet
same problems as Why outline auto slide left? · Issue #265 · leo-editor/leo-editor https://github.com/leo-editor/leo-editor/issues/265 - Rev. 7b6ae39 auto slide left, when any node focus changed - and the config @string initial_split_orientation = horizontal not work now On Wed, Apr 20, 2016

Re: Improvement of outline pane performance

2016-04-25 Thread Zoom.Quiet
On Mon, Apr 25, 2016 at 8:33 AM, Edward K. Ream wrote: > On Mon, Apr 25, 2016 at 7:44 AM, john lunzer wrote: >> >> On my setup Py2.7/Qt4.8/Win7 Leo has noticeable performance issues in the >> outline pane when holding down the Up/Down arrows. I've analyzed the >> behavior and from past conversati

Re: Leo 5.3-final released

2016-05-09 Thread Zoom.Quiet
On Sun, May 8, 2016 at 8:20 AM, Lucas Buchala wrote: > On Mon, May 2, 2016 at 9:16 AM, Edward K. Ream wrote: >> Leo 5.3-final is now available on SourceForge. Leo is a PIM, an IDE and an >> outliner. Many thanks to all who have contributed to this release. > agree, github speed fast than sourcef

leo 5.2 can not run in MAC OS X 10.11.5

2016-06-27 Thread Zoom.Quiet
Yes, my old MBP usage 5 years, die lost week, my wife allow upgrade into MBPR 2015 version ;-) so env as: $ Python 2.7.10 (default, Oct 23 2015, 19:19:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin brew installed: $ brew list axel gettext openssl pyqt readline wget bash h

Re: leo 5.2 can not run in MAC OS X 10.11.5

2016-06-27 Thread Zoom.Quiet
On Mon, Jun 27, 2016 at 10:50 PM, Edward K. Ream wrote: > On Mon, Jun 27, 2016 at 7:31 AM, Zoom.Quiet wrote: > >> >> what i forget something? >> >> $ python /opt/bin/leo/launchLeo.py >> >> File "/opt/bin/Leo-5.2-final/leo/plugins/qt_text.py&qu

Re: Wanted: students for the Leo Code Academy

2016-07-05 Thread Zoom.Quiet
#WoW ! some sad and some glad and some others moods thanks EKR's perfect job for sooo many years Leo make me freedom for face any kinds of projects ! so i know in china there is thousands Leonines will suggest young Chinese Leonine join the Code Academy ;-) On Tue, Jul 5, 2016 at 10:47 PM, Edw

Re: My 15 year plan

2016-09-13 Thread Zoom.Quiet
On Tue, Sep 13, 2016 at 11:14 AM, Edward K. Ream wrote: ... > > This is the world that I see. I would love to be wrong, but I see little > contrary evidence. And I see no way to make any real difference about > either global warming or mass extinction. Me talking to the wind has no > chance. >

Re: How many of you must still use Python 2?

2016-09-19 Thread Zoom.Quiet
i always base py 2, because all project is in py 2 ... and also all linux default installed is py 2. On Mon, Sep 19, 2016 at 6:43 AM, Edward K. Ream wrote: > I do most of my testing these days using Python 3. I am wondering how many > Leo users still must use Python 2. > > Don't panic. I have n

Re: Leo 5.4 final released

2016-10-22 Thread Zoom.Quiet
WoW great job;-) just yesterday upgrade into 5.4-b1 usage good: myLeoSettings.leo#@settings-->Windows-->Icon bar options-->@bool show_iconbar = False but not: myLeoSettings.leo#@settings-->Syntax coloring-->Language-specific colors-->Python try final 5.4 now; On Sat, Oct 22, 2016 at 9:49 PM, Ed

Re: Proposal: Use the GitHub issue tracker instead of this forum

2016-11-06 Thread Zoom.Quiet
6. with Labels and Milestones, with issue can easy organize by version or others u fell well, unlike here 7. can easy appoint issue as develop task to other partner, unlike here 8. if config Email "Services" bind with here, all issue change will auto email here, so mailling-list is merged by emil

Re: Why I don't use Leo more often

2016-11-18 Thread Zoom.Quiet
in fact usage sshfs, we can mount any remote directory as local, so just config Leo @path point it, make working as remote ;-) On Fri, Nov 18, 2016 at 11:13 AM, john lunzer wrote: > I use Leo as my primary editor when I can. > > When I can't is when I'm SSHing into machines remotely where it is

Re: Why I don't use Leo more often

2016-11-18 Thread Zoom.Quiet
Yes, in fact , for me the really working flow is: - Leo develop local - through git /hg/snv repository sync code with remote host - base SSH+fabric or others SCM support tools, auto commit local+login remote+remote git pull+others restart .etc.. - look log/web feedback means, coding-running-debug-

where re-define default color? [was] how to setup Leo cursor size and highlight currently line?

2016-11-27 Thread Zoom.Quiet
2016 at 11:33 AM, Edward K. Ream wrote: > > > On Sat, Apr 16, 2016 at 11:20 AM, Zoom.Quiet wrote: >> >> thanks again , and i sharing the custom story as: >> Leo 5.2 theme custom — Medium >> >> https://medium.com/@zoom.quiet/leo-5-2-theme-custom-d6f77573b7d6

Re: where re-define default color? [was] how to setup Leo cursor size and highlight currently line?

2016-11-28 Thread Zoom.Quiet
need to change the default color for < and > of <> case because ,i custom the dark theme, the default color not clean enough. > > As for highlighting the current line I do not know how this is done. > > On Sunday, November 27, 2016 at 6:25:07 PM UTC-5, Zoom.Quiet wrote

Re: where re-define default color? [was] how to setup Leo cursor size and highlight currently line?

2016-11-28 Thread Zoom.Quiet
______ > From: Zoom.Quiet > To: leo-editor@googlegroups.com > Sent: Monday, November 28, 2016 1:56 PM > Subject: Re: where re-define default color? [was] how to setup Leo cursor > size and highlight currently line? > > On Mon, Nov 28, 2016 at 1:49 PM, john l

Re: Code Academy: how to learn Leo, or python, or anything ;-)

2016-12-06 Thread Zoom.Quiet
WoW ! very very suggest record type for later pythonista learnning ;-) On Tue, Dec 6, 2016 at 9:39 AM, Edward K. Ream wrote: > On Tue, Dec 6, 2016 at 9:25 AM, Edward K. Ream wrote: > >> Furthermore, I want to leave c2py exactly as it was when I first wrote it. >> No docstrings, sub-optimal use o

Re: Clones - what are they good for?

2016-12-06 Thread Zoom.Quiet
On Tue, Dec 6, 2016 at 12:47 PM, 'Terry Brown' via leo-editor wrote: > (How I feel about clones, YMMV) > ... > I can see why people are attracted to clones for this second category of > In code, wanting to > repeat things may indicate bad design, you can usually define something > somewhere a

Re: Traveling to Florida

2016-12-08 Thread Zoom.Quiet
On Thu, Dec 8, 2016 at 5:37 PM, Edward K. Ream wrote: > Rebecca and I will be on the road to Florida starting tomorrow morning. > I'll have my laptop with me, and will be able to respond to emails. > happy holiday ;-) > Edward > > -- > You received this message because you are subscribed to the

Re: Why am I now so productive?

2017-05-24 Thread Zoom.Quiet
for my mind, i feeling, want to not have to make all things productive ;-) EKR show me how to coding whole life, learning, and flowing On Wed, May 24, 2017 at 5:28 AM, Edward K. Ream wrote: > Clearly, I am not any smarter. Instead, I am bolder and calmer. This is a > direct result of better too

Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Zoom.Quiet
On Wed, May 24, 2017 at 9:25 AM, Eric S. Johansson wrote: ... > Yeah I was actually adjusting indentation by adding and removing spaces on > every line because I couldn't find the command. I'm sure there are other > commands there that would be really helpful to me but the menu organization > is

Re: Leo 5.6 Final Released

2017-09-27 Thread Zoom.Quiet
Wow so great, upgrading for all On Wed, Sep 27, 2017 at 7:40 PM, Edward K. Ream wrote: > Leo 5.6 is now available on SourceForge and on GitHub. > > > Leo is an IDE, outliner and PIM, as described here. > > > Simulating Leo's features in Vim, Emacs or Eclipse is possible, just as it > is possible

Re: I've closed the jupyter sub projects

2017-11-10 Thread Zoom.Quiet
grace for it ;-) in fact , i think Leo already make same feeling as Jupyter, but base Leoism ways. On Fri, Nov 10, 2017 at 5:26 PM, Edward K. Ream wrote: > The recent work with a jupyter prototype has mooted these. Furthermore, > some of the discussions were becoming too long to be useful. We c

[QA]how to define Syntax coloring for GLOBAL var?

2017-11-29 Thread Zoom.Quiet
i know , i can config leo/modes/python.py make some code as Syntax coloring # Keywords dict for python_main ruleset. python_main_keywords_dict = { "self": "keyword4", "format": "keyword4", "LOG": "keyword4", ... the LOG is my re-define logging obj. but now , i need make all GLOBAL var

Re: [QA]how to define Syntax coloring for GLOBAL var?

2017-12-07 Thread Zoom.Quiet
thanx for all, i appended my try into: Support patching of Leo's colorizer tables · Issue #613 · leo-editor/leo-editor https://github.com/leo-editor/leo-editor/issues/613 On Wed, Dec 6, 2017 at 4:49 AM, Edward K. Ream wrote: > On Tuesday, December 5, 2017 at 12:09:15 PM UTC-6, Edward K. Ream

Re: How big is Leo on disk?

2017-12-07 Thread Zoom.Quiet
42M Leo-5.4 not include Py 2.7.10 + PyQt ...ect. On Fri, Dec 8, 2017 at 8:46 AM, Matt Wilkie wrote: >> For anyone wondering what you could possibly do with a 20 Mb drive, >> apps. and games were all much less than 1 Mb back then, so it was quite >> useful. > > The most amazing program under 1mb

Re: tip wanted: faster git clone

2017-12-08 Thread Zoom.Quiet
if just want pull lasted code we can base svn got them from githu On Fri, Dec 8, 2017 at 10:34 PM, Terry Brown wrote: > On Fri, 08 Dec 2017 05:01:29 + > Jacob MacDonald wrote: > >> Check out the documentation for the `--depth` flag to `git-clone`. It >> will pull only the selected number of

Re: [QA]Advices for Leo documentation in Chinese translated version?

2018-02-02 Thread Zoom.Quiet
On Fri, Feb 2, 2018 at 12:44 AM, Edward K. Ream wrote: > On Thu, Feb 1, 2018 at 8:28 AM, OMlalala wrote: > >> I want to make Chinese version Doc for spread the perfect Leo, any advice? > > > That's great news. Please tell us when you have the docs ready. I'll put a > link to them on Leo's home

Re: OT: Duolingo language courses

2018-02-04 Thread Zoom.Quiet
On Mon, Feb 5, 2018 at 12:56 AM, Edward K. Ream wrote: > Duolingo is a free, online way to learn a language. It has some advantages > over Rosetta Stone, besides price. > ... > I took a peek at the Chinese and Greek courses to see how they handle > non-roman alphabets. The two courses are very d

Re: ENB: Making LeoVue a desktop app

2018-02-06 Thread Zoom.Quiet
On Wed, Feb 7, 2018 at 2:09 AM, Terry Brown wrote: > On Tue, 6 Feb 2018 11:31:54 -0600 > "Edward K. Ream" wrote: > ... >> > read / write browser interface for Leo must provide the same zero >> > install access. Jupyter notebooks can be accessed this way too. >> >> Yes, some notebooks can be acc

Re: 2018 will be a momentous year for Leo

2018-02-16 Thread Zoom.Quiet
On Fri, Feb 16, 2018 at 5:48 PM, Edward K. Ream wrote: > On Thu, Feb 15, 2018 at 1:21 PM, Terry Brown wrote: > >> > Given the relatively small amount of code involved, we might >> > seriously consider rewriting Leo's core assets in javascript or even >> > rust. >> >> I think is some ways the issu

effective collaborate with .leo for doc.?[via]Advices for Leo documentation in Chinese translated version?

2018-02-17 Thread Zoom.Quiet
2 years ago: Re: How to collaborate using Leo https://groups.google.com/d/msg/leo-editor/Mr1cAfi8BLs/Q2PlDxsrBwAJ discuss about Leonard(Leo user) and Nancy(not Leo user) how to work together, the result is : @clean be upgraded, and support perfect auto merge from Nancy fixed resource files. but f

Re: effective collaborate with .leo for doc.?[via]Advices for Leo documentation in Chinese translated version?

2018-02-19 Thread Zoom.Quiet
On Sat, Feb 17, 2018 at 11:14 PM, Zoom.Quiet wrote: > 2 years ago: Re: How to collaborate using Leo > https://groups.google.com/d/msg/leo-editor/Mr1cAfi8BLs/Q2PlDxsrBwAJ > discuss about Leonard(Leo user) and Nancy(not Leo user) how to work together, > the result is : > @clean b

Re: effective collaborate with .leo for doc.?[via]Advices for Leo documentation in Chinese translated version?

2018-02-20 Thread Zoom.Quiet
On Tue, Feb 20, 2018 at 12:45 AM, Edward K. Ream wrote: > On Mon, Feb 19, 2018 at 9:33 AM, Zoom.Quiet wrote: >> after test, i confirm: >> >> - change @rst -> @clean, will lost so many rST need support by Leo >> - and @rst really can not auto merge changed from

Re: Atom might be Leo's future

2018-02-20 Thread Zoom.Quiet
On Tue, Feb 20, 2018 at 11:52 PM, Edward K. Ream wrote: > Don't panic. Note the word "might" in the title. > > Before going further, please look at the Why Atom? > page. > It would also be good to install atom >

Re: Atom might be Leo's future

2018-02-20 Thread Zoom.Quiet
On Wed, Feb 21, 2018 at 1:35 AM, Edward K. Ream wrote: > On Tuesday, February 20, 2018 at 10:17:52 AM UTC-6, Zoom.Quiet wrote: > > Thanks for these comments. It's good to know that Atom may not perfect. > Hehe. > > > ... has a large user... <-- that is maybe hallu

Re: ENB: Adding Leo to Atom

2018-02-20 Thread Zoom.Quiet
ENB <-- means ? On Wed, Feb 21, 2018 at 2:32 AM, Edward K. Ream wrote: > This is blue sky thinking. Nothing is certain. > > The goal: *turn Atom into Leo in the simplest way possible*. > > The simplest thing that could possibly work might be to loosely base the > leo plugin on the existing hydro

Re: How did I came across Leo?

2018-02-22 Thread Zoom.Quiet
On Thu, Feb 22, 2018 at 10:27 PM, Terry Brown wrote: > > I think I was using Freemind before Leo, although I'd spent a long time WoW .. in fact, there really some guys base Leo record notes, and translate into Freemind xml for export maindmapping html. > using the console based outliner hnb, whi

Re: VBA language

2018-02-22 Thread Zoom.Quiet
all support language in leo/modes/*.py can seek them On Fri, Feb 23, 2018 at 11:59 AM, Largo84 wrote: > Perfect, thanks! > > Rob... > > On Thursday, February 22, 2018 at 10:49:08 PM UTC-5, Terry Brown wrote: >> >> On Thu, 22 Feb 2018 19:12:48 -0800 (PST) >> Largo84 wrote: >> >> > Doing a little

Re: ENB: Serious doubts about embedding Leo

2018-02-23 Thread Zoom.Quiet
On Fri, Feb 23, 2018 at 5:37 PM, Edward K. Ream wrote: > The process of *considering* embedding Leo in another IDE has been one of > the most useful things I have ever done. I feel as if I have awoken from a > deep slumber. Atom, VSCode, eric6 and Pycharm/Intellij are all superb > tools. Build

Re: ENB: Serious doubts about embedding Leo

2018-02-23 Thread Zoom.Quiet
On Fri, Feb 23, 2018 at 6:05 PM, Zoom.Quiet wrote: > On Fri, Feb 23, 2018 at 5:37 PM, Edward K. Ream > wrote: > >> The process of *considering* embedding Leo in another IDE has been one >> of the most useful things I have ever done. I feel as if I have awoken >>

Re: Joe, building LeoVue fails for me on Windows and Ubuntu

2018-02-23 Thread Zoom.Quiet
OT: Critical Linux filesystem permissions are being changed by latest version · Issue #19883 · npm/npm https://github.com/npm/npm/issues/19883 god bless NPM user On Tue, Feb 20, 2018 at 6:56 AM, Edward K. Ream wrote: > On Monday, February 19, 2018 at 11:42:11 AM UTC-6, Edward K. Ream wrote:

Re: A study outline containing eric6 docs

2018-02-24 Thread Zoom.Quiet
OT: JupyterLab Documentation — JupyterLab 1.0 Beta documentation http://jupyterlab.readthedocs.io/en/latest/ Jupyter will make web page as IDE... On Thu, Feb 22, 2018 at 8:56 PM, Edward K. Ream wrote: > Tonight I got eric6 installed on Ubuntu and wrote a do-nothing plugin for > it. > > The

Jupyter as Leo's what ? [via] A study outline containing eric6 docs

2018-02-25 Thread Zoom.Quiet
On Sun, Feb 25, 2018 at 4:51 PM, Edward K. Ream wrote: > On Sun, Feb 25, 2018 at 1:36 AM, Zoom.Quiet wrote: >> >> OT: JupyterLab Documentation — JupyterLab 1.0 Beta documentation >> http://jupyterlab.readthedocs.io/en/latest/ >> >> Jupyter will make web pag

Re: Jupyter as Leo's what ? [via] A study outline containing eric6 docs

2018-02-25 Thread Zoom.Quiet
On Sun, Feb 25, 2018 at 10:14 PM, Edward K. Ream wrote: > On Sun, Feb 25, 2018 at 3:19 AM, Zoom.Quiet wrote: > >> Leo can embedded Jupyter as inter. command; >> will make product world merged as code world? > > > That was not my intention. > > >> of cours

Re: How to switch file tab base key bindings in Leo 4.9?

2011-11-11 Thread Zoom.Quiet
2011/11/11 Edward K. Ream : > On Fri, Nov 11, 2011 at 3:06 AM, Zoom.Quiet wrote: >> My env: >>Leo 4.9 rc1, build 4399, June 17, 2011 >>Python 2.6.5, qt version 4.6.2 >>Ubuntu 10.04.2 >> so as atta. >> - when i open some files >> - what sho

Re: How to switch file tab base key bindings in Leo 4.9?

2011-11-11 Thread Zoom.Quiet
ssage because you are subscribed to the Google Groups > "leo-editor" group. > To post to this group, send email to leo-editor@googlegroups.com. > To unsubscribe from this group, send email to > leo-editor+unsubscr...@googlegroups.com. > For more options, visit this group at > http:

Re: how to setup find pane font?

2011-11-11 Thread Zoom.Quiet
2011/11/11 Zoom.Quiet : > as atta. snaps: > - as default pane size,font in find pane can not display well > - unless drag up find pane make all words display... fixed auto in leo-editor-snapshot-20110253 ;-) >- but font in pane is not same as others, it look like bigger &g

leo install error under MAC 10.7

2011-12-22 Thread Zoom.Quiet
so die here, one hour not any export… that means i need back pure Tk Leo? -- 人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦! 俺: http://about.me/zoom.quiet 文字协议: http://creativecommons.org/licenses/by-sa/2.5/cn/ -- You received this message because you are subscribed to the Google Groups "leo-editor&

Re: leo install error under MAC 10.7

2011-12-22 Thread Zoom.Quiet
https://github.com/mxcl/homebrew/issues/8182 Otherwise, please report the bug: https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue -- 人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦! 俺: http://about.me/zoom.quiet 文字协议: http://creativecommons.org/licenses/by-sa/2.5/cn/ -- You r

Re: leo install error under MAC 10.7

2011-12-22 Thread Zoom.Quiet
2011/12/23 Zoom.Quiet : > 2011/12/23 HansBKK : >> On Friday, December 23, 2011 6:45:08 AM UTC+7, Ludwig Schwardt wrote: >>> >>> For more details, see my instructions on the "Leo on Mac OSX" thread, >>> dated 14 October 2011 (the first hit if you searc

Re: leo install error under MAC 10.7

2011-12-25 Thread Zoom.Quiet
e > below works for you. > > Regards, > Ludwig > > "Zoom.Quiet" Dec 23 02:36PM +0800 > > > Issue as:#9246: pyqt error in 10.7 - Issues - mxcl/homebrew - GitHub > https://github.com/mxcl/homebrew/issues/9246 > > -- 人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦!

Re: leo install error under MAC 10.7

2011-12-26 Thread Zoom.Quiet
在 2011年12月26日 上午11:47,G_will 写道: > ZQ大妈,写个MAC OSX安装Leo的wiki发啄木鸟吧。 > 这个东西自己整确实有很多坑。 > - this is Leo 's global mailing list,usage english pls - of course,i 'll publish blog for how to install Leo in Lion thanx for all again! > > 在 2011年12月26日 上午11:33,Zoom.Quiet 写道: >

How to enjoy Leo under Lion?!

2011-12-26 Thread Zoom.Quiet
con in dock running back?! thanx for all! -- 人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦! 俺: http://about.me/zoom.quiet 文字协议: http://creativecommons.org/licenses/by-sa/2.5/cn/ -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group,

Re: How to enjoy Leo under Lion?!

2011-12-27 Thread Zoom.Quiet
notice the paste-text/copy-text/cute-text 's hotkey is not working! - i had to usage mouse right click menu to make copy/paster/cut thie is so sad... 2011/12/27 Zoom.Quiet : > now i work env move into Lion (MAC OS X 10.7.2) > as leo-editor-snapshot-20111222 > >Leo 4.9.1

Re: How to enjoy Leo under Lion?!

2011-12-27 Thread Zoom.Quiet
在 2011年12月28日 上午11:14,Gregory Crosswhite 写道: > This unfortunately is due to a bug in Leo that I just reported a couple of > days ago. > - thanx waiting fixed,,, > Cheers, > Greg > > On Dec 28, 2011, at 12:32 PM, Zoom.Quiet wrote: > > notice the paste-text/copy-text

Re: How to enjoy Leo under Lion?!

2011-12-30 Thread Zoom.Quiet
2011/12/28 Zoom.Quiet : > 在 2011年12月28日 上午11:14,Gregory Crosswhite 写道: >> This unfortunately is due to a bug in Leo that I just reported a couple of >> days ago. not found u report; so i creat bug in lp: Bug #910306 in leo-editor: "Leo-4.9 hotkey not work in mac os x

Re: Learning javascript

2012-02-21 Thread Zoom.Quiet
t; this, but now I have an inkling about how it might happen. > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To post to this group, send email to leo-editor@googlegroups.com. > To unsubscr

Leo 4.10 final MAC10.7.4 copy/paste not working!

2012-07-15 Thread Zoom.Quiet
suggest? -- 人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦! 俺: http://about.me/zoom.quiet 文字协议: http://creativecommons.org/licenses/by-sa/2.5/cn/ -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-editor@go

Re: Leo 4.10 final MAC10.7.4 copy/paste not working!

2012-07-15 Thread Zoom.Quiet
btw: Leo 4.11 devel buile 5419 is same, copy&paste is not working! 2012/7/15 Zoom.Quiet : > - when i usage leo-editor-trunk3-4923 > - copy&paste in Leo is ok > - copy in Leo and paste out Leo is ok > - BUT! can not copy out Leo, paste in Leo > - so i upgeade as Le

Re: Leo 4.10 final MAC10.7.4 copy/paste not working!

2012-07-15 Thread Zoom.Quiet
2012/7/15 Zoom.Quiet : > btw: > Leo 4.11 devel buile 5419 is same, copy&paste is not working! > sorry new matter - i install Leo as: + download + unzip into /opt/bin + ln -s new version leo as leo + all as alias leolanch="python /opt/bin/leo/launchLeo.py >>

Re: Leo 4.10 final MAC10.7.4 copy/paste not working!

2012-07-15 Thread Zoom.Quiet
2012/7/15 Zoom.Quiet : > 2012/7/15 Zoom.Quiet : >> btw: >> Leo 4.11 devel buile 5419 is same, copy&paste is not working! >> > > sorry new matter > - i install Leo as: > + download > + unzip into /opt/bin > + ln -s new version leo as leo > +

Re: Leo 4.10 final MAC10.7.4 copy/paste not working!

2012-07-16 Thread Zoom.Quiet
2,enjoy Literate Programming again! 2012/7/15 Zoom.Quiet : > 2012/7/15 Zoom.Quiet : >> 2012/7/15 Zoom.Quiet : >>> btw: >>> Leo 4.11 devel buile 5419 is same, copy&paste is not working! >>> >> >> sorry new matter >> - i install Leo as:

Re: How to display URL Encoding string?!

2012-08-06 Thread Zoom.Quiet
2012/8/7 Terry Brown : > On Tue, 7 Aug 2012 10:44:43 +0800 > "Zoom.Quiet" wrote: > >> i coding everything in Leo, so that is very odd things for me: >> - under MAC Lion 10.7.4 + Leo 4.10 final, build 5020 + Python 2.7.1, >> qt version 4.8.0 >> - i don

Re: Web leo

2013-06-21 Thread Zoom.Quiet
ceived this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to leo-editor+unsubscr...@googlegroups.com. > To post to this group, send email to leo-editor@googlegroups.com

Re: Leo in the wild

2013-10-21 Thread Zoom.Quiet
translat Leo's doc: http://zoomquiet.github.io/leo-doc-zh/leo_toc.html but that is alwasy can not configed ok for Shpnix... so sad for me. -- 人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦! KM keep growing environment culture which promoting organization be learnning! 俺: http://about.me/zoom.quiet 许:

Re: Leo in the wild

2013-10-21 Thread Zoom.Quiet
2013/10/22 Edward K. Ream : > > On Mon, Oct 21, 2013 at 3:43 AM, Zoom.Quiet wrote: > > Please note Leo's new home address: http://leoeditor.com/ > > All links to http://webpages.charter.net are broken: in particular, the Leo > link at the bottom of http://zoomquiet.org/

Re: Leo in the wild

2013-10-21 Thread Zoom.Quiet
2013/10/22 Edward K. Ream : > On Monday, October 21, 2013 3:43:02 AM UTC-5, Zoom.Quiet wrote: >> 2013/10/21 Matt Wilkie : >> > One of the more interesting sightings of "Leo in the Wild" I've come >> > across: >> > http://zoomquiet.org/ >>

How to usage Leo as team?[was] Leo in the wild

2013-10-22 Thread Zoom.Quiet
2013/10/22 Zoom.Quiet : > 2013/10/22 Edward K. Ream : ... >>> 2. Leo can not usage as Team! >>> - whatever @file/@shadow >>> - after through DVCS(hg/git/bzr etc.) >>> - Leo can not perfect merged others fixed into myself Leo node tree ! >>

  1   2   >