Updates:
Cc: gwern0
Comment #2 on issue 98 by gwern0: Integrate highlighting-kate
http://code.google.com/p/yi-editor/issues/detail?id=98
JPB: even if it doesn't support incremental highlighting, it could still be
useful.
How? Well, imagine a user opens up a MediaWiki file, or a PHP fi
Tue Dec 16 19:59:41 CET 2008 Kalman Noel
* HConf: implement --ghc-options
This enables the user to pass flags to the compiler when reloading the
configuration. The motivation was enabling profiling, but it may have other
uses.
Notes:
* In order to profit from --ghc-options=
Hi Gwern,
> I'm a little confused here. How do OPTIONS_GHC pragmas help? I've
> tried with darcs yi as of a minute or two ago, and lines like '{-#
> OPTIONS -prof #-}' or '{-# OPTIONS_GHC -auto-all -caf-all #-}' (from
> http://www.haskell.org/ghc/docs/latest/html/users_guide/flag-reference.html#i
Tue Dec 16 19:38:30 CET 2008 Kalman Noel
* HConf: implement --ghc-options
This enables the user to pass flags to the compiler when reloading the
configuration. The motivation was enabling profiling, but it may have other
uses.
Notes:
* In order to profit from --ghc-options=
Hi,
The general format of a vi command is.
[repeat count] action [target]
the . [dot] command just executes the last action for the same target,
when in insert/append etc.. mode, the last input is the action.
so for example, you did some edits, and pressed i to insert and entered
yi in haskell
On Tue, Dec 16, 2008 at 5:24 PM, Gwern Branwen wrote:
> This patch breaks Shim and shim-mode, by removing 'fileA'.
Thanks!
Fixed.
-- JP
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~
Tue Dec 16 11:39:18 EST 2008 jeanphilippe.berna...@gmail.com
* fix Shim build
M ./Yi/Mode/Shim.hs -3 +3
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~~--~--
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On Sun, Dec 14, 2008 at 3:53 PM, Jean-Philippe Bernardy wrote:
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREKAAYFAklH1k8ACgkQvpDo5Pfl1oL71ACeOASG/J43IXZAwl2SnbL30LED
qNwAoJGHxR0GYcmxSpr9Hy0bCFVxPJI1
=K1F+
-END PGP SIG
Updates:
Status: Fixed
Comment #3 on issue 150 by nicolas.pouillard: dd in vim-mode doesn't work
on the last line.
http://code.google.com/p/yi-editor/issues/detail?id=150
It seems to be fixed now.
--
You received this message because you are listed in the owner
or CC fields of this is
Updates:
Status: Fixed
Comment #7 on issue 134 by nicolas.pouillard: (Vim) delete word (control-W)
during insert should not always delete past the beginning of the line.
http://code.google.com/p/yi-editor/issues/detail?id=134
This is now fixed.
--
You received this message because you
Tue Dec 16 09:16:05 EST 2008 Nicolas Pouillard
* Buffer.Normal: make use of GenUnit for unitViW{ord,ORD}, and more variants.
Ignore-this: 8d9b7b00adc5155270a5726653a75c47
M ./Yi/Buffer/Normal.hs -14 +48
--~--~-~--~~~---~--~~
Yi development mailing list
y
Tue Dec 16 09:25:38 EST 2008 Nicolas Pouillard
* ertai: update my config.
Ignore-this: 605052187c2b1465c3fe271d0d7760cb
M ./Yi/Users/Ertai.hs -8 +66
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/grou
Tue Dec 16 09:18:29 EST 2008 Nicolas Pouillard
* Vim: fix issue #134 abeut CTRL-W in insert mode
Ignore-this: 96403f93e23d2786055a77038b1dbf0f
M ./Yi/Keymap/Vim.hs -1 +1
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://g
Tue Dec 16 09:18:15 EST 2008 Nicolas Pouillard
* Vim: TODO and comments.
Ignore-this: 22f38a07d2fca388619add4a6f4fd8cb
M ./Yi/Keymap/Vim.hs -2 +6
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/y
Tue Dec 16 09:17:04 EST 2008 Nicolas Pouillard
* Vim: fix operating on inner words (diw, diW...).
Ignore-this: 4ed044ad58f1e449b21121c175a69478
M ./Yi/Keymap/Vim.hs -7 +6
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://
Comment #9 on issue 214 by JeanPhilippe.bernardy: Editor becomes sluggish
after extended usage (vty)
http://code.google.com/p/yi-editor/issues/detail?id=214
I think this is another problem entirely.
This happens even when typing in a syntax-less buffer.
Also, sometimes the CPU usage goes up t
Updates:
Status: Fixed
Comment #5 on issue 202 by nicolas.pouillard: 'x' doesn't work exactly as
[del] in insert mode
http://code.google.com/p/yi-editor/issues/detail?id=202
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or C
Updates:
Status: Started
Comment #4 on issue 176 by nicolas.pouillard: Vim block/rectangle functions
not yet implemented
http://code.google.com/p/yi-editor/issues/detail?id=176
A basic support for this has been added.
--
You received this message because you are listed in the owner
or
Excerpts from Jean-Philippe Bernardy's message of Tue Dec 16 09:40:47 +0100
2008:
> Ok, so if we have "start recording", "stop recording" and "replay"
> that should at least help to implement the thing.
Hum, that may help to implement the macro mechanism, but here what one need to
record is the
Tue Dec 16 07:58:37 EST 2008 jeanphilippe.berna...@gmail.com
* revert to old method of evaluation of partial results
rolling back:
Thu Dec 11 14:13:10 CET 2008 jeanphilippe.berna...@gmail.com
* incremental parse: asymptotically more efficient evaluation of partial
results
Tue Dec 16 07:52:32 EST 2008 jeanphilippe.berna...@gmail.com
* some more work on Online Trees
M ./Yi/Main.hs +1
M ./Yi/Mode/Latex.hs -2 +14
M ./Yi/Syntax/OnlineTree.hs -3 +5
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
Comment #8 on issue 214 by nicolas.pouillard: Editor becomes sluggish after
extended usage (vty)
http://code.google.com/p/yi-editor/issues/detail?id=214
The problem seems to come from the clever haskell mode (pasting three lines
allocated
1G :/)
--
You received this message because you are
Ok, so if we have "start recording", "stop recording" and "replay"
that should at least help to implement the thing.
-- JP
On Mon, Dec 15, 2008 at 11:28 PM, Kalman Noel
wrote:
>
> Александър Л. Димитров:
>> Thus spoke Jean-Philippe Bernardy:
>> > I am not sure what "." is supposed to do exactly,
23 matches
Mail list logo