Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-04-03 Thread codesite-noreply
Updates: Status: New Owner: --- Comment #4 on issue 259 by jeffwheeler: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6) http://code.google.com/p/yi-editor/issues/detail?id=259 This may also be affected by a change in GHC 6.10.2; the

Re: minor deletions wrongly added to the kill ring

2009-04-03 Thread Gwern Branwen
On Tue, Mar 31, 2009 at 3:12 AM, Jean-Philippe Bernardy wrote: This is issue 212. It seems that I'm the only one to like this. (Still it's consistent, so Haskellers should like it :p) It's easily fixed though: in the binding for backspace and C-d, add a dummy insert of the empty string. If y

patch applied (yi): JavaScript: Adding return, while and do-while.

2009-04-03 Thread Deniz Dogan
Fri Apr 3 17:16:38 EDT 2009 deniz.a.m.do...@gmail.com * JavaScript: Adding return, while and do-while. Ignore-this: d92c63855c07ec26ec78113d4f98d862 I also moved a bunch of stuff from the "where" clause of the main parser, which is why the patch is so lengthy. M ./Yi/Syntax/JavaS

Issue 260 in yi-editor: emacs M-x completes to commands that are not Yi.Keymap.Action

2009-04-03 Thread codesite-noreply
Updates: Labels: -Type-Defect Type-Enhancement Comment #2 on issue 260 by JeanPhilippe.bernardy: emacs M-x completes to commands that are not Yi.Keymap.Action http://code.google.com/p/yi-editor/issues/detail?id=260 This would be a very nice addition to make to the "hint" interpreter. h

patch applied (yi): Add an action to invoke "make"

2009-04-03 Thread Jean-Philippe Bernardy
Fri Apr 3 08:33:10 EDT 2009 jeanphilippe.berna...@gmail.com * Add an action to invoke "make" I also cleaned up the handling of command arguments for Cabal M ./Yi/Config/Default.hs +1 M ./Yi/Eval.hs -1 +2 M ./Yi/Keymap/Vim.hs -1 +1 M ./Yi/MiniBuffer.hs -3 +11 M ./Yi/Misc.

patch applied (yi): Incremental.hs: Added some Log functions to the incremental parser

2009-04-03 Thread Anders Karlsson
Fri Apr 3 07:54:07 EDT 2009 ande...@student.chalmers.se * Incremental.hs: Added some Log functions to the incremental parser Ignore-this: b0ec2223cb7c463421f998b1d1395798 M ./Parser/Incremental.hs -1 +17 --~--~-~--~~~---~--~~ Yi development mailing list

patch applied (yi): ParserTest.hs: Added function to parse parts of files and funciton to print the tree

2009-04-03 Thread Anders Karlsson
Fri Apr 3 08:03:06 EDT 2009 ande...@student.chalmers.se * ParserTest.hs: Added function to parse parts of files and funciton to print the tree Ignore-this: 5a6459546b96edc7c67d65422fff0b69 M ./ParserTest/ParserTest.hs -26 +59 --~--~-~--~~~---~--~~ Yi de

patch applied (yi): Ott lexer: make the lexer more robust to interactive typing.

2009-04-03 Thread Nicolas Pouillard
Fri Apr 3 07:20:47 EDT 2009 Nicolas Pouillard * Ott lexer: make the lexer more robust to interactive typing. Ignore-this: a6936543f4f80dd30a55f9191d690ca5 M ./Yi/Lexer/Ott.x -2 +4 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.c