Re: Leo on Mac, ever?

2010-06-07 Thread yarko
On May 23, 5:11 am, zpcspm zpc...@gmail.com wrote: On May 23, 1:13 am, yarko yark...@gmail.com wrote: The errors (with Tk) I get on startup of Leo is  SAXParseException; if you're curious, I can forward the backtrace (don't have time at the moment to go thru it). Search the list

leoRst.py mod for Sphinx (sort of)

2010-06-07 Thread yarko
naming for intermediate files. The default is '.txt', as is the current use in Leo documentation files.To make it '.rst' (or anything else), projects only need to add an rst3 option: @string rst3_write_intermediate_extension = .rst Maybe someone else will also find this handy. - Yarko

Re: Leo on Mac, ever?

2010-05-22 Thread yarko
at the moment to go thru it). - Yarko In short, I don't have a great solution to your problem.  As you say, experimenting with Qt and Leo may be risky.  If you are willing to take that risk, there may be a good chance of getting Leo to work, but that risk is entirely yours. Edward -- You received

Re: Leo on Mac, ever?

2010-05-06 Thread yarko
proposals to at least the base Mac Python environment (and I can make sure patches won't affect Linux, but that's about it). - Yarko -- Ville M. Vainiohttp://tinyurl.com/vainio -- You received this message because you are subscribed to the Google Groups leo-editor group. To post

Re: Major code cleanup of unicode coming soon

2010-01-17 Thread yarko
@shadow fails w/ exceptions if you try to read a shadow node in a new (unsaved) leo file ...erroneously reports: TypeError: coercing to Unicode: need string or buffer, NoneType found Save the leo file in _some_ name all is well (may want to catch this). - Yarko On Jan 17, 4:39 pm, Edward K

Re: Any bugs that would prevent Leo 4.7 b2 ?

2010-01-15 Thread yarko
generate-userguide, I'm repeatedly changing: pos = c.find_h(@thin leoUserGuide.txt)[0] (which doesn't work - there is no header to match this) to: pos = c.find_h(Users Guide)[0] Regards, - Yarko I plan to release b2 in a few days, and on Friday, January 22 at the latest. Edward

running Leo directly from trunk

2008-09-23 Thread yarko
Hi - Just merged from trunk. Is it still possible to run directly from trunk? Or do you need to install now? Thanks, Yarko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post to this group

Re: Vim emulation - New version in Trunk

2008-07-22 Thread yarko
character or [3]; in command state, 'y}' Results: cursor left on [4]; 'p' shows that [3],[4] in yank-buffer Expected results: cursor left on [3]; 'p' showing that [3] in yank-buffer --- That's what I've found so far. Best regards, Yarko On Jul 22, 10:53 am, TL [EMAIL PROTECTED] wrote

Re: Vim emulation - New version in Trunk

2008-07-22 Thread yarko
' will move you forward a word, but 'b' will not move you back a word when editing node text in the outline pane; paragraph motions similarly do nothing... basically, I can't find anything to move BACK in outline pane text other than mouse or 'h' key. On Jul 22, 1:36 pm, yarko [EMAIL PROTECTED

Re: @shadow is working!

2008-07-18 Thread yarko
Cool, Edward - Relax - It was from a single, simple test file (3,4 lines of text) one node, no clones. More when you need it... Ciao, Yarko On Jul 17, 7:19 pm, Edward K. Ream [EMAIL PROTECTED] wrote: On Thu, Jul 17, 2008 at 9:52 AM, Terry Brown [EMAIL PROTECTED] wrote: On Wed, 16 Jul

Re: @shadow is working!

2008-07-16 Thread yarko
It doesn't seem to work for me. What am I missing? If I make a shadow node, it doesn't read ( file-read/write-read @auto nodes doesn't do anything;) If I change it to an @auto node, then I can use file menu to read an auto node If I add lines thru an external editor to the file, and then read

Re: Vi problems: Prioritized

2008-06-18 Thread yarko
(it's a nit because I did discover in place of [zero], TL bound | to this function, so just something to get used to...) On Jun 18, 12:25 am, yarko [EMAIL PROTECTED] wrote: Another nit - but has to do with key binding machinery, so I'll bring it up: Motion in VI: up-down-left-right work

Re: Key bindings - Supporting updates

2008-06-18 Thread yarko
...or maybe a way to include other setting files (akin to plugins), then you could include a vileoSettings.leo file (*grin* mimicking my leo Settings naming) On Jun 18, 12:38 pm, TL [EMAIL PROTECTED] wrote: Copying a set of key bindings from leoSettings.leo to myLeoSettings.leo to enable them

Re: Vi problems: Prioritized

2008-06-17 Thread yarko
Just noticed this vim-ish anomoly: Body pane, command state, this in the buffer: - a b c -- delete a single line command 'dd' - Position cursor on a; execute dd; single line (containing a) deleted; Undo; Position cursor on line after a; execute dd; two

Re: Vi problems: Prioritized

2008-06-17 Thread yarko
... but as long as you and Edward are thinking about this stuff... On Jun 17, 10:02 pm, TL [EMAIL PROTECTED] wrote: I support removing the @mode d::Delete... you refer to.  However, it is not the cause of the delete line problem.  The problem Yarko raised is simply Leo executing the delete line code as I

Re: Vi problems: Prioritized

2008-06-17 Thread yarko
] doesn't work. Notes in vi bindings say 0 not used because if bound it won't be inserted during insert/editing mode. And an even nittier: dw (delete word deletes to the next word in VI, but not in Leo. As long as you and Edward are thinking about this stuff... Regards, Yarko On Jun 17, 10:02 pm, TL

Re: Vi updated again - More good stuff !!!

2008-05-30 Thread yarko
comments (once I use more ;-). Regards, Yarko On May 29, 9:10 am, TL [EMAIL PROTECTED] wrote: Hello Yarko, Thanks for trying my vi emulator. Sorry you're having a problem. I downloaded version 4 from the Files section and it looks OK except for the fact that they download it with an '.xml

Re: Vi updated again - More good stuff !!!

2008-05-30 Thread yarko
, 7:39 pm, TL [EMAIL PROTECTED] wrote: Hello Yarko, Good catch on the Find problem. I had only been using vi's '/', 'n', and 'p' keys to do find/replace recently. All vi key bindings are specified with the ! body or ! tree qualifier to limit their scope to the body and the tree pane

Re: Vi updated again - More good stuff !!!

2008-05-28 Thread yarko
on this? The only other thing in my myLeosettings is a plugins section (to set up my path for VIM) - and that small section appears after the keybindings. Thanks, Yarko On May 28, 10:10 am, Edward K. Ream [EMAIL PROTECTED] wrote: On Tue, May 27, 2008 at 2:13 PM, TL [EMAIL PROTECTED] wrote: Version 4

Re: Leo source repository

2008-05-25 Thread yarko
core/runLeo.py; Hope this helps. Regards, Yarko You now On May 25, 12:54 pm, anatoly techtonik [EMAIL PROTECTED] wrote: Hello, Where is an official Leo source repository? There is a link to tigris.org CVS from the main page, but the repository seems outdated. WBR, -- --anatoly t

Re: Vi key bindings - Ver 2 uploaded

2008-05-23 Thread yarko
I suppose these code changes are a temporary measure, and will eventually be migrated as settings, correct? On May 22, 5:15 pm, TL [EMAIL PROTECTED] wrote: The file is a Leo file, called Vi key bindings - Body pane - Ver2.leo has been uploaded. It add some new commands and fixes some minor

Re: bzr missing files

2008-05-11 Thread yarko
Thanks for the suggestion Edward - this was helpful... On May 5, 6:48 am, Edward K. Ream [EMAIL PROTECTED] wrote: On Mon, May 5, 2008 at 12:22 AM, yarko [EMAIL PROTECTED] wrote: I hadn't used Leo in weeks because (since I did NOT expect silent deletion of files) as I tried to update

Re: bzr missing files

2008-05-05 Thread yarko
to leosettings.leo just AUTOMATICALLY updated / written to myLeosettings.leo? Anyway, trying to get JUST my changes into myLeosettings any guide on how to do this in an easy way would be appreciated. Regards, Yarko On May 5, 1:06 am, Kayvan A. Sylvan [EMAIL PROTECTED] wrote: On Sun, May 04, 2008

bzr missing files

2008-04-30 Thread yarko
the leoSettings.leo file and did bzr pull again it didn't detect the missing file. bzr pull --overwrite didn't do it either; bzr status seems to know what's going on... Since it doesn't seem obvious, how _do_ I get bzr to get missing files? Thanks, Yarko

Re: bzr merge experiences

2008-04-20 Thread yarko
http://kdiff3.sourceforge.net/ windows mac binaries there too On Apr 20, 7:08 pm, Terry Brown [EMAIL PROTECTED] wrote: On Sun, 20 Apr 2008 15:04:04 -0700 (PDT) Edward K. Ream [EMAIL PROTECTED] wrote: Creating the sax-graph branch was interesting.  There was quite a bit of