Re: Bzr: thrilling

2008-04-10 Thread Kent Tenney
A related blog post http://griddlenoise.blogspot.com/2008/04/what-dvcs-gives-me.html On Thu, Apr 10, 2008 at 9:30 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote: > > On Apr 9, 5:33 pm, "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > > > I never dreamed that bzr would make such a difference to the L

Re: new branch: dot-config

2008-04-10 Thread Dan White
On Thu, Apr 10, 2008 at 10:35 AM, Terry Brown <[EMAIL PROTECTED]> wrote: > That was something I did to fix the same problem the original poster > was targeting. It was before bzr so I think you merged them into the > trunk. Leo looks for ~/LeoSettings.leo in addition to all > the other thing

Re: A more philosophical question

2008-04-10 Thread Ville M. Vainio
On Thu, Apr 10, 2008 at 7:16 PM, Kayvan A. Sylvan <[EMAIL PROTECTED]> wrote: > with my python code (import a file, play with its classes, test out my > ideas), then update the code in Leo and back in ILeo, just "reload" the > module > and continue playing, ad infinitum. I get all the power of

Re: A more philosophical question

2008-04-10 Thread Kayvan A. Sylvan
On Thu, Apr 10, 2008 at 08:44:39AM -0500, Edward K. Ream wrote: > For programming projects, I organize my master .leo file in two ways: by > topic (Notes, Projects, To Do) and by file. I use @thin files like > leoNotes.txt, leoProjects.txt, leoToDo.txt and leoToDoLater.txt to keep the > actual .l

Re: new branch: dot-config

2008-04-10 Thread Terry Brown
On Wed, 9 Apr 2008 17:53:28 -0500 "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > > The inclusion of getHostName() and machineConfigFile > > went un-noticed until today. > > I certainly haven't noticed them :-) Where are they? That was something I did to fix the same problem the original poster

Re: rClick stable and merged with trunk

2008-04-10 Thread Edward K. Ream
On Thu, Apr 10, 2008 at 9:59 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote: > On Thu, Apr 10, 2008 at 9:31 AM, bobjack <[EMAIL PROTECTED]> wrote: > > > > > On Apr 10, 3:27 pm, bobjack <[EMAIL PROTECTED]> wrote: > > > I've merged mod_rClick with the trunk. The api should be stable from > > now on,

Re: rClick stable and merged with trunk

2008-04-10 Thread Edward K. Ream
On Thu, Apr 10, 2008 at 9:31 AM, bobjack <[EMAIL PROTECTED]> wrote: > > On Apr 10, 3:27 pm, bobjack <[EMAIL PROTECTED]> wrote: > > I've merged mod_rClick with the trunk. The api should be stable from > now on, barring bugs. > > I should have said 'all unit tests passed'. Thanks for this work.

Re: Implementing half-assed collaboration support

2008-04-10 Thread Ville M. Vainio
On Thu, Apr 10, 2008 at 5:05 PM, Edward K. Ream <[EMAIL PROTECTED]> wrote: > > Here's a stopgap measure to survive 2 people editing the same .leo > > file, with very little coding > > I'm not sure I understand the problem you are trying to solve. Two people editing the same .leo file in network

Re: rClick stable and merged with trunk

2008-04-10 Thread bobjack
On Apr 10, 3:27 pm, bobjack <[EMAIL PROTECTED]> wrote: > I've merged mod_rClick with the trunk. The api should be stable from > now on, barring bugs. I should have said 'all unit tests passed'. Bob --~--~-~--~~~---~--~~ You received this message because you are

Re: Bzr: thrilling

2008-04-10 Thread Edward K. Ream
On Apr 9, 5:33 pm, "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > I never dreamed that bzr would make such a difference to the Leo project. It now seems to me that bzr does for backup what Python did for programming. In my white paper about Python, I mentioned Python's safety: http://webpages.c

rClick stable and merged with trunk

2008-04-10 Thread bobjack
I've merged mod_rClick with the trunk. The api should be stable from now on, barring bugs. Docs for rClick and @popup: The doc string of the rClick.py plugin The testAtPopup.leo file in leo\test The source code of the plugin. The source code in particular contains several examples of the more

Re: Vim support improved

2008-04-10 Thread Edward K. Ream
On Wed, Apr 9, 2008 at 6:04 PM, TL <[EMAIL PROTECTED]> wrote: Any questions? Where do I start :-) I use vim just enough to verify that the previous vim plugin worked, so your instructions are essentially incomprehensible to me. Please assume I know *nothing* about vim, how it works, its feature

Re: Implementing half-assed collaboration support

2008-04-10 Thread Edward K. Ream
On Thu, Apr 10, 2008 at 4:20 AM, Ville M. Vainio <[EMAIL PROTECTED]> wrote: > > Here's a stopgap measure to survive 2 people editing the same .leo > file, with very little coding I'm not sure I understand the problem you are trying to solve. bzr will warn about conflicts in .leo files. In a co

Re: Vim support improved

2008-04-10 Thread TL
Also, use the following command if you want to always open gVim in tab mode: set showtabline=2 "Tabs will always be displayed. Note: (a non-Leo how-to) If tabs exist, it is easy to create an empty tag by double clicking to the right of the last tab. You can then drag a file into the tag's bod

Re: A more philosophical question

2008-04-10 Thread Edward K. Ream
On Thu, Apr 10, 2008 at 7:43 AM, Ludwig Schwardt <[EMAIL PROTECTED]> wrote: When I tried to go deeper, I found it really hard to decide which > files I needed where in the Leo hierarchy. And what if the code in one > node needed code in another node? Do I clone it into the required > node, or do I

Re: How about a Bazaar leo Howto ?

2008-04-10 Thread Edward K. Ream
On Wed, Apr 9, 2008 at 8:21 PM, TL <[EMAIL PROTECTED]> wrote: > > A prototype page has been created. Thanks for this work. Edward --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this

Re: A more philosophical question

2008-04-10 Thread Ludwig Schwardt
Hi, Yes, I remember now - I did use @thin for all derived files. I haven't actively used Leo for the past few weeks, so the terminology is slipping... My problem has to do with starting with a blank myproject.leo. I don't have a clear idea of how to proceed. I initially thought I'll do a top- do

Re: A more philosophical question

2008-04-10 Thread zpcspm
> Any tips for a Leo newbie on how to start a project from scratch? Here's a quote from the docs: "@thin - Use this unless you have a good reason not to. It is the 'state-of-the-art' in derived files." I had a bad experience when trying to import derived files into leo as @file. After a couple of

Implementing half-assed collaboration support

2008-04-10 Thread Ville M. Vainio
Here's a stopgap measure to survive 2 people editing the same .leo file, with very little coding - Suppose 2 people (A and B) have foo.leo open - A edits node with gnx 1 and saves the document. A also adds a new node with gnx 3. - B edits node with gnx 2, but is alarmed that document has been sav

A more philosophical question

2008-04-10 Thread Ludwig Schwardt
Hi, I've started using Leo about 2 months ago. I intended to use it as a single point of entry for a Python toolkit I am writing from scratch, where the code is closely coupled with documentation and tests. My biggest stumbling block is that I find it hard to break out of a file-based way of thi