Re: [ESS] readline with trailing space

2021-03-05 Thread Greg Minshall via ESS-help
Jeremie, i am runnnig ess-version: 18.10.3snapshot [elpa: 20210109.1455] (loaded from /home/minshall/.emacs.d/elpa/ess-20210109.1455/) under arch linux. i don't see the behavior you see. in my configuration, both test() and test1() seem to accept a line of characters. have you tried s

[ESS] readline with trailing space

2021-03-05 Thread Jeremie Juste via ESS-help
Hello, I have noticed a behavior that I don't understand. When I call the following function from the prompt. test <- function(){ a <- readline("selection: ") a } > test() > selection: | I can only type one character and the readline function exits before I can press enter. however test