Re: Macros in Leo 5

2015-01-29 Thread bobS
Thanks for the clarification, Edward. On Thursday, January 22, 2015 at 11:16:21 AM UTC-6, Edward K. Ream wrote: On Fri, Jan 9, 2015 at 1:06 PM, bobS rjsha...@gmail.com javascript: wrote: It turns out that the newline is being injected by section reference expansion, and is not a problem

Re: Macros in Leo 5

2015-01-09 Thread bobS
javascript: wrote: On Fri, Dec 12, 2014 at 11:23 PM, bobS rjsha...@gmail.com javascript: wrote: The attached version of macros.py makes the changes to the outline that seem to be what was intended. But I didn't write this plugin, either. All the debug code has been left in -- a lot

Re: Macros in Leo 5

2015-01-09 Thread bobS
the section reference which will have already put out the newline by the time the \ is seen. So you get for f in xxx \ ; do BobS On Wednesday, December 17, 2014 at 9:33:14 PM UTC-6, Davy Cottet wrote: Your need looks similar to mine.I think as well that would be very useful to implement. https

Re: Macros in Leo 5

2014-12-12 Thread bobS
$ with the correct content along with three empty sub-nodes. On Thursday, December 11, 2014 1:52:56 PM UTC-6, bobS wrote: From the docstring for plugin macros.py, it seems as though the content of the A node is changed into the body text for Meow with the arguments in A's meow ( purrr

Re: Macros in Leo 5

2014-12-12 Thread bobS
The attached version of macros.py makes the changes to the outline that seem to be what was intended. But I didn't write this plugin, either. All the debug code has been left in -- a lot of printing to the log pane. On Tuesday, December 2, 2014 5:43:58 PM UTC-6, bobS wrote: Test Parameterized

Re: Macros in Leo 5

2014-12-11 Thread bobS
be appreciated. Would someone who has made this work please explain how they did it? I have probably misunderstood the docstring. On Tuesday, December 2, 2014 5:43:58 PM UTC-6, bobS wrote: Test Parameterized Nodes A body text: meow ( pur, zzot ) B body text: meow ( spit, necessary

Re: Macros in Leo 5

2014-12-03 Thread bobS
above produced the behavior described in the initial post. On Tuesday, December 2, 2014 5:43:58 PM UTC-6, bobS wrote: Test Parameterized Nodes A body text: meow ( pur, zzot ) B body text: meow ( spit, necessary ) Parameterized Nodes Meow body text: I sooo

Macros in Leo 5

2014-12-02 Thread bobS
Test Parameterized Nodes A body text: meow ( pur, zzot ) B body text: meow ( spit, necessary ) Parameterized Nodes Meow body text: I sooo happy I could 1$ . But I don't know if I have all the 2$ money. When I click on

Re: Missing make-sphinx button in Leo 4.11

2014-10-16 Thread bobS
Thanks, Edward. The make-sphinx button now works for me as well. Regards, bobS On Tuesday, October 14, 2014 11:27:45 AM UTC-5, Edward K. Ream wrote: On Tue, Oct 7, 2014 at 1:57 PM, Edward K. Ream edre...@gmail.com javascript: wrote: On Tue, Oct 7, 2014 at 1:01 PM, bobS rjsha...@gmail.com

Re: Missing make-sphinx button in Leo 4.11

2014-10-07 Thread bobS
:31:32 AM UTC-5, Edward K. Ream wrote: On Wed, Oct 1, 2014 at 1:19 PM, bobS rjsha...@gmail.com javascript: wrote: AttributeError: 'Commands' object has no attribute 'setComplexCommand' c.setComplexCommand exists in leoCommands.py. I have no idea why you are getting this message

Missing make-sphinx button in Leo 4.11

2014-10-01 Thread bobS
When going through the summary section of the tutorial on rst3, I noticed that there was supposed to be a make-sphinx button in LeoDocs.leo but could find none. In looking for discussion of that button in this group, I noticed some complaints, but don't know if it has been deprecated. Whether

Re: rst3 newbies, please try the rst3 tutorial

2014-10-01 Thread bobS
On Tuesday, October 29, 2013 10:04:19 AM UTC-5, Edward K. Ream wrote: The tutorial is at http://leoeditor.com/tutorial-rst3.html It would be very helpful if those with little or no experience with Leo's rst3 command try to follow the tutorial and report any problems, roadblocks or

Re: Enable Abbreviations

2014-09-22 Thread bobS
, or should I have run a command to cause the new abbreviation(s) to be recognized? Thanks again. BobS On Friday, September 19, 2014 7:08:50 PM UTC-5, Terry wrote: On Fri, 19 Sep 2014 14:34:38 -0700 (PDT) bobS rjsha...@gmail.com javascript: wrote: My expectation, after reading doc

Re: Enable Abbreviations

2014-09-22 Thread bobS
Thanks, again. Multi-line abbreviation scripts, here I come. Bob S. On Friday, September 19, 2014 4:34:39 PM UTC-5, bobS wrote: My expectation, after reading doc, and settings information in leoSettings.leo,etc, is that after making sure that i have @settings @boot enable-abbreviations

Re: Enable Abbreviations

2014-09-22 Thread bobS
node my list as child of @auto above. Am I missing something from the doc for @auto? Regards, On Monday, September 22, 2014 10:59:15 AM UTC-5, bobS wrote: Thanks, again. Multi-line abbreviation scripts, here I come. Bob S. On Friday, September 19, 2014 4:34:39 PM UTC-5, bobS wrote: My

Re: Enable Abbreviations

2014-09-22 Thread bobS
Correction: IN the test, the text is my list NOT my list (missing ''). On Friday, September 19, 2014 4:34:39 PM UTC-5, bobS wrote: My expectation, after reading doc, and settings information in leoSettings.leo,etc, is that after making sure that i have @settings @boot enable

Enable Abbreviations

2014-09-19 Thread bobS
My expectation, after reading doc, and settings information in leoSettings.leo,etc, is that after making sure that i have @settings @boot enable-abbreviations = True @data abbreviations stuff;;=stuffing was that typing stuff;; would result in stuffing appearing where stuff;; had