Re: SB: What I'll be studying

2020-11-12 Thread Kent Tenney
Another interesting project is Brython, Python in the browser https://brython.info/ good documentation and demo very heavy development, easy to install and run locally - git clone https://github.com/brython-dev/brython.git - cd brython/www - python3 -m http.server - browse to localhost:8000

Re: I am about to start a sabbatical

2020-10-19 Thread Kent Tenney
Enjoy your explorations, there certainly is a lot to discover! On Fri, Oct 16, 2020 at 9:49 AM Edward K. Ream wrote: > This post will be pre-writing for a locked, pinned post. > > Don't panic: during my sabbatical I'll continue to answer questions and > fix serious bugs. > > Now seems like an

Re: Reproducible computational science

2020-04-15 Thread Kent Tenney
I'm not interested in reproducibility, but I think the notion of a Leo 'schema' is a great pattern: Domain Specific Leo, a configuration of Leo dedicated to a problem domain where the menus, buttons, scripts, commands etc have been optimized for, in this case, reproducibility research. Other

Re: Two birthday stories on my 70th birthday

2019-08-15 Thread Kent Tenney
Happy birthday Edward! Leo has been a big deal to me. I found Leo pre-python and have been hooked ever since. Then I discovered you live across the street from my high school sweetheart ... This list is the only one I read every msg, this one here is 5 of 15,221 ... You've reached so many from

Re: Leo and fossil merged with Rust

2019-07-30 Thread Kent Tenney
Indeed. I haven't used Leo in a while, been playing with docker containers which configure and serve Jupyter lab on non-gui machines. This time machine kind of capability is the kind of thing to lure me back to Leo. Terry, I remember you mentioning that you're using Docker, do you have Leo

Re: Book review: Mind in motion

2019-06-21 Thread Kent Tenney
Great recommendation, just ordered it. The sample pages hooked me, I think her emphasis applies to questions I have about why I think and act as I do. Thanks, Kent On Fri, Jun 21, 2019 at 8:06 AM Edward K. Ream wrote: > Mind in Motion: How Action Shapes Thought > By Barbara Tversky, Basic

Re: Kent and Ville: you're always part of the team

2019-06-20 Thread Kent Tenney
Absolutely! Proud to be from Ashland WI, Bayfield county, Barksdale township. On Thu, Jun 20, 2019 at 8:46 AM Edward K. Ream wrote: > Ok to tell people where you are from? > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To

Re: discuss: Use markdown for Leo's documentation #1147

2019-05-14 Thread Kent Tenney
I don't use a lot of rst capability, but really depend on .. contents:: to generate links to sections in a document anyone found a way to do that in Markdown? Thanks, Kent On Tue, May 14, 2019 at 3:12 PM Matt Wilkie wrote: > Hi Terry! thanks for chiming in > > The problem is that markdown's

Re: Joe, is there any way to embed LeoVue's page in Leo's home page?

2019-04-23 Thread Kent Tenney
A quantum leap for the Leo brand! Fabulous! On Sat, Apr 20, 2019 at 9:58 AM Joe Orr wrote: > How's this look for a start: > > https://kaleguy.github.io/leosite-pilot/ > > repo at: > https://github.com/kaleguy/leosite-pilot > > Joe > > > On Tuesday, April 16, 2019 at 6:10:27 AM UTC-4, Edward K.

Re: Ahas: the way forward

2019-04-09 Thread Kent Tenney
=snip= > ignore Kent =snip= I get that a lot. :-] I usually am at a text console, which benefits greatly from tmux and it's Python wrapper tmuxp. tmuxp uses a yaml or json file which describes a tmux session: windows, panes, commands to run etc. $ tmuxp load dbdev.yml dbdev.yml defines a work

Re: Time for vacation and a break

2019-01-25 Thread Kent Tenney
Safe travels! On Thu, Jan 24, 2019 at 7:23 PM Matt Wilkie wrote: > > Rebecca and I will be leaving tomorrow for vacation. Expect us back >> sometime in February. >> > > Have a wonderful vacation! > > Matt > > -- > You received this message because you are subscribed to the Google Groups >

Re: How important is LeoWapp to you?

2018-12-04 Thread Kent Tenney
Is the intention to offer all capability of QT Leo? - more important for greybeards than newbies Off hand, my interest would be in running LeoWapp on text only server machines, accessing from my desktop machine. Security could be managed because both would be on the same subnet, or routed

Re: Not Leo in Flexx

2018-11-07 Thread Kent Tenney
Boy, does that sound interesting. Had to check, yup, you own VDCG. "a node has a different set of children in each graph." That's the crux of what interests me, which I see as spatial versus temporal versioning. "here is the content of this node, next to it is this other thing, above it is yet

Re: Dreaming big dreams

2018-10-10 Thread Kent Tenney
I expect Emacs is of comparable complexity,how does it offer such good documentation? On Wed, Oct 10, 2018 at 1:22 PM wrote: > I came to Leo because I wanted a programmable text editor that I can > program in Python. I am an Emacs user who did not want to learn Emacs Lisp. > > My dream is that

Re: Dreaming big dreams

2018-10-09 Thread Kent Tenney
I also think it would be great if Leo could use neovim for the editing experience. This project https://github.com/neovim/python-client says: You can embed neovim into your python application instead of binding to a running neovim instance. >>> from neovim import attach >>> nvim =

Re: Persistent ID for @auto nodes

2018-09-21 Thread Kent Tenney
OK, that's embarrassing. :-[ Thanks, Kent On Fri, Sep 21, 2018 at 1:24 AM Edward K. Ream wrote: > > > On Mon, Sep 17, 2018 at 10:58 AM Kent Tenney wrote: > >> Howdy, >> >> p.gnx doesn't work, a new one is generated each time the >> Leo file is loaded. &g

Persistent ID for @auto nodes

2018-09-17 Thread Kent Tenney
Howdy, p.gnx doesn't work, a new one is generated each time the Leo file is loaded. It looks like a way around this would be switching to at_clean, but I'd like to stick to at_auto if possible. One approach would be to check for p.anyAtFileNodeName, and if it's not none, parse parents until the

Featured on today's 4 Short Links

2018-08-17 Thread Kent Tenney
The '4 Short Links' O'Reilly feature tends to be interesting https://www.oreilly.com/ideas/four-short-links-17-august-2018 might well generate some traffic ... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: Large project collaboration

2018-07-11 Thread Kent Tenney
On Wed, Jul 11, 2018 at 9:38 AM, vitalije wrote: > >> I have lost patience with this discussion. If you want to convince me, >> change leoNodes.py in a git branch and create show how the qt redraw code >> can be improved. >> >> The ball is in your your court. I'm done reading dissertations. >>

Re: Large project collaboration

2018-07-11 Thread Kent Tenney
Increased speed offers the potential for working at larger scale, waiting 10s for anything means it's broken, millisecond execution means more potential use cases. The difference in speed says to me that the execution path is orders of magnitude simpler in the new code = better chance of

Re: updates about new data model

2018-07-06 Thread Kent Tenney
python -> rust? So you want those milliseconds to become microseconds? :-] On Fri, Jul 6, 2018 at 9:36 AM, vitalije wrote: > > > > Hypothesis looks interesting, but I have not gotten it to work. On Windows >> 10, pytest test_ltm.py gives: >> >> [a64] c:\Test\new_leo_model>pytest test_ltm.py

Re: updates about new data model

2018-07-04 Thread Kent Tenney
create the potential for better managing of data of all kinds, not just the text editors manage. Again, exciting! Thanks, Kent On Wed, Jul 4, 2018 at 8:19 AM, vitalije wrote: > On Wednesday, July 4, 2018 at 2:39:45 PM UTC+2, Kent Tenney wrote: >> >> Yes, I find the blog posts

Re: updates about new data model

2018-07-04 Thread Kent Tenney
Yes, I find the blog posts to be excellent documentation, very well written and structured. On Tue, Jul 3, 2018 at 5:16 PM, vitalije wrote: > > > On Tuesday, July 3, 2018 at 6:11:47 PM UTC+2, Kent Tenney wrote: >> >> Wow, that is exciting, a couple reactions. >> >

Re: updates about new data model

2018-07-03 Thread Kent Tenney
Wow, that is exciting, a couple reactions. I looked at the code, don't understand it, but it's so clean I feel like I could if I had to. The difference between multiple seconds and milliseconds is qualitative, not just quantitative. I love Terry's active-path concept, where a node becomes a file

Re: suggestion: disambiguate print-xxxx command names

2018-06-24 Thread Kent Tenney
You've got a good memory Edward! I think there are also some print-xxx commands which involve the printer, so the power of tab completion is compromised, On Sun, Jun 24, 2018 at 12:36 PM, Rob wrote: > I think most non-programmers would assume that `print.xxx` implies sending > something to a

Column tracking

2018-05-10 Thread Kent Tenney
cursor location info like line: 3 col: 21 fcol: - what is the difference between col: and fcol: - I don't see either one tracking cursor position Is it just me? Thanks, Kent Git repo info: branch = devel, commit = 741087253066 Python 3.6.4, PyQt version 5.10.1 linux -- You received this

Toggle-split-direction

2018-05-10 Thread Kent Tenney
I was surprised to find Toggle-split-direction under Window -> Expand/Contract Panes instead of Window -> Change Window Layout by choice or bug? Thanks, Kent -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: Gitlab

2018-03-12 Thread Kent Tenney
com> wrote: > > > On Tue, Mar 6, 2018 at 4:25 PM, Kent Tenney <kten...@gmail.com> wrote: > >> I see references to gitlab, never knew it's story. >> >> Here is an interview with it's creator, it's quite compelling stuff >> https://twit.tv/shows/floss-weekly/ep

Gitlab

2018-03-06 Thread Kent Tenney
I see references to gitlab, never knew it's story. Here is an interview with it's creator, it's quite compelling stuff https://twit.tv/shows/floss-weekly/episodes/473 As advertised, it's dead simple to install locally and play with. Thanks, Kent -- You received this message because you are

Arguments passed to commands?

2018-03-02 Thread Kent Tenney
More than once I've wished I could put arguments after the command name, within the command they would be available as something like *args Currently I've got buttons which invoke g.app.gui.runAskOkCancelStringDialog to allow input, but it's somewhat cumbersome. Is there a better way? Thanks,

Re: live update of abbreviations

2018-02-28 Thread Kent Tenney
Sweet! I was looking at the refresh-* commands, reload-* does the trick. Thanks, Kent On Wed, Feb 28, 2018 at 10:16 AM, Edward K. Ream <edream...@gmail.com> wrote: > On Wed, Feb 28, 2018 at 10:00 AM, Kent Tenney <kten...@gmail.com> wrote: > > I seem to recall a time w

live update of abbreviations

2018-02-28 Thread Kent Tenney
This may not be feasible, I don't know the implementation. I've rediscovered the power of abbreviations, and working on some fairly involved ones, I check my work often. I seem to recall a time when doing a followed by would apply @settings changes, but now it seems the file must be closed and

Re: pytest integration for Leo

2018-02-28 Thread Kent Tenney
:-] Important distinction. On Wed, Feb 28, 2018 at 8:18 AM, Terry Brown wrote: > On Wed, 28 Feb 2018 08:06:48 -0600 > "Edward K. Ream" wrote: > > > On Tue, Feb 27, 2018 at 3:45 PM, Terry Brown > > wrote: > > > > > For anyone

Re: Merging 5.8-dev into master is next

2018-02-28 Thread Kent Tenney
Although the Leo way is working, it might be advantageous to adopt what has become standard, making potential contributers more comfortable: working on a develop branch instead of master. Along these lines, issuing pull requests instead of pushing is a good way for changes to be vetted. I was

print-settings question

2018-02-27 Thread Kent Tenney
In the midst of the settings, I see a bunch of text from Leo files: ... searchbody = True searchheadline = True sectionnamecolor = red selectalltextwheneditingheadlines = False selectedtabbg = @LightSteelBlue1 settingsfindermenu =

@rclick in myLeoSettings.leo not generating commands in work files

2018-02-23 Thread Kent Tenney
@rclick buttons defined in myLeoSettings.leo work fine in work files, and <@rclick command name> works fine in the myLeoSettings.leo file, but in the work files, <@rclick command name> is unknown. Before submitting a bug/enhancement request, can anyone else comment on whether they also see

Re: Neovim as an easier way to add in a different editor

2018-02-22 Thread Kent Tenney
+1 This would be fantastic On Thu, Feb 22, 2018 at 12:50 PM, 'tfer' via leo-editor < leo-editor@googlegroups.com> wrote: > Neovim 0.2+ adds a Qt based editor in order to hit its promise of "works > on Windows". It should be possible to leverage this into an alternative > editor pane, all that

Re: How did I came across Leo?

2018-02-22 Thread Kent Tenney
I think I discovered Leo as a result of a fleeting interest in literate programming. Don't recall the date, but it was before Leo was ported from C++ to Python. When I learned that Edward lived across town, kitty-corner from a high school sweetheart, I was SOLD! :-] On Thu, Feb 22, 2018 at 8:39

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

2018-02-19 Thread Kent Tenney
Ubuntu main is too old, use the node repo This is what I have: curl -sL https://deb.nodesource.com/setup_6.x | bash - which is a shortcut to add the node repo after that apt-get install nodejs installs current version On Mon, Feb 19, 2018 at 11:47 AM, Edward K. Ream wrote:

Re: Turn off icons for @ ?

2018-02-06 Thread Kent Tenney
bigger fish to fry ??? On Tue, Feb 6, 2018 at 12:31 PM, Terry Brown <terrynbr...@gmail.com> wrote: > On Tue, 6 Feb 2018 12:26:00 -0600 > Kent Tenney <kten...@gmail.com> wrote: > > > Is there a setting for headlines to be all text, no icon? > > > > I ask beca

Turn off icons for @ ?

2018-02-06 Thread Kent Tenney
Is there a setting for headlines to be all text, no icon? I ask because the timestamp plugin changes the UA each access of the node. Since the encoded description of the icon is in the UA, and Git sees the UA as one line, the Git diff for a Leo file where a @ node has been accessed includes the

Re: Hook questions

2018-02-06 Thread Kent Tenney
Great, looks like 'end1' is called once per exiting a Leo session ... Thanks, Kent On Tue, Feb 6, 2018 at 10:02 AM, Edward K. Ream <edream...@gmail.com> wrote: > > > On Tue, Feb 6, 2018 at 9:48 AM, Kent Tenney <kten...@gmail.com> wrote: > >> I have old documentati

Hook questions

2018-02-06 Thread Kent Tenney
I have old documentation containing a chart of event hooks, have not located such a thing in LeoDocs.leo. Is there a current one somewhere? Is there a hook for exiting a Leo session? The doc I have lists 'close-frame' but that fires each time a file closes in a multi-tab session. Thanks, Kent

Remove 'Chapters' icon from toolbar?

2018-01-22 Thread Kent Tenney
I don't use chapters, is there config to free up the real estate the icons consume? Thanks, Kent -- You received 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

Re: buttons defined in myLeoSettings.leo

2018-01-21 Thread Kent Tenney
environment. In any case, I created an issue, with the minimal files I describe in the report: good luck! Thanks, Kent On Sat, Jan 20, 2018 at 8:14 AM, Edward K. Ream <edream...@gmail.com> wrote: > > > On Sat, Jan 13, 2018 at 9:08 AM, Kent Tenney <kten...@gmail.com> wro

buttons defined in myLeoSettings.leo

2018-01-13 Thread Kent Tenney
I moved some buttons from the .leo file under development to the myLeoSettings.leo in the same dir. For a time, the buttons appeared in the work file, then they disappeared, only visible if in the settings file. I'm seeing different behaviour if I start Leo with my usual --session-save

Re: Leo Vue

2018-01-04 Thread Kent Tenney
I also see Cannot GET / at localhost:8080 and the following in the terminal where I entered $ npm run dev ERROR Failed to compile with 1 errors 1:08:24 PM error in ./src/main.js Module build failed: Error: Couldn't find preset "es2015" relative to directory "/opt/fetching/leovue" at

Re: tip wanted: faster git clone

2017-12-08 Thread Kent Tenney
Below demonstrates the difference between clone and clone --depth=1 When git trunk is recommended as a good way for users to install and run, I think --depth=1 would be good to mention, pretty dramatic difference. ktenney@delly:/tmp$ time git clone --depth=1

Re: How big is Leo on disk?

2017-12-07 Thread Kent Tenney
Hey kids, I was thrilled when I got a machine with 2! 5" floppies, boot disk AND data disk! get off my lawn On Thu, Dec 7, 2017 at 3:36 PM, Terry Brown wrote: > On Thu, 7 Dec 2017 13:00:14 -0800 > Matt Wilkie wrote: > > > *(Who remembers buying his

Re: anyAtFileNodeName question

2017-12-06 Thread Kent Tenney
Thank you! On Wed, Dec 6, 2017 at 12:12 PM, vitalije wrote: > You can use: > c.getNodeFileName(p) > > > to get the full path. > Vitalije > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group

anyAtFileNodeName question

2017-12-06 Thread Kent Tenney
if current node is @auto /a/b/c.txt anyAtFileNodeName() returns /a/b/c.txt if current node is @path a @path b @auto c.txt the return is c.txt Does Leo have a command for getting the fully qualified name, or do I need to ascend the tree? Thanks, Kent -- You received this message

Re: Merging leo_edit_pane into master?

2017-10-30 Thread Kent Tenney
Really liking edit-pane-test-open, what a great set of features: track, goto, update ... I'm not missing persistence at all, so, ... nevermind ... :-] Thanks, Kent On Sun, Oct 29, 2017 at 3:03 PM, Terry Brown wrote: > On Sun, 29 Oct 2017 05:07:27 -0500 > "Edward K.

Re: Merging leo_edit_pane into master?

2017-10-24 Thread Kent Tenney
either my memory persists or Leo persists. Smart money is on Leo. I might not even want persistence: clean slate each session, looking forward to playing with multiples On Tue, Oct 24, 2017 at 11:33 AM, Terry Brown <terrynbr...@gmail.com> wrote: > On Tue, 24 Oct 2017 11:16:21 -05

Re: Merging leo_edit_pane into master?

2017-10-24 Thread Kent Tenney
Is this the code which offers persistent multiple edit panes? On Tue, Oct 24, 2017 at 10:33 AM, Edward K. Ream wrote: > On Mon, Oct 23, 2017 at 4:29 PM, Edward K. Ream > wrote: > > ​> ​ > ​I'll run my typical tests in the branch and let you know soon.

Re: The plan for the near future

2017-10-23 Thread Kent Tenney
Python 3.7 may offer some assistance here https://www.python.org/dev/peps/pep-0553/ On Mon, Oct 23, 2017 at 9:16 AM, Edward K. Ream <edream...@gmail.com> wrote: > On Mon, Oct 23, 2017 at 8:58 AM, Kent Tenney <kten...@gmail.com> wrote: > > The feature I'd like to see

Re: The plan for the near future

2017-10-23 Thread Kent Tenney
I'm developing a workflow with Leo at the helm, it's working well, managing my issues with multiple machines and locations. Based on lsyncd for synchronization, and tmuxp for program launching. The feature I'd like to see in some shape or form is breakpoints/stepping/inspection, something not in

Re: Improved 'extract' command

2017-10-19 Thread Kent Tenney
one for each @file @auto @clean ... one for @path one for @button one for @menu one for ... ... one which says "so many features even Edward can't keep up" On Thu, Oct 19, 2017 at 11:09 AM, Edward K. Ream wrote: > > > On Thu, Oct 19, 2017 at 10:47 AM, vitalije

Re: NEW: cloud storage plugin for Leo

2017-10-04 Thread Kent Tenney
:10 -0500 > Kent Tenney <kten...@gmail.com> wrote: > > > For the 2nd one I'm using the Gvim scp capability: > > # gvim scp://user@server//path/to/files/ > > > > I've been looking at kludges which would mimic vim's scp:// > > capability while working from Leo,

Re: On vacation until October 22

2017-09-28 Thread Kent Tenney
Safe travels, have fun. On Thu, Sep 28, 2017 at 10:13 AM, Edward K. Ream wrote: > Rebecca and I will be traveling to the national parks in the southwest. > We leave tomorrow and will return no later than October 22. > > I'll have a laptop with me, but Leo is in very capable

@path exception

2017-09-28 Thread Kent Tenney
Leo Log Window Leo 5.6, build 20170927102346, Wed, Sep 27, 2017 10:23:46 AM Git repo info: branch = master, commit = fb9f38601881 Python 3.5.2, PyQt version 5.9.1 linux isPython3: True caching enabled - create node @path /to/the/dir dclick the icon files and dirs appear rclick node @path

Re: NEW: cloud storage plugin for Leo

2017-09-28 Thread Kent Tenney
I've been looking at a couple syncing issues: - between work and home (I currently schlep a laptop back and forth) - between my comfortable, tweaked, gui workstation using heavily customized Leo, and files of interest on bare bone servers. leo_cloud looks like it will address the first one very

OT but interesting project

2017-09-12 Thread Kent Tenney
Browser-based web development platform built entirely in PostgreSQL https://twit.tv/shows/floss-weekly/episodes/449 An interview with the author of Aquameta: http://aquameta.com It's not typical DB stuff, lots of innovative thinking. Thanks, Kent -- You received this message because you are

Re: .db files: how useful are they?

2017-08-17 Thread Kent Tenney
How does one use the new db backend? is it config, command line option, default ... ? I haven't pulled for a while, there were some warnings Is current master considered safe? Thanks, Kent On Thu, Aug 17, 2017 at 9:54 AM, Edward K. Ream wrote: > Representing .leo files as

Re: Vote: display trailing whitespace by default?

2017-07-10 Thread Kent Tenney
same (I voted yes on the poll) On Mon, Jul 10, 2017 at 10:32 AM, vitalije wrote: > +1 for displaying by default > > > On Monday, July 10, 2017 at 4:45:39 PM UTC+2, Terry Brown wrote: >> >> Hi - I've added a syntax highlighting rule to Leo to display trailing >> whitespace,

Re: How good Leo handles settings?

2017-06-29 Thread Kent Tenney
>setting: long - primary key for settings table >name: text - setting name >body: text - text data for setting for docs. and @data settings >type: long - link to types table (@bool, @int, @data, etc.) >parent: long - link to settings table for hierarchy >outline: long - link to outline table Hows

Simplest thing

2017-06-21 Thread Kent Tenney
>Discovering the simplest thing that could possibly work is *not* >necessarily straightforward, and I don't believe I ever implied it was. And I evidently implied it is, the opposite of what I meant to say. I read 'the simplest thing that could possibly work' as the best possible solution to the

Re: ENB: Severe problems switching between git branches

2017-06-20 Thread Kent Tenney
, Edward K. Ream <edream...@gmail.com> wrote: > On Tuesday, June 20, 2017 at 9:20:42 AM UTC-5, Kent Tenney wrote: >> >> "the simplest thing that could possibly work" >> > > >> always makes me cringe, since it implies a grasp of All Possibilit

Re: Rev 42135f: toggle-at-auto-at-edit command

2017-06-20 Thread Kent Tenney
Cool, having fun switching from " command" to shortcuts. Thanks, Kent On Mon, Jun 19, 2017 at 2:07 PM, Terry Brown <terrynbr...@gmail.com> wrote: > On Mon, 19 Jun 2017 13:31:47 -0500 > Kent Tenney <kten...@gmail.com> wrote: > > > > Well that's getting a

Re: ENB: Severe problems switching between git branches

2017-06-20 Thread Kent Tenney
"the simplest thing that could possibly work" always makes me cringe, since it implies a grasp of All Possibilities, I settle for a bit of complexity collapse. :-] Considering a re-write of core code sounds exciting, in addition to desired improvements, opportunity to make core more accessible to

Re: Rev 42135f: toggle-at-auto-at-edit command

2017-06-19 Thread Kent Tenney
> Well that's getting a key binding. Must admit ... how to add a key binding? Tried @settings @keys toggle-at-auto-at-edit = F5 but that didn't do it. Thanks, Kent On Sun, Jun 18, 2017 at 10:33 AM, Terry Brown wrote: > On Sun, 18 Jun 2017 02:15:27 -0700 (PDT)

Re: Closed, won't do: #483: remember toggle-split-direction

2017-06-19 Thread Kent Tenney
Currently I create a bookmark node, toggle split direction, adjust to taste, then rclick border and choose 'save layout' Provides the persistence I want. On Sun, Jun 18, 2017 at 8:45 PM, Edward K. Ream wrote: > We discussed #483

Re: Rev 42135f: toggle-at-auto-at-edit command

2017-06-19 Thread Kent Tenney
One of these days I'll finish baking some half-baked ones. :-] I've been scrambling in preparation for our daughters wedding next weekend, but this new Leo stuff really needs looking into! On Sun, Jun 18, 2017 at 5:01 PM, Edward K. Ream wrote: > On Sun, Jun 18, 2017 at

Re: OT: Time for a Linux laptop

2017-05-08 Thread Kent Tenney
Interesting, the other distro was reinventing install, poorly. On Mon, May 8, 2017 at 5:45 AM, Edward K. Ream wrote: > On Wednesday, April 19, 2017 at 10:20:11 AM UTC-5, Edward K. Ream wrote: > > My Lenovo T460s now runs both Windows 10 and Ubuntu. I bought Windows 10 > on

Re: unicode errors with LeoBridge

2017-04-25 Thread Kent Tenney
fixed. I was on leo_edit_pane branch, so hadn't seen the fix checked out master pull confirm fix checkout leo_edit_pane merge master leoBridge unicode error is fixed in leo_edit_pane Obvious to most, but a pleasant surprise to me. Always somewhat jarring when something works. On Tue, Apr 25,

Re: HTML 5 Leo Viewer

2017-04-25 Thread Kent Tenney
I've done some work with Brython, really cool code, heavily developed, good community. As I understand, Brython is further distanced from JS than Transcript, more thoroughly Pythonic. Better for me, maybe not as good for someone knowing JS. On Tue, Apr 25, 2017 at 6:47 AM, Edward K. Ream

Re: Notes from the Ashland get together

2017-04-25 Thread Kent Tenney
Edward seemed to imply he's not a huge fan of javascript ... On Tue, Apr 25, 2017 at 6:34 AM, Edward K. Ream wrote: > On Mon, Apr 24, 2017 at 7:37 PM, Joe Orr wrote: > > On Monday, April 24, 2017 at 5:12:30 PM UTC-4, Terry Brown wrote: >> > ​...​ > > >>

Re: ENB: Curses prototype: phase 2 design and process

2017-04-21 Thread Kent Tenney
or https://www.jetbrains.com/pycharm/ On Fri, Apr 21, 2017 at 7:11 AM, Kent Tenney <kten...@gmail.com> wrote: > It might be worth biting the bullet, buying a commercial IDE like > https://wingware.com/ > > > On Fri, Apr 21, 2017 at 6:51 AM, john lunzer <lun...@gmail.c

Re: ENB: Curses prototype: phase 2 design and process

2017-04-21 Thread Kent Tenney
It might be worth biting the bullet, buying a commercial IDE like https://wingware.com/ On Fri, Apr 21, 2017 at 6:51 AM, john lunzer wrote: > Ahh, I'm sorry to have suggested urwid. I totally forgot about the Linux > only limitation. > > > On Friday, April 21, 2017 at 7:24:11

Re: ENB: Curses prototype: phase 2 design and process

2017-04-20 Thread Kent Tenney
possibly logging would help? https://pypi.python.org/pypi/devpy provides logging with one line of code, maybe the useful message gets logged before the terminal is lost ... On Thu, Apr 20, 2017 at 10:38 AM, Edward K. Ream wrote: > On Thu, Apr 20, 2017 at 8:12 AM, john

unicode errors with LeoBridge

2017-04-19 Thread Kent Tenney
commit 96ac59bcb521b52df5fe66a2438808db8f2de29d # get a controller In [11]: lc = leoBridge.controller() # open a file In [11]: leof = lc.openLeoFile('pged.leo') --- TypeError Traceback (most

Re: ENB: 20 years of lint removed from leoAtFile.py

2017-04-11 Thread Kent Tenney
Looking forward to it! On Mon, Apr 10, 2017 at 4:04 PM, Edward K. Ream wrote: > > On Mon, Apr 10, 2017 at 12:38 PM, Edward K. Ream > wrote: > > *tl;dr:* Many switches in methods of the AtFile class were confusing or >> unnecessary. The new code is now

Re: Unified views? Unify the outline and body panes?

2017-03-23 Thread Kent Tenney
That is really cool! On Thu, Mar 23, 2017 at 11:49 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > On Thu, 23 Mar 2017 11:45:25 -0500 > Kent Tenney <kten...@gmail.com> wrote: > > > I'm looking at a copy of leo_edit_pane branch: what is requi

Re: Unified views? Unify the outline and body panes?

2017-03-23 Thread Kent Tenney
I'm looking at a copy of leo_edit_pane branch: what is required to see the new code in action? Thanks, Kent On Thu, Mar 23, 2017 at 11:26 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > On Thu, 23 Mar 2017 11:07:25 -0500 > "Edward K. Ream" wrote: >

Re: Unified views? Unify the outline and body panes?

2017-03-22 Thread Kent Tenney
Sounds like add-editor done right ... ? If extra editors persisted between sessions, I'd make heavy use of them: function in one, corresponding test in another ... Which you've probably already implemented ... On Wed, Mar 22, 2017 at 10:05 AM, 'Terry Brown' via leo-editor <

Re: Unified views? Unify the outline and body panes?

2017-03-22 Thread Kent Tenney
Most of the recent threads zoom over my head, but here is an entry point for opinion. Leo is great at managing complexity, some would consider it's strength a weakness. Per a piece I read, the author didn't use an IDE because it made it too easy to write complex code. A rule of thumb says it's x

Re: Kent, Terry, and others: Ashland get together in April?

2017-03-21 Thread Kent Tenney
I think Sun the 23rd would work for me. Thanks, Kent On Tue, Mar 21, 2017 at 4:35 PM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > On Tue, 21 Mar 2017 08:19:38 -0700 (PDT) > "Edward K. Ream" wrote: > > > Rebecca leaves April 3 for three weeks in

Re: Well Kent, your vision for Leo is becoming clearer

2017-03-06 Thread Kent Tenney
r capability, but for local work it's quite capable. > And a proper abstraction layer should make it possible to switch out the > backend. > > Cheers -Terry > > > ------ > *From:* Kent Tenney <kten...@gmail.com> > *To:* leo-editor <leo-editor@goog

Re: Well Kent, your vision for Leo is becoming clearer

2017-03-06 Thread Kent Tenney
, DB wise, unless you need connect > to a *remote* server capability, but for local work it's quite capable. > And a proper abstraction layer should make it possible to switch out the > backend. > > Cheers -Terry > > > ------ > *From:* Kent Tenney &l

Re: Well Kent, your vision for Leo is becoming clearer

2017-03-06 Thread Kent Tenney
I'm not sure if my periodic outbursts qualify as 'vision' but in terms of where my characterization of Leo might differ from the norm, it would be my seeing Leo as a hierarchal data store rather than an editor, the D3 reference would imply generating data relationships viewed in the browser, I'd

Re: Leo 5.5 will challenge org mode

2017-02-17 Thread Kent Tenney
S**t is getting serious On Fri, Feb 17, 2017 at 3:57 PM, Edward K. Ream wrote: > > > On Fri, Feb 17, 2017 at 2:40 PM, 'Terry Brown' via leo-editor < > leo-editor@googlegroups.com> wrote: > >> Just for amusement, here's Leo with three body editors, vertically, using >> the

Re: Is there a way to avoid conflicts with commit_timestamp.json?

2017-01-31 Thread Kent Tenney
[insert long pause for fresh clone of leo-editor] A trick I use all the time is git clone --depth=1 https://github.com/blah/blah.git If I'm not interested in history, but just want current trunk (master) onward ... saves lots of time and space. Thanks, Kent On Tue, Jan 31, 2017 at 12:29 PM,

Python parsing issue

2017-01-30 Thread Kent Tenney
commit 1c28e916c37153df427e93c8cb97b635f58f5cbd declaration appended to class definition, this looks like a bug. a minimal version of what I'm seeing, file test.py: ### import sys class Foo(): pass def __init__(self): pass if __name__ == '__main__':

Re: Leo and fossil

2017-01-17 Thread Kent Tenney
from a couple years ago, I'm as convinced as ever this is what I want for a dev environment, instant access to versions of node content which are 'next' to each other, not before and after. ## OK, I've written a simple implementation of 'spatial

Re: Traveling to Florida

2016-12-09 Thread Kent Tenney
Safe travels! (weather forecast validates the wisdom of your timing) On Thu, Dec 8, 2016 at 6:01 PM, Zoom.Quiet wrote: > 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

Re: @button make-md-heads

2016-11-24 Thread Kent Tenney
This sounds wonderful, like so many other things which fly by in this list, making me wish for a way for me to access it 6 months from now, when I have a need for it. Buttons and commands strike me as parallel to Python's libraries. Could they be handled in a similiar way, the moral equivalent of

Re: Thanks for Edward K. Ream's hard work

2016-11-23 Thread Kent Tenney
Talk about a win-win! On Mon, Nov 21, 2016 at 8:35 PM, Edward K. Ream wrote: > On Monday, November 21, 2016 at 6:25:10 PM UTC-6, zhaohe wang wrote: > > I run "git pull" when opening shell every day! This is a habit now. >> > > Ha. Glad to hear it :-) > > >> Thanks for

Re: Proposal: remove all of Leo's buffer commands

2016-10-20 Thread Kent Tenney
As a greybeard, I agree. On Thu, Oct 20, 2016 at 6:14 AM, Propadovic Nenad wrote: > As a newbie, I agree. > > 2016-10-20 12:02 GMT+02:00 Edward K. Ream : > >> The following commands work on Leo nodes. Does anyone ever use them? >> >>

Re: My 15 year plan, part 2

2016-09-17 Thread Kent Tenney
Sorry, neovim is a C rewrite, pyvim is the Python vim https://github.com/jonathanslenders/pyvim First impressions count, but I'm no packaging expert either ... On Sat, Sep 17, 2016 at 4:33 AM, Edward K. Ream <edream...@gmail.com> wrote: > > > On Thu, Sep 15, 2016 at 3:45 PM, Ke

Re: My 15 year plan, part 2

2016-09-15 Thread Kent Tenney
I don't see Leo-in-thing, I see Thing-in-Leo. Leo's panes, buttons, scriptiing external file tools, plugins etc. provides the fundamentals which make it uniquely positioned as a cognitive aid. Neovim is a Vim rewrite in Python, if it could be native to a Leo editor pane, the Vim/Leo choice would

Re: Pare Leo down and make it a plugin

2016-09-07 Thread Kent Tenney
+1 Embedding neovim would be brilliant. On Tue, Sep 6, 2016 at 10:35 PM, 'tfer' via leo-editor < leo-editor@googlegroups.com> wrote: > I looked into this further and, at this time, Edward is right, you can't > easily mix Python with the JavaScript-based Visual Code. Paring things > down and

  1   2   3   4   5   6   7   8   9   10   >