Issue 236 in yi-editor: emacs keymap on mac terminals needs c-v twice to pagedown

2009-03-05 Thread codesite-noreply
Comment #9 on issue 236 by kballard: emacs keymap on mac terminals needs c-v twice to pagedown http://code.google.com/p/yi-editor/issues/detail?id=236 Alright, I'm sorry for so many damn comments on this entry, but to put it to rest, yes, the ExtendedFunctions change *does* work. I was not p

Issue 236 in yi-editor: emacs keymap on mac terminals needs c-v twice to pagedown

2009-03-05 Thread codesite-noreply
Comment #8 on issue 236 by kballard: emacs keymap on mac terminals needs c-v twice to pagedown http://code.google.com/p/yi-editor/issues/detail?id=236 Oh great, I was wrong about being wrong. The terminal I did my testing in ended up having `stty -iexten` run on it. If yi is spawned after th

Issue 236 in yi-editor: emacs keymap on mac terminals needs c-v twice to pagedown

2009-03-05 Thread codesite-noreply
Comment #7 on issue 236 by kballard: emacs keymap on mac terminals needs c-v twice to pagedown http://code.google.com/p/yi-editor/issues/detail?id=236 Alright, looks like I was being silly. I thought simply running configure/build/install on yi was enough to get it to pick up the recompiled

Issue 236 in yi-editor: emacs keymap on mac terminals needs c-v twice to pagedown

2009-03-05 Thread codesite-noreply
Comment #6 on issue 236 by kballard: emacs keymap on mac terminals needs c-v twice to pagedown http://code.google.com/p/yi-editor/issues/detail?id=236 Ignore comment 4 - it didn't work because readline was still interpreting ^V. But if I run a shell without readline (`sh --noediting`) then `

Issue 236 in yi-editor: emacs keymap on mac terminals needs c-v twice to pagedown

2009-03-05 Thread codesite-noreply
Comment #5 on issue 236 by kballard: emacs keymap on mac terminals needs c-v twice to pagedown http://code.google.com/p/yi-editor/issues/detail?id=236 It looks like the lnext control character has to be explicitly disabled, but System.Posix.Terminal doesn't seem to have a ControlCharacter va

Issue 236 in yi-editor: emacs keymap on mac terminals needs c-v twice to pagedown

2009-03-05 Thread codesite-noreply
Comment #4 on issue 236 by kballard: emacs keymap on mac terminals needs c-v twice to pagedown http://code.google.com/p/yi-editor/issues/detail?id=236 I just tested and running `stty -iexten` at the shell doesn't disable the handling of ^V. -- You received this message because you are liste

Issue 236 in yi-editor: emacs keymap on mac terminals needs c-v twice to pagedown

2009-03-05 Thread codesite-noreply
Comment #3 on issue 236 by kballard: emacs keymap on mac terminals needs c-v twice to pagedown http://code.google.com/p/yi-editor/issues/detail?id=236 When I add ExtendedFunctions to that list, I get the exact same behavior. -- You received this message because you are listed in the owner or

Issue 218 in yi-editor: use symbol table to save memory in lexers

2009-03-05 Thread codesite-noreply
Updates: Summary: use symbol table to save memory in lexers Comment #1 on issue 218 by JeanPhilippe.bernardy: use symbol table to save memory in lexers http://code.google.com/p/yi-editor/issues/detail?id=218 (No comment was entered for this change.) -- You received this message becaus

Issue 242 in yi-editor: Data.Derive.Binary produces warnings

2009-03-05 Thread codesite-noreply
Status: Accepted Owner: JeanPhilippe.bernardy Labels: Type-Defect Priority-Medium Component-NotYi New issue 242 by JeanPhilippe.bernardy: Data.Derive.Binary produces warnings http://code.google.com/p/yi-editor/issues/detail?id=242 Compilation is cluttered by warnings produced by Data.Derive.Bina

Issue 240 in yi-editor: Enhance Alex to support Unicode

2009-03-05 Thread codesite-noreply
Updates: Labels: -NotYi Component-NotYi Comment #1 on issue 240 by JeanPhilippe.bernardy: Enhance Alex to support Unicode http://code.google.com/p/yi-editor/issues/detail?id=240 (No comment was entered for this change.) -- You received this message because you are listed in the owner

Issue 241 in yi-editor: data-accessor-template produces warnings

2009-03-05 Thread codesite-noreply
Status: Accepted Owner: JeanPhilippe.bernardy Labels: Type-Defect Priority-Medium Component-NotYi New issue 241 by JeanPhilippe.bernardy: data-accessor-template produces warnings http://code.google.com/p/yi-editor/issues/detail?id=241 This causes lots of warnings in Yi. -- You received this m

Issue 240 in yi-editor: Enhance Alex to support Unicode

2009-03-05 Thread codesite-noreply
Status: Accepted Owner: JeanPhilippe.bernardy Labels: Type-Defect Priority-Medium NotYi New issue 240 by JeanPhilippe.bernardy: Enhance Alex to support Unicode http://code.google.com/p/yi-editor/issues/detail?id=240 Currently Alex does not support unicode. This is bad because we'd have to jump t

Re: ligature unknown to ghc

2009-03-05 Thread cognominal
I am indded trying to understand why a polish state machine is hidden in the yi sources so your paper url is welcome. On 5 mar, 09:31, Jean-Philippe Bernardy wrote: > On Wed, Mar 4, 2009 at 11:55 PM, cognominal wrote: > > → and ← were accepted by ghc 6.10.1 but were flagged as problematic by >

Issue 239 in yi-editor: back to cmd-mode with backspace

2009-03-05 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 239 by nicolas.pouillard: back to cmd-mode with backspace http://code.google.com/p/yi-editor/issues/detail?id=239 Thanks for your report and patch, this bug has been fixed in the darcs repository. -- You received this message because you ar

patch applied (yi): Vim: Fix #239 about backspace in ex mode (thanks to viraptor).

2009-03-05 Thread Nicolas Pouillard
Thu Mar 5 09:58:45 EST 2009 Nicolas Pouillard * Vim: Fix #239 about backspace in ex mode (thanks to viraptor). Ignore-this: f12c0bfe5a2a9bbcdfc9df99600e09b7 M ./Yi/Keymap/Vim.hs -1 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegrou

patch applied (yi): add more useful unicode characters

2009-03-05 Thread Jean-Philippe Bernardy
Thu Mar 5 03:49:42 EST 2009 jeanphilippe.berna...@gmail.com * add more useful unicode characters M ./Yi/Char/Unicode.hs -1 +6 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~-

patch applied (yi): jp: subscripts

2009-03-05 Thread Jean-Philippe Bernardy
Thu Mar 5 03:55:26 EST 2009 jeanphilippe.berna...@gmail.com * jp: subscripts M ./Yi/Users/JP.hs -2 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~---

patch applied (yi): introduce a maxStatusHeight variable in editor

2009-03-05 Thread Jean-Philippe Bernardy
Thu Mar 5 03:52:55 EST 2009 jeanphilippe.berna...@gmail.com * introduce a maxStatusHeight variable in editor The changing height of the status bar gives me sea-sickness; so I introduce a max-height variable in the editor. By default it's set to 1, so we get something like the old behavi

patch applied (yi): hint: support for Env

2009-03-05 Thread Jean-Philippe Bernardy
Thu Mar 5 03:50:17 EST 2009 jeanphilippe.berna...@gmail.com * hint: support for Env M ./Yi/Eval.hs -4 +13 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--

patch applied (yi): update Contributors

2009-03-05 Thread Jean-Philippe Bernardy
Thu Mar 5 03:49:31 EST 2009 jeanphilippe.berna...@gmail.com * update Contributors M ./Contributors.hs -1 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~

Re: ligature unknown to ghc

2009-03-05 Thread Jean-Philippe Bernardy
On Wed, Mar 4, 2009 at 11:55 PM, cognominal wrote: > → and ← were accepted by ghc 6.10.1 but were flagged as problematic by > yi. That should be easy to fix, only I'm not sure if/how alex supports unicode. BTW, if you're interested in Polish parsers, you might want to look at my paper: http:/