Re: Cannot Start Leo When Enchant Speller Is Missing Libraries

2023-01-10 Thread Thomas Passin
Of course, one solution is to uninstall pyenchant. I did that and now Leo can run. On Tuesday, January 10, 2023 at 10:53:40 PM UTC-5 Thomas Passin wrote: > I created a new virtual machine for a Linux distro new to me - Manjaro. > Although pyenchant is installed, and the system's package man

Cannot Start Leo When Enchant Speller Is Missing Libraries

2023-01-10 Thread Thomas Passin
I created a new virtual machine for a Linux distro new to me - Manjaro. Although pyenchant is installed, and the system's package manager claims that the Enchant libraries are installed, they aren't playing together. I installed Leo but it won't start because pyenchant isn't working. I don't

Re: Should leoeditor.com Be Moved To GitHub or Somewhere Else?

2023-01-10 Thread Thomas Passin
Don't worry, leoeditor.com is in the Wayback Machine going back to 2013 - On Tuesday, January 10, 2023 at 5:48:12 PM UTC-5 Edward K. Ream wrote: > On Tue, Jan 10, 2023 at 3:10 PM George Zipperlen > wrote: > >> I don't know how long

Re: Should leoeditor.com Be Moved To GitHub or Somewhere Else?

2023-01-10 Thread Edward K. Ream
On Tue, Jan 10, 2023 at 3:10 PM George Zipperlen wrote: > I don't know how long I would count on whoever in the future owns github > to continue hosting *.github.io when some future beancounter reassesses > their margins. > I don't like to worry about things that *might* happen :-) For sure it's

Re: Command To Convert Selection Or Body To Title Case

2023-01-10 Thread Thomas Passin
Yes, it can be hard to find out how to do things you want in Leo. The good news is that you can do most anything. Remember to undo/redo operations that change a node or the tree - my title-case script shows how to do that for node content. Leo's code base is in the PyLeoRef.leo outline, as I

Re: Abbreviations For Greek Letters

2023-01-10 Thread Edward K. Ream
On Tuesday, January 10, 2023 at 1:47:01 PM UTC-6 tbp1...@gmail.com wrote: I don't think you need that coding line any more. That was a Python2 thing. Python3 uses unicode/utf-8 automatically. I didn't know that! Edward -- You received this message because you are subscribed to the Google

Re: Command To Convert Selection Or Body To Title Case

2023-01-10 Thread Kevin Henderson
This is great timing Thomas, thank you! I've been away from Leo for a while, but making another attempt to get back into it. I've had a _heck_ of time figuring out how to do what showed, in my case I wanted a 'duplicate-line' command. It really is tremendously difficult to figure out what to d

How do you use leo as a merge tool in git?

2023-01-10 Thread Alejandro Garcia (elviejo79)
When I'm storing leo files in git. >From time to time there are conflicts when trying to merge. How do you setup leo editor as the merge tool?? So that when there is a conflict, git automatically opens leo and then when you save the merge, you are able to commit the solution? Thanks in advance.

Re: Should leoeditor.com Be Moved To GitHub or Somewhere Else?

2023-01-10 Thread George Zipperlen
PS. archive.org *is* a long term resource, be sure to archive leoeditor.com after each major release. "Cool URIs don't change" < https://www.w3.org/Provider/Style/URI.html > On Tuesday, December 27, 2022 at 4:51:52 PM UTC-6 tbp1...@gmail.com wrote: > I might be willing, but I'm thinking it w

Re: Should leoeditor.com Be Moved To GitHub or Somewhere Else?

2023-01-10 Thread George Zipperlen
I don't know how long I would count on whoever in the future owns github to continue hosting *.github.io when some future beancounter reassesses their margins. E.g. I'm glad that leoeditor.com wasn't hosted on geocities... sourceforge... google+... Even GitLab is mumbling about "inactive" rep

Re: Abbreviations For Greek Letters

2023-01-10 Thread Thomas Passin
I don't think you need that coding line any more. That was a Python2 thing. Python3 uses unicode/utf-8 automatically. FWIW, I generally (before the abbreviations) copied and pasted non-ascii characters from various web pages, and it's always worked well. On Tuesday, January 10, 2023 at 11:53

Re: Leo's new website is live. Leo 6.7.2 coming soon

2023-01-10 Thread Edward K. Ream
> This post will be pre-writing for a new info item that tells how to update Leo's website. The first draft is here . All questions and comments are welcome. Edward -- You received this message because you are subscribed to the Google Groups

Re: Please use Leo's website and change your bookmarks

2023-01-10 Thread Edward K. Ream
On Tue, Jan 10, 2023 at 10:57 AM jkn wrote: > FYI, the home page for this Google Groups group has some boiler plate at > the top: > > {{{ > Welcome to Leo's Google Group. Leo is an IDE, > data manager, scripting platform and much more. > Please conform to the Jupyter

Re: Please use Leo's website and change your bookmarks

2023-01-10 Thread jkn
FYI, the home page for this Google Groups group has some boiler plate at the top: {{{ Welcome to Leo's Google Group. Leo is an IDE, data manager, scripting platform and much more. Please conform to the Jupyter project's code of conduct

Re: Abbreviations For Greek Letters

2023-01-10 Thread jkn
Hi Edward On Tuesday, January 10, 2023 at 4:36:23 PM UTC Edward K. Ream wrote: On Tuesday, January 10, 2023 at 10:31:02 AM UTC-6 jkn wrote: I *do* use Unicode, of course ... just not extensively within my Leo notes, for instance. :-) I am not planning to use non-ASCII glyphs within my Python

Re: Abbreviations For Greek Letters

2023-01-10 Thread Edward K. Ream
On Tuesday, January 10, 2023 at 10:31:02 AM UTC-6 jkn wrote: I *do* use Unicode, of course ... just not extensively within my Leo notes, > for instance. :-) > I am not planning to use non-ASCII glyphs within my Python *code*, either. > It's easy to allow Unicode within .py files. Just star

Please use Leo's website and change your bookmarks

2023-01-10 Thread Edward K. Ream
Leo's new home page is https://leo-editor.github.io/leo-editor/ I few changes likely remain, but the site should be plenty good enough as it is. SEO : Using the new website will encourage Google's crawlers to index the new site. Please change your

Re: Abbreviations For Greek Letters

2023-01-10 Thread jkn
I *do* use Unicode, of course ... just not extensively within my Leo notes, for instance. I am not planning to use non-ASCII glyphs within my Python *code*, either. On Tuesday, January 10, 2023 at 4:09:51 PM UTC Edward K. Ream wrote: > On Tue, Jan 10, 2023 at 2:33 AM jkn wrote: > > Perhaps no

Re: Abbreviations For Greek Letters

2023-01-10 Thread Edward K. Ream
On Tue, Jan 10, 2023 at 2:33 AM jkn wrote: Perhaps now is the time to bite the bullet and use Unicode... Ya think?!? Edward -- 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

Re: Leo's new website is live. Leo 6.7.2 coming soon

2023-01-10 Thread Edward K. Ream
> GitHub pages now hosts Leo's new website at: https://leo-editor.github.io/leo-editor/ Development is going about as expected: slow but slow :-) This post will be pre-writing for a new info item that tells how to update Leo's website. *Changing links* I have completed the first round of chan

Re: Abbreviations For Greek Letters

2023-01-10 Thread jkn
Heh - I was about to say the opposite ... I have always liked the use of a shorthand for the inverted triangle 'because' in my notes (I did a maths degree), but have never found a good equivalent in the ASCII character set. Perhaps now is the time to bite the bullet and use Unicode... On Monda