Is it possible that the documentation is outdated?
According to
https://docs.racket-lang.org/readline/index.html#%28part._.Normal_.Use_of_.Readline%29:
> You can also put (require readline) in your "~/.racketrc", so that Racket
> automatically loads Readline support in interactive mode.
Is this
Thanks for the suggestions. I had not thought about using "terminal" as a
search term since I was expecting to find something that would implement
keyboard shortcuts regardless of whether you are using the command line
(Terminal in Mac and Linux or CMD in Windows) or not. It doesn't look like
>
> There is probably a solution to this problem. I'm just not seeing it yet.
>
Yeah, syntax parameters are not really relevant here.
A way to make rename-in work is to define-syntax the “token” to a dummy
syntax transformer, and change your macro to recognize the token using
~literal. Here’s an e
On Fri, Mar 12, 2021 at 04:31:07AM -0800, schle...@gmail.com wrote:
> I am not sure about the technical details, but would it be possible to rename
> those identifiers with?: (require (rename-in fluent [→ ~>] [→→ ~~>]))
> I think if you define those arrows as syntax parameters they could be renamed
According to the docs for syntax-parse/#:literals [1], "syntax-parse requires
all literals to have a binding", and "the syntax-patterns are interpreted as if
each occurrence of pattern-id were replaced with the following pattern:
(~literal literal-id #:phase phase-expr)"
So, this error makes se
I am not sure about the technical details, but would it be possible to
rename those identifiers with?: (require (rename-in fluent [→ ~>] [→→
~~>]))
I think if you define those arrows as syntax parameters they could be
renamed, but I don't know whether that is the "right" way to do it in
racket
There is also the possibility to do these other things outside of your
terminal application. If you are on linux you could just ctrl-z to send
your terminal app to the background (suspend it) and get back to your
normal terminal execute some rsync command or something to send your file,
"jobs"
I don't really understand what you want to do exactly.
I think mostly you have to implement it yourself, possibly by using
something like https://docs.racket-lang.org/charterm/index.html or maybe
https://docs.racket-lang.org/lux-charterm/index.html
https://pkgd.racket-lang.org/pkgn/search?tags=t
8 matches
Mail list logo