Re: Incremental Parsing in Yi

2009-03-23 Thread Jean-Philippe Bernardy
On Tue, Mar 24, 2009 at 1:25 AM, Spyros Hadjichristodoulou wrote: > > Good evening everyone, > > I was just helped by the guys in #yi (on freenode) to make a working > directory of yi so that I can play with it for the purposes of my diploma > thesis, which is on incremental lexing and parsing.

Re: patch applied (yi): fix regionOfB

2009-03-23 Thread Jean-Philippe Bernardy
On Mon, Mar 23, 2009 at 11:45 PM, Kevin Ballard wrote: > How does this affect the rollbacked patch for restricting promptTag to the > first word? promptTag should work as intended. -- JP --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com

Incremental Parsing in Yi

2009-03-23 Thread Spyros Hadjichristodoulou
Good evening everyone, I was just helped by the guys in #yi (on freenode) to make a working directory of yi so that I can play with it for the purposes of my diploma thesis, which is on incremental lexing and parsing. All I can see in the /Yi/Lexer directory are alex files used for syntax highlig

Re: patch applied (yi): fix regionOfB

2009-03-23 Thread Kevin Ballard
How does this affect the rollbacked patch for restricting promptTag to the first word? On Mon, Mar 23, 2009 at 3:54 AM, Jean-Philippe Bernardy < jpberna...@community.haskell.org> wrote: > > Mon Mar 23 06:52:10 EDT 2009 jeanphilippe.berna...@gmail.com > * fix regionOfB > I was confused when doi

Re: darcs patch: Adapt README to option name change

2009-03-23 Thread Jeff Wheeler
On Mon, 2009-03-23 at 16:55 +0100, Kalman Noel wrote: > Mon Mar 23 16:55:01 CET 2009 Kalman Noel > * Adapt README to option name change Whoops, I forgot about this change. Thanks! Jeff Wheeler --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@google

Re: patch applied (yi): added completeCaseSensitive Option to VimOpts for case (in-)sensitive word completion

2009-03-23 Thread Jean-Philippe Bernardy
Thanks for the contributions! As usual, if the vim folk want to revert this, it's their prerogative. Cheers, JP. On Mon, Mar 23, 2009 at 6:55 PM, Jean-Philippe Bernardy wrote: > > Mon Mar 23 13:45:15 EDT 2009  steffen.sier...@gmail.com >  * added completeCaseSensitive Option to VimOpts for ca

patch applied (yi): added EmacsOpts for Emacs keymaps and option completeCaseSensitive for case (in-)sensitive word completion in emacs mode

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 13:46:19 EDT 2009 steffen.sier...@gmail.com * added EmacsOpts for Emacs keymaps and option completeCaseSensitive for case (in-)sensitive word completion in emacs mode Ignore-this: bf5c251f667baa06343f10ba9a5b9b03 M ./Yi/Keymap/Emacs.hs -10 +33 M ./Yi/TextCompletion.hs -2

patch applied (yi): added completeCaseSensitive Option to VimOpts for case (in-)sensitive word completion

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 13:45:15 EDT 2009 steffen.sier...@gmail.com * added completeCaseSensitive Option to VimOpts for case (in-)sensitive word completion Ignore-this: f35d735a0c61b3f8fdab8e8f0645d60c M ./Yi/Keymap/Vim.hs -7 +14 --~--~-~--~~~---~--~~ Yi development

patch applied (yi): Adapt README to option name change

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 11:55:01 EDT 2009 Kalman Noel * Adapt README to option name change M ./README -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~-

patch applied (yi): Add makefile rule to build the list of all Actions

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 12:04:20 EDT 2009 jeanphilippe.berna...@gmail.com * Add makefile rule to build the list of all Actions This can help for documentation. This needs a bit of polish, then we could use it to generate the list of default published actions. (Mainly one should check that the type

patch applied (yi): Incremental.hs: Fix introduced compilation error

2009-03-23 Thread Anders Karlsson
Mon Mar 23 09:25:39 EDT 2009 ande...@student.chalmers.se * Incremental.hs: Fix introduced compilation error Ignore-this: 29bf80cd6d6982f84ad9907ba93300b6 M ./Parser/Incremental.hs -1 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegrou

patch applied (yi): separate logging functionality from error correction

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 09:22:42 EDT 2009 jeanphilippe.berna...@gmail.com * separate logging functionality from error correction M ./Parser/Incremental.hs -10 +19 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/

patch applied (yi): Incremental.hs: Added possibility to check width of parsetree

2009-03-23 Thread Anders Karlsson
Mon Mar 23 09:16:41 EDT 2009 ande...@student.chalmers.se * Incremental.hs: Added possibility to check width of parsetree Ignore-this: 2b435b8d053c5241c67847679e0c2caf M ./Parser/Incremental.hs -1 +15 --~--~-~--~~~---~--~~ Yi development mailing list yi-de

Issue 252 in yi-editor: Nestable highlighters

2009-03-23 Thread codesite-noreply
Comment #2 on issue 252 by nicolas.pouillard: Nestable highlighters http://code.google.com/p/yi-editor/issues/detail?id=252 @gwern0 exactly -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue n

Re: darcs patch: Exclude EOL newline from isSpace on rePadString: stops... [obsolete]

2009-03-23 Thread Jean-Philippe Bernardy
This is obsoleted by the patch "fix regionOfB" On Mon, Mar 23, 2009 at 6:05 AM, wrote: > Sun Mar 22 22:04:05 MST 2009  kq1qu...@gmail.com >  * Exclude EOL newline from isSpace on rePadString: stops autoindent from > joining to next line when tab on empty line. > > > > --~--~-~--~~

patch applied (yi): fix regionOfB

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 06:52:10 EDT 2009 jeanphilippe.berna...@gmail.com * fix regionOfB I was confused when doing regionOfB := regionOfNonEmptyB; so let's just fix the definition of regionOfB for now. M ./Yi/Buffer/Normal.hs -3 +8 --~--~-~--~~~---~--~~ Yi developm

patch applied (yi): rollback: regionOfB := regionOfNonEmptyB

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 05:12:49 EDT 2009 jeanphilippe.berna...@gmail.com * rollback: regionOfB := regionOfNonEmptyB M ./Yi/Buffer/Normal.hs -3 +9 M ./Yi/Keymap/Vim.hs -4 +4 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.go

patch applied (yi): Added ConnectorPunctuation character category to allow TextCompletion of words containing underscores.

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 00:02:00 EDT 2009 kq1qu...@gmail.com * Added ConnectorPunctuation character category to allow TextCompletion of words containing underscores. Ignore-this: 7c5d2a60002e0e79fc6dbc40a761a770 M ./Yi/TextCompletion.hs +1 --~--~-~--~~~---~--~~ Yi de

patch applied (yi): Added support for case insensitive word completion

2009-03-23 Thread Jean-Philippe Bernardy
Sun Mar 22 20:27:05 EDT 2009 steffen.sier...@gmail.com * Added support for case insensitive word completion Ignore-this: 628d7c79bfe72cc866bc2fe0690b720a M ./Yi/TextCompletion.hs -4 +12 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegrou

patch applied (yi): use newer version of regex-tdfa

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 04:51:36 EDT 2009 jeanphilippe.berna...@gmail.com * use newer version of regex-tdfa M ./yi.cabal -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~

patch applied (yi): Makefile updates

2009-03-23 Thread Jean-Philippe Bernardy
Mon Mar 23 04:51:10 EDT 2009 jeanphilippe.berna...@gmail.com * Makefile updates M ./Makefile -12 +19 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~