Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OcamlWin bugs #3156

Closed
vicuna opened this issue Jan 15, 2002 · 1 comment
Closed

OcamlWin bugs #3156

vicuna opened this issue Jan 15, 2002 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Jan 15, 2002

Original bug ID: 814
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Lukasz Lew
Version: 3.04
OS: Win 2000
Submission from: 54-dzi-3.acn.waw.pl (62.121.66.54)

In OCamlWin when you call read_line (), and push enter - it should return empty

string, or if you enter only one letter and push enter - it should return
string
of length 1.
But in both cases it returns string of length 2.

When you try to open a file in OCamlWin witch name starts for example
from 'r' like read.ml it calls directive like this:
#use "C:\OCaml\read.ml";;
\r is interpreted like \013, and there is an error message.

When you use in OcamlWin copy & paste on multiline source you have to push
enter on each line, i propose to change OcamlWin to "Python Shell" style.
I mean that when you paste sth. \n is interpreted like Enter.

@vicuna
Copy link
Author

vicuna commented Jul 2, 2004

Comment author: administrator

First two issues fixed 2002-06 by XL. Third issue hopefully improved in
OCamlWinPlus (release 3.08)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant