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
-~--~~--
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
-~--~~
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
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
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
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
-~--~~--
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
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
-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
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
10 matches
Mail list logo