Re: [Haskell-cafe] Yi on Windows

2010-10-14 Thread Peter Marks
then closed. Peter On 14 October 2010 00:53, Jeff Wheeler wheel...@illinois.edu wrote: On Wed, Oct 13, 2010 at 6:14 PM, Peter Marks pe...@indigomail.net wrote: The problem is down to getAppUserDataDirectory called in Yi.Boot. This function behaves differently on Windows to Linux... and more so

Re: [Haskell-cafe] Yi on Windows

2010-10-14 Thread Peter Marks
build a useful config file... Peter On 14 October 2010 19:41, Peter Marks pe...@indigomail.net wrote: Are you sure that Yi ever writes a default config file? If you start Yi with no config file, press any key, press h, choose a key binding, then save the file, you get a file c:\Users\peter

Re: [Haskell-cafe] Yi on Windows

2010-10-13 Thread Peter Marks
? On Tue, Oct 12, 2010 at 5:39 PM, Peter Marks pe...@indigomail.net wrote: Does anyone use Yi on Windows? I've managed to get it to build and run, but it doesn't seem to pick up a config file. This seems to be an issue identified over a year ago: http://code.google.com/p/yi-editor/issues/detail?id

Re: [Haskell-cafe] Yi on Windows

2010-10-13 Thread Peter Marks
, Peter Marks pe...@indigomail.net wrote: What should I see when Yi loads? If my config file is broken, where should I see errors? The debug option didn't produce anything useful. I'd expect it in one of three places: 1. In a buffer inside Yi when it launches using the default config. (I'm

[Haskell-cafe] Yi on Windows

2010-10-12 Thread Peter Marks
Does anyone use Yi on Windows? I've managed to get it to build and run, but it doesn't seem to pick up a config file. This seems to be an issue identified over a year ago: http://code.google.com/p/yi-editor/issues/detail?id=269. This would seem to render the editor almost completely useless on

Re: [Haskell-cafe] re: Oracle stored procedures

2010-09-10 Thread Peter Marks
Hi Leonel Thanks for your response. I don't know much about Oracle, but it has been suggested that this approach of calling a stored procedure via SQL won't work on a database that has security locked down to ensure all database access is via stored procedures. All our production databases are

[Haskell-cafe] Oracle stored procedures

2010-09-07 Thread Peter Marks
Are there any Haskell libraries that can call stored procedures in Oracle? I've been looking at Takusen which I like, but I can't find a way to call a stored procedure. Thanks Peter ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org