(Leo-Repo) [user@fedora-leo-study-vm leo-editor]$ git checkout #1563
Your branch is up to date with 'origin/devel'.
(Leo-Repo) [user@fedora-leo-study-vm leo-editor]$ git branch
* devel
master
(Leo-Repo) [user@fedora-leo-study-vm leo-editor]$
(Leo-Repo) [user@fedora-leo-study-vm leo-editor]$ cd ..
(Leo-Repo) [user@fedora-leo-study-vm Leo-Repo]$ pip install --editable ./leo-editor
Obtaining file:///home/user/PyVE/Repo/Leo-Repo/leo-editor
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Requirement already satisfied: PyQtWebEngine in ./lib/python3.7/site-packages (from leo==6.2.dev173) (5.14.0)
...
Leo Log Window
Leo 6.3-devel, devel branch, build a65c3df00e
2020-05-10 09:48:22 -0500
Python 3.7.7, PyQt version 5.14.2
linux
setting leoID from os.getenv('USER'): 'user'
current dir: /home/user/PyVE/Repo/Leo-Repo
load dir: /home/user/PyVE/Repo/Leo-Repo/leo-editor/leo/core
global config dir: /home/user/PyVE/Repo/Leo-Repo/leo-editor/leo/config
home dir: /home/user
reading settings in /home/user/PyVE/Repo/Leo-Repo/leo-editor/leo/config/leoSettings.leo
reading settings in /home/user/.leo/myLeoSettings.leo
reading settings in /home/user/Documents/SL2020.leo
read outline in 0.20 seconds
Try to use this newly installed instance of 'leo-repo' for the first time - OK. - See "Log-004".
* Note 1: I closed the currently running instance of 'leo-stable' before!
* Note 2: 'leo-repo' is running "Leo 6.3-devel, devel branch, build a65c3df00e"
Try out abbreviation date;; - Not OK.
Try out abbreviation html;; - Not OK.
Try out abbreviations ts;; - Not OK.
Since it is the first time that I'm trying to work on a Git branch, it might well be that the problem is on my side ;-)The first (strange?) thing I've to report is that after I did a 'git pull' - and - tried to do a 'git checkout #1563' the system responded with(Leo-Repo) [user@fedora-leo-study-vm leo-editor]$ git checkout #1563
Your branch is up to date with 'origin/devel'.
(Leo-Repo) [user@fedora-leo-study-vm leo-editor]$ git branch
* devel
master
(Leo-Repo) [user@fedora-leo-study-vm leo-editor]$
$ git checkout '#1563'Branch '#1563' set up to track remote branch '#1563' from 'origin'.Switched to a new branch '#1563'
Sun May 10 20:23:19 2020
<html>
<head>
<title>title</title>
<style>
</style>
</head>
<body>
<|content|>
</body>
</html>
ts;;...
# this abbreviation will only work with @bool scripting-abbreviations = True
# (or @bool scripting-at-script-nodes = True)
date;;={|{x=time.asctime()}|}
ts;;={|{x=time.strftime("%Y%m%d%H%M%S")}|}
...
ts;;On Sun, May 10, 2020 at 2:38 PM Viktor Ransmayr <viktor....@gmail.com> wrote:QQQ@Edward: I can report (partial) success in my environment. - Here's the log from my last test:
Try out abbreviation #1 - OK. [EKR: This is the "date" abbreviation]
Try out abbreviation #2 - OK. [EKR: This is the "html" abbreviation]
Try out abbreviation #3 - Not OK.ts;;QQQThis works for me. It looks like your definition of this is the same the one in my myLeoSettings.leo file.Imo, there should be no problems in abbreviations that use only "ascii" characters, that is, characters ch for which 20 <= ord(ch) <= 127. That is true in the abbreviations you tested.Are you switching between English and German keyboards, as I am doing when I look at this issue? All sorts of strange things happen when I forget to switch back to the English keyboard.
Rev 4ea4179 merges the #1653 branch into devel. It's time for further testing.
Activate development branch - OK. - See "Log-001".
Try to install Leo from development branch - OK. - See "Log-002".
Try to use this newly installed instance of 'leo-repo' - OK. - See "Log-003".
* Note 1: I closed the currently running instance of 'leo-stable' before!
* Note 2: 'leo-repo' is running "Leo 6.3-devel, devel branch, build 4ea4179199"
Try out abbreviation 'date' - Mon May 11 19:47:01 2020 - OK.
Try out abbreviation 'ts' - ts;; - Still not OK.