Fork me on GitHub
#emacs
<
2017-11-06
>
daveliepmann15:11:48

@dromar56 I use CIDER for getting in-buffer evaluation of Clojure code. Once I'm jacked in (`cider-jack-in`/`C-c M-j`) I just eval at point with eval-last-sexp/`C-x C-e`.

gonewest81818:11:50

Anyone know the solution for this? When I invoke Amazon aws cli under eshell any “help” output (`aws help`, aws lambda help, etc) does not get intercepted into a buffer like the output of man or less, even though under the hood the cli appears to implement paging with less -R. As a result

$ aws help
WARNING: terminal is not fully functional
-  (press RETURN)

vemv18:11:05

@gonewest818 maybe rlwrap/readline issue, memory is blurry

gonewest81819:11:24

I’m RTFMing right now … eshell-visual-commands and eshell-visual-subcommands

gonewest81819:11:50

found it. (setq eshell-visual-options '(("aws" "help")))