Re: Fw: [Leo Editor] "Emacs needs to move to git" (from bzr)

2014-01-04 Thread Edward K. Ream
On Friday, January 3, 2014 10:55:56 PM UTC-6, Terry wrote: > bzr is more than enough DVCS for Leo, the only drawback is "Ohh, you're > not using git...". > Longer term bzr may atrophy, I guess, although I imagine it will be > usable for many years to come. > I agree. Leo should move to gi

Re: @views status report

2014-01-04 Thread Edward K. Ream
On Friday, January 3, 2014 11:22:03 AM UTC-6, Edward K. Ream wrote: > It's now time...[to use] the information in @auto-view nodes when reading @auto nodes. This should be straightforward: Indeed it is. Recreating clone links is conceptually easier: 1. Create a dictionary d whose keys are gnx

Re: On Mac OS X, in vim mode, cmd-{j,k} on the outline tree also select the nodes

2014-01-04 Thread Edward K. Ream
On Fri, Jan 3, 2014 at 4:16 PM, Jack Kuan wrote: > OK, I've found a way to sort of work around the problem of navigating the > outline tree with the vi key binding. > Is there a command to reload key bindings so that I don't have to restart > Leo every time I add a shortcut? > Alas not. I've pu

Re: new platform for Leo development?

2014-01-04 Thread Matt Wilkie
Hi Gyro, I read that thread and the linked to blog article (now 2 yrs old) from the retired senior bzr developer Jelmer Vernooij. It's pretty clear that bzr is now in stasis development wise, https://www.ohloh.net/p/bazaar/commits/summary bears this out, and the community is dead/dying. I persona

Re: Fw: [Leo Editor] "Emacs needs to move to git" (from bzr)

2014-01-04 Thread Matt Wilkie
On Fri, Jan 3, 2014 at 8:55 PM, Terry Brown wrote: > Matt and Jacob - it seemed that between you you'd kind of done most of > the leg-work for getting Leo's VCS history in one place and moving it > to git > Jake has done all of the git and github work on Leo itself. I've just contributed some sn

Re: On Mac OS X, in vim mode, cmd-{j,k} on the outline tree also select the nodes

2014-01-04 Thread Edward K. Ream
On Sat, Jan 4, 2014 at 6:34 AM, Edward K. Ream wrote: I've put adding new reload-abbreviations and reload-key-bindings commands > on the list of things to do asap. These are non-trivial commands, but they > should have been > done > years ago. I'll see what I can do in the next day or so. >

Re: On Mac OS X, in vim mode, cmd-{j,k} on the outline tree also select the nodes

2014-01-04 Thread Edward K. Ream
On Sat, Jan 4, 2014 at 10:13 AM, Edward K. Ream wrote: > The solution (tested) is simple: rather than do: > > self.setting_ivar = c.config.getX('a-setting-name') > Actually, that should be self.c.config.getX... No problem: all affected classes have a self.c ivar. EKR -- You received thi

Re: Fw: [Leo Editor] "Emacs needs to move to git" (from bzr)

2014-01-04 Thread Matt Wilkie
this is a more informative starting point http://stackoverflow.com/questions/19930832/converting-big-bzr-repository-to-git-what-to-expect. Initial experiments look like it won't be too bad. I'll have more to report later. -matt On Sat, Jan 4, 2014 at 7:18 AM, Matt Wilkie wrote: > > On Fri, Jan

Re: Fw: [Leo Editor] "Emacs needs to move to git" (from bzr)

2014-01-04 Thread gatesphere
On 1/3/2014 11:55 PM, Terry Brown wrote: Matt and Jacob - it seemed that between you you'd kind of done most of the leg-work for getting Leo's VCS history in one place and moving it to git - I'm not saying we should move right now, but just wondering how high the barrier is, not very, perhaps? On

Re: Fw: [Leo Editor] "Emacs needs to move to git" (from bzr)

2014-01-04 Thread Matt Wilkie
Pulling the years 2002-2006 into git went smoothly enough, following the guide linked previously, but 2006-2008 is giving some trouble. The Launchpad auto-import version of this repo drops all the tags (e.g. "v4.4.1") which is important history IMO, and has a different parent directory than the ear