RogerT

Results 8 comments of RogerT

I tried the setup from @alarsyo and it worked perfectly for me (Emacs 26.1 on Debian 9). I understand that "C-j is standard keyboard short cut for this stuff in...

24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017-09-12 on hullmann, modified byDebian I recently heard about Spacemacs. Is it more reliable or usable than Emacs?

I upgraded Emacs to 26.1 and could immediately launch utop without error messages and with the same ~/.emacs file: `M-x utop` `Welcome to utop version 2.2.0 (using OCaml version 4.06.1)!`...

In utop/Emacs : the TAB key does the the job. But the possible modules/functions appear in another buffer that is kept visible/busy for that purpose in one case described hereafter:...

No utop history in Emacs? It means that I must type again an expression or copy-paste it (copy, AND move cursor to the right of utop prompt (using DOWN key...

You are right : there is history support (M-n and M-p) which is enough. I can rebind UP/DOWN instead if desired. Regarding the "double semicolon in the last expression/phrase" issue:...

@pmetzger 1. Emacs 24.5.1 didn't work with utop for me (with the ~/.emacs file herebefore) and Emacs 26.1 worked. And I didn't try Emacs 25.x (as suggested by @rgrinberg) which...

Here is the code I added in ~/.emacs to get the Up/Down arrows for scrolling utop history (and keep M-n M-p): ``` ;; utop history additional key binding: and arrows...