Anthony Scopatz

Results 369 comments of Anthony Scopatz

Thanks for the suggested feature @ahundt. A pull request here would be great once that feature in PTK is released (is it already?).

Thanks for asking this @halloleo - [The `${expr}` syntax](https://xon.sh/tutorial.html#environment-lookup-with-expr) returns the *typed*, Python variable from the environment. It does not return the de-typed string representation of the variable. So doing...

> 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...

yep, I am also in favor of this :+1:

Hi @anki-code - yeah I can understand how this is found to be a little ugly. It comes out of the [`${expr}`](https://xon.sh/tutorial.html#environment-lookup-with-expr) syntax with a special lookup for the Ellipsis...

Thanks for reporting @jijojv - I thought that had been fixed previously, but apparently not. (I can reproduce). Can you please post the output of your `xonfig` command?

Thanks @melund! I know I banged my head against this at some point :)

So to be clear, `yes` is kind of an extreme edge case because it fills as much of the file buffer as it possibly can, as quickly as possible, which...

Hi @jnoortheen - can you give a little more context here please? Thanks!