patch applied (yi): -Wall cop

2009-03-26 Thread Jeff Wheeler
Thu Mar 26 19:21:07 EDT 2009 Jeff Wheeler * -Wall cop Ignore-this: 450faf78eba9ff83012589802dd6db2f At this point, most warnings are about unused variables. Should we comment these out for now? M ./Parser/Incremental.hs -1 +1 M ./Yi/Buffer/Misc.hs -3 +3 M ./Yi/Buffer/Norma

patch applied (yi): Updated JavaScript mode.

2009-03-26 Thread Deniz Dogan
Thu Mar 26 18:38:42 EDT 2009 deniz.a.m.do...@gmail.com * Updated JavaScript mode. Ignore-this: 667c059196dacd074426d302110f19ed Still not by any means usable, but just to show how it's progressing. M ./Yi/Lexer/JavaScript.x -16 +27 M ./Yi/Mode/JavaScript.hs -15 +3 M ./Yi/Syn

patch applied (yi): Wall police

2009-03-26 Thread Jean-Philippe Bernardy
Thu Mar 26 11:34:17 EDT 2009 jeanphilippe.berna...@gmail.com * Wall police M ./Yi/Interact.hs -7 +7 M ./Yi/Syntax/BList.hs -2 +9 M ./Yi/Syntax/OnlineTree.hs -3 +2 M ./Yi/Syntax/Tree.hs +3 M ./Yi/UI/Utils.hs -1 +3 --~--~-~--~~~---~--~~ Yi dev

patch applied (yi): finish cleanup greek data

2009-03-26 Thread Jean-Philippe Bernardy
Thu Mar 26 11:32:54 EDT 2009 jeanphilippe.berna...@gmail.com * finish cleanup greek data M ./Yi/Char/Unicode.hs -56 +4 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~

Re: darcs patch: Fix reversing of regex word boundaries ('#' in vim wor...

2009-03-26 Thread nicolas . pouillard
Excerpts from viraptor's message of Thu Mar 26 14:13:27 +0100 2009: > Thu Mar 26 13:05:41 GMT 2009 virap...@gmail.com > * Fix reversing of regex word boundaries ('#' in vim works again) Thanks! Applied. -- Nicolas Pouillard --~--~-~--~~~---~--~~ Yi developmen

patch applied (yi): Fix reversing of regex word boundaries ('#' in vim works again)

2009-03-26 Thread Nicolas Pouillard
Thu Mar 26 09:05:41 EDT 2009 virap...@gmail.com * Fix reversing of regex word boundaries ('#' in vim works again) M ./Yi/Regex.hs +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--

patch applied (yi): added tag stacks to vim mode.

2009-03-26 Thread Nicolas Pouillard
Wed Mar 25 14:47:14 EDT 2009 steffen.sier...@gmail.com * added tag stacks to vim mode. Ignore-this: 5a7609ce01a2c6dff9207fedabe6fe5 Whenever one follows a tag the current buffer and its cursor position are pushed onto the tag stack. (e.g. calling :tag ..., oder Ctrl-]). Pressing Ctrl

patch applied (yi): Wall police

2009-03-26 Thread Jean-Philippe Bernardy
Thu Mar 26 05:40:00 EDT 2009 jeanphilippe.berna...@gmail.com * Wall police M ./Yi/TextCompletion.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~

patch applied (yi): Wall police

2009-03-26 Thread Jean-Philippe Bernardy
Thu Mar 26 05:24:04 EDT 2009 jeanphilippe.berna...@gmail.com * Wall police M ./Yi/Completion.hs +1 M ./Yi/Editor.hs -4 +4 M ./Yi/Lexer/C.x -1 +2 M ./Yi/Lexer/Latex.x -1 +1 M ./Yi/Lexer/ObjectiveC.x -1 +1 M ./Yi/Mode/Latex.hs -1 +2 M ./Yi/Modes.hs -2 +6 M ./Yi/Se

darcs permissions bug

2009-03-26 Thread Jean-Philippe Bernardy
Hi, There is another instance of the darcs permission bug: /srv/code/yi/Yi/Char/Unicode.hs has the wrong group. Nicolas: could you fix it? This is becoming annoying... Does anybody knows a fix to the problem? Thanks, JP. --~--~-~--~~~---~--~~ Yi development mai

patch applied (yi): use latest gtk2hs

2009-03-26 Thread Jean-Philippe Bernardy
Thu Mar 26 04:46:43 EDT 2009 jeanphilippe.berna...@gmail.com * use latest gtk2hs M ./yi.cabal -3 +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~-

patch applied (yi): fix non-testing build

2009-03-26 Thread Jean-Philippe Bernardy
Thu Mar 26 04:45:56 EDT 2009 jeanphilippe.berna...@gmail.com * fix non-testing build M ./yi.cabal -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~--

patch applied (yi): Yi.Keymap.Keys: Introduce new function optMod

2009-03-26 Thread Jean-Philippe Bernardy
Wed Mar 25 14:58:44 EDT 2009 ke...@sb.org * Yi.Keymap.Keys: Introduce new function optMod Ignore-this: ea08bee6f3451a5df2bf82d55d0b66a5 optMod provides a convenient way to match an event with an optional modifier. This is primarily for use in Emacs keymaps as a replacement for oneOf

patch applied (yi): Yi.Keymap.Emacs: Map M-g M-g to the same action as M-g g

2009-03-26 Thread Jean-Philippe Bernardy
Wed Mar 25 15:00:45 EDT 2009 ke...@sb.org * Yi.Keymap.Emacs: Map M-g M-g to the same action as M-g g Ignore-this: 4c432cb60d5c14205cbecbe1d037659b M ./Yi/Keymap/Emacs.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com htt

Re: darcs patch: added tag stacks to vim mode.

2009-03-26 Thread nicolas . pouillard
Excerpts from steffen.siering's message of Wed Mar 25 19:52:53 +0100 2009: > Wed Mar 25 19:47:14 CET 2009 steffen.sier...@gmail.com > * added tag stacks to vim mode. > > Whenever one follows a tag the current buffer and its cursor position are > pushed onto the tag stack. (e.g. calling :

patch applied (yi): Wall police

2009-03-26 Thread Jean-Philippe Bernardy
Thu Mar 26 03:52:01 EDT 2009 jeanphilippe.berna...@gmail.com * Wall police M ./System/FriendlyPath.hs +2 M ./Yi/Dired.hs -1 M ./Yi/Event.hs -3 +4 M ./Yi/Monad.hs -1 M ./tests/Driver.hs -2 +1 --~--~-~--~~~---~--~~ Yi development mailing list