Hello Brian, hello Edward,

Am Sonntag, 10. Mai 2020 20:53:26 UTC+2 schrieb btheado:
>
> On Sun, May 10, 2020 at 2:22 PM Viktor Ransmayr <[email protected] 
> <javascript:>> wrote:
>
>> 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]$ 
>>
>>  
> In Linux shell, the '#' character indicates the start of a comment, so to 
> git your command came through as just 'git checkout' and it did nothing. 
> Try putting quotes around the branch name to keep the shell from seeing it 
> as a comment:
>
> $ git checkout '#1563'
> Branch '#1563' set up to track remote branch '#1563' from 'origin'.
> Switched to a new branch '#1563'
>
>
@Brian: Thanks a lot for your explanation & help!

@Edward: I can report (partial) success in my environment. - Here's the log 
from my last test:

Try to activate branch '#1563' - 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' for the first time - 
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, #1563 branch, build 
4ea4179199"

Try out abbreviation #1 - OK.

Sun May 10 20:23:19 2020



Try out abbreviation #2 - OK.

<html>
<head>
<title>title</title>
<style>
</style>
</head>
<body>
<|content|>
</body>
</html>



Tryout abbreviation #3 - Not OK.

ts;;

The  setting in outline 'myLeoSettings.leo' for this abbreviation is as 
follows:

...

# 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")}|}

...

With kind regards,

Viktor

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/b2ce9bf0-ecd7-4aba-8a9f-3c7c4f1420b2%40googlegroups.com.

Reply via email to