ocaml-community / utop

Universal toplevel for OCaml
Other
833 stars 110 forks source link

Emacs utop mode allows cursor to go past utop prompt. #317

Open smabie opened 4 years ago

smabie commented 4 years ago

Hi, though the prompt is read-only, utop permits the cursor to go past (i.e in from of) the prompt. Instead, utop should consider the point after utop[n]> to be the beginning of the line.

frou commented 1 week ago

Seems like essentially the same issue as #264