Hi is it a biggie to put emacs style command line editing in Hugs ? I'm trying this on windows and frequently find myself doing ctrl-a, ctrl-e etc... Cheers Frank Dellaert
On Thursday, November 22, 2001, at 08:46 AM, Frank Dellaert wrote:
Hi is it a biggie to put emacs style command line editing in Hugs ? I'm trying this on windows and frequently find myself doing ctrl-a, ctrl-e etc... Cheers Frank Dellaert
Hi Frank, Under any unix operating system you simply need to run the configure script with the option --with-readline, and then recompile. All the best, Johan
Thanks !
I suspected that it was possible on Linux. What I'm suggesting is to make
that a default for the binaries on Windows, if that's possible. As an
example, MATLAB has this facility, making moving between Windows and Unix
(which I do on a daily basis) very painless.
Cheers
Frank Dellaert
----- Original Message -----
From: "Johan Nordlander"
On Thursday, November 22, 2001, at 08:46 AM, Frank Dellaert wrote:
Hi is it a biggie to put emacs style command line editing in Hugs ? I'm trying this on windows and frequently find myself doing ctrl-a, ctrl-e etc... Cheers Frank Dellaert
Hi Frank,
Under any unix operating system you simply need to run the configure script with the option --with-readline, and then recompile.
All the best, Johan
Oops, I missed your reference to Windows there! Any take on the Windows issue, Sigbjorn or Pepe? -- Johan On Thursday, November 22, 2001, at 09:02 AM, Frank Dellaert wrote:
Thanks ! I suspected that it was possible on Linux. What I'm suggesting is to make that a default for the binaries on Windows, if that's possible. As an example, MATLAB has this facility, making moving between Windows and Unix (which I do on a daily basis) very painless. Cheers Frank Dellaert
----- Original Message ----- From: "Johan Nordlander"
To: "Frank Dellaert" Cc: Sent: Thursday, November 22, 2001 11:57 AM Subject: Re: command line editing On Thursday, November 22, 2001, at 08:46 AM, Frank Dellaert wrote:
Hi is it a biggie to put emacs style command line editing in Hugs ? I'm trying this on windows and frequently find myself doing ctrl-a, ctrl-e etc... Cheers Frank Dellaert
Hi Frank,
Under any unix operating system you simply need to run the configure script with the option --with-readline, and then recompile.
All the best, Johan
_______________________________________________ Hugs-Bugs mailing list Hugs-Bugs@haskell.org http://www.haskell.org/mailman/listinfo/hugs-bugs
participants (2)
-
Frank Dellaert -
Johan Nordlander