halloleo

Results 57 comments of halloleo

Just as a follow up: The Exception I have to catch is not `XonshError` but `subprocess.CalledProcessError`. Therefore the example needs read: ``` from subprocess import CalledProcessError $RAISE_SUBPROC_ERROR = True $XONSH_SHOW_TRACEBACK...

@scopatz If I catch the exception I excpect that the "_command not found_" message is not printed to the console. If I don't catch the exception, I obviously want to...

Interesting. Will experiment with it... One follow up question though: *Why* does ${expr} not detype in subprocess mode while $VAR does so? This seems to me a bit confusing -...

I still experience this as well: I use version 2.1 on CentOS 6.

Thanks for this info. Do I understand it correctly that this is a general file-related bug in Tau Prolog and not in LogTalk?

> this happens to me, too. i use zsh. i'd thus guess that it's shell-agnostic. Definitely shell-agnostic. I am using mainly xonsh (and tested this only for reference under bash)...

Sure. But I guess the version with that fix is not on melpa yet, right? What is the best way to test this?

Cool. Just tried it -- and it seems to work! Fantastico! Thanks a lot!

Get your point, @Sbozzolo . I still think at least all cursor movement commands _which stay in the current line_ should be mapped: It is very confusing to move the...

And: key | cmd -|- M-right | `vterm-send-C-e` M-left | `vterm-send-C-a` A-right | `vterm-send-C-e` (Mac) A-left | `vterm-send-C-a` (Mac) C-home | `vterm--self-insert` C-end | `vterm--self-insert`