patch applied (yi): help Gwern update his config

2009-04-11 Thread Jean-Philippe Bernardy
Sun Apr 12 01:30:43 EDT 2009 jeanphilippe.berna...@gmail.com * help Gwern update his config M ./Yi/Users/Gwern.hs -4 +10 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~--

patch applied (yi): add double arrow unicode char

2009-04-11 Thread Jean-Philippe Bernardy
Sun Apr 12 01:25:47 EDT 2009 jeanphilippe.berna...@gmail.com * add double arrow unicode char M ./Yi/Char/Unicode.hs +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~

Re: Configuring keymaps

2009-04-11 Thread Jean-Philippe Bernardy
I've pushed a patch that should help you with fixing your config. Please say if you need more help. Cheers, JP. On Sun, Apr 12, 2009 at 4:45 AM, wrote: > So apparently keys have changed in darcs yi? I've been trying to figure out > how to rescue my old config of > >    defaultKm = Yi.Keymap.Ema

Configuring keymaps

2009-04-11 Thread gwern0
So apparently keys have changed in darcs yi? I've been trying to figure out how to rescue my old config of defaultKm = Yi.Keymap.Emacs.keymap, -- Override M-g g, for shorter M-g binding. <|> (metaCh 'g' ?>>! gotoLn), Looking at the apparently updated confi

patch applied (yi): Wall police

2009-04-11 Thread Jean-Philippe Bernardy
Sat Apr 11 12:39:27 EDT 2009 jeanphilippe.berna...@gmail.com * Wall police M ./Data/Rope.hs -8 M ./Parser/Incremental.hs -3 M ./Yi/Buffer/Implementation.hs -4 +1 M ./Yi/Buffer/Misc.hs -1 +1 M ./Yi/Interact.hs -2 +2 --~--~-~--~~~---~--~~ Yi d

patch applied (yi): ROLLBACK: Invoke GHC on every startup

2009-04-11 Thread Jean-Philippe Bernardy
Sat Apr 11 05:20:45 EDT 2009 jeanphilippe.berna...@gmail.com * ROLLBACK: Invoke GHC on every startup M ./HConf.hs -9 +12 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~--

patch applied (yi): Support read-only buffers

2009-04-11 Thread Jean-Philippe Bernardy
Sat Apr 11 05:17:02 EDT 2009 jeanphilippe.berna...@gmail.com * Support read-only buffers M ./Yi/Buffer/Misc.hs -14 +30 M ./Yi/Keymap/Emacs.hs +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/y

Re: two patches attached

2009-04-11 Thread Jean-Philippe Bernardy
On Fri, Apr 10, 2009 at 11:54 PM, Stéphane Payrard wrote: > Resend of the select-all  in a buffer patch in a hopefully correct format > The second patch is incomplete. It implements a read only mode for buffers. > In emacs, you toggle the mode with C-x C-q for the current buffer. > It works but d

Re: patch applied (yi): show modifier

2009-04-11 Thread Jean-Philippe Bernardy
-prettyModifier m = [head $ show m] +prettyModifier m = [ show m !! 1] Maybe the above deserve a comment... hunk ./Yi/Keymap/Emacs.hs 93 +selectAll ::BufferM() +selectAll = botB >> placeMark >> topB >> setVisibleSelection True I'd implement this using setSelectRegion =<< region

Re: patch applied (yi): Invoke GHC on every startup

2009-04-11 Thread Kalman Noel
Kevin Ballard schrieb: > We could even add a > --recompile-check flag that invokes GHC exactly as we're doing now, but > unlike --force-recompile it won't actually recompile the custom yi if it > doesn't have to. Just to put in my two cents, in this case, I'd prefer something more organized, lik