Re: Shim compilation

2008-04-11 Thread Thomas Schilling
On 11 apr 2008, at 23.46, Gwern Branwen wrote: > On 2008.04.11 22:54:54 +0200, Jean-Philippe Bernardy > <[EMAIL PROTECTED]> scribbled 0.5K characters: >> >> On Fri, Apr 11, 2008 at 9:20 PM, Gwern Branwen <[EMAIL PROTECTED]> >> wrote: >> >>> ? I am using the http://code.haskell.org/shim repo

Re: Shim compilation

2008-04-11 Thread Gwern Branwen
On 2008.04.11 22:54:54 +0200, Jean-Philippe Bernardy <[EMAIL PROTECTED]> scribbled 0.5K characters: > > On Fri, Apr 11, 2008 at 9:20 PM, Gwern Branwen <[EMAIL PROTECTED]> wrote: > > > ? I am using the http://code.haskell.org/shim repo. (I don't believe > > the docs cover where to get Shim from.)

Re: Shim compilation

2008-04-11 Thread Jean-Philippe Bernardy
On Fri, Apr 11, 2008 at 9:20 PM, Gwern Branwen <[EMAIL PROTECTED]> wrote: > ? I am using the http://code.haskell.org/shim repo. (I don't believe > the docs cover where to get Shim from.) I copied the Shim sources in yi repository (since we'll have to modify them, etc.), so you should just skip

Shim compilation

2008-04-11 Thread Gwern Branwen
Hi everyone: I was wondering, has anyone seen the following compilation error for shim: Shim/MessagesTH.hs:68:0: Warning: Definition but no type signature for `arity' Inferred type: arity :: forall t. (Num t) => Type -> t [12 of 14] Compiling Shim.Messages( Shim/Messages.hs,

Issue 48 in yi-editor: Highlighting Matching Parentheses

2008-04-11 Thread codesite-noreply
Issue 48: Highlighting Matching Parentheses http://code.google.com/p/yi-editor/issues/detail?id=48 Comment #3 by JeanPhilippe.bernardy: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this message because you are listed in the owner or

Issue 11 in yi-editor: non line-wrap mode

2008-04-11 Thread codesite-noreply
Issue 11: non line-wrap mode http://code.google.com/p/yi-editor/issues/detail?id=11 Comment #1 by JeanPhilippe.bernardy: implemented in gtk. Issue attribute updates: Labels: -Priority-Medium Priority-Low Frontend-Vty -- You received this message because you are listed in the owner or

Issue 99 in yi-editor: GTK ui is unresponsive

2008-04-11 Thread codesite-noreply
Issue 99: GTK ui is unresponsive http://code.google.com/p/yi-editor/issues/detail?id=99 Comment #1 by JeanPhilippe.bernardy: Threadless design fixes this, thanks Krasimir Issue attribute updates: Status: Fixed -- You received this message because you are listed in the owner or CC fiel

patch applied (yi): Fix GTK ui

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 12:06:22 EDT 2008 [EMAIL PROTECTED] * Fix GTK ui M ./Yi/UI/Gtk.hs -4 +4 View patch online: http://code.haskell.org/yi/_darcs/patches/20080411160622-9c550-4ca0e6f2fe7c6e41311e555bb1bf76912989e16f.gz --~--~-~--~~~---~--~~ Yi development mailin

patch applied (yi): Add some options to UI configuration.

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 11:58:29 EDT 2008 [EMAIL PROTECTED] * Add some options to UI configuration. (this patch is broken, fix coming shortly) M ./Yi/Main.hs -1 +5 M ./Yi/UI/Common.hs -2 +6 M ./Yi/UI/Gtk.hs -2 +3 M ./examples/yi.hs -1 +1 View patch online: http://code.haskell.org/yi/

Issue 25 in yi-editor: Make Yi syntax-aware

2008-04-11 Thread codesite-noreply
Issue 25: Make Yi syntax-aware http://code.google.com/p/yi-editor/issues/detail?id=25 Comment #5 by JeanPhilippe.bernardy: * syntax-aware highlighting is now supported (see cleverHaskellMode) * syntax-dependent functions can be added to the Mode and called with "withSyntax" Issue attribute upd

Re: patch applied (yi): simplify test of "askQuit" for a given buffer; also fix it for directories

2008-04-11 Thread allan
Hi Just to point out the reasoning behind the original test. If you yourself modify some buffer which is not associated with a file, then the chances are you want to save those changes. This is quite common behaviour, not just in text editors but for example word processors where if you start

patch applied (yi): simplify test of "askQuit" for a given buffer; also fix it for directories

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 11:19:52 EDT 2008 [EMAIL PROTECTED] * simplify test of "askQuit" for a given buffer; also fix it for directories M ./Yi/Keymap.hs -1 +1 M ./Yi/Keymap/Emacs/Utils.hs -20 +9 View patch online: http://code.haskell.org/yi/_darcs/patches/20080411151952-9c550-3df31795c42c0ce7

patch applied (yi): remove obsolete YiConfig

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 10:44:57 EDT 2008 [EMAIL PROTECTED] * remove obsolete YiConfig R ./examples/YiConfig.hs View patch online: http://code.haskell.org/yi/_darcs/patches/20080411144457-9c550-3a50b7337441cae72ca2bec232b774063a2bba5d.gz --~--~-~--~~~---~--~~ Yi de

patch applied (yi): Wall police

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 08:41:34 EDT 2008 [EMAIL PROTECTED] * Wall police M ./Yi/UI/Common.hs -1 M ./Yi/UI/Vty.hs -1 View patch online: http://code.haskell.org/yi/_darcs/patches/20080411124134-9c550-d7c7761b7e27ac1d0a425932083132fa044906c8.gz --~--~-~--~~~---~--~--

patch applied (yi): Really fix Cocoa for recent UI changes.

2008-04-11 Thread Gustav Munkby
Fri Apr 11 10:26:29 EDT 2008 [EMAIL PROTECTED] * Really fix Cocoa for recent UI changes. M ./Yi/UI/Cocoa.hs -25 +7 View patch online: http://code.haskell.org/yi/_darcs/patches/20080411142629-44f60-b13cac42ba5ae628cbf0810019321538f60913d7.gz --~--~-~--~~~--

Issue 14 in yi-editor: Fix console buffer

2008-04-11 Thread codesite-noreply
Issue 14: Fix console buffer http://code.google.com/p/yi-editor/issues/detail?id=14 Comment #3 by JeanPhilippe.bernardy: This is unused at the moment. Issue attribute updates: Status: Invalid -- You received this message because you are listed in the owner or CC fields of this issue,

patch applied (yi): Paren matching in cleverHaskellMode

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 08:38:30 EDT 2008 [EMAIL PROTECTED] * Paren matching in cleverHaskellMode M ./Yi/Buffer/Implementation.hs -2 +2 M ./Yi/IncrementalParse.hs -3 +3 M ./Yi/Modes.hs -1 +1 M ./Yi/Style.hs +2 M ./Yi/Syntax.hs -2 +2 M ./Yi/Syntax/Alex.hs -1 +1 M ./Yi/Syntax/Pare

patch applied (yi): Wall police

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 06:38:39 EDT 2008 [EMAIL PROTECTED] * Wall police M ./Yi/Buffer.hs -5 +3 M ./Yi/Core.hs -2 +2 M ./Yi/Interpreter.hs -2 +5 M ./Yi/Keymap.hs -1 M ./Yi/Style.hs -1 +1 M ./Yi/Syntax.hs -1 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/200804

patch applied (yi): make syntax actions properly available

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 06:02:14 EDT 2008 [EMAIL PROTECTED] * make syntax actions properly available M ./Yi/Buffer.hs -5 +3 M ./Yi/Core.hs +6 View patch online: http://code.haskell.org/yi/_darcs/patches/20080411100214-9c550-d28d2204c3dd05f96a50e9c604f6e9ce58f6c342.gz --~--~-~--~~-

patch applied (yi): Adapt example yi.hs

2008-04-11 Thread Jean-Philippe Bernardy
Fri Apr 11 03:09:26 EDT 2008 [EMAIL PROTECTED] * Adapt example yi.hs M ./examples/yi.hs -3 +2 View patch online: http://code.haskell.org/yi/_darcs/patches/20080411070926-9c550-aea600d6f2699a4803c5f1cb2c1033e70441f601.gz --~--~-~--~~~---~--~~ Yi develop