ng this
> problem?
Nop, I haven't seen that issue on my mac (intel + OS X 10.5)
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Excerpts from Corey O'Connor's message of Thu Jun 05 09:12:54 +0200 2008:
> Oddness. I'm also using intel + OS X 10.5. What version of OS X are
> you using? 10.5.3? GHC 6.8.2?
10.5.2 and then 10.5.3 and GHC 6.8.2.
>
> On Thu, Jun 5, 2008 at 12:00 AM, Nicolas Po
Wed Feb 27 03:26:35 EST 2008 [EMAIL PROTECTED]
* Vim: Fix make selection visible (again) in visual mods.
M ./Yi/Keymap/Vim.hs -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080227082635-94725-845c6d1c6b0fe55298f5a10a0cb4987a80f2840c.gz
--~--~-~--~~--
Tue Jun 3 08:11:44 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* cabal syntax: support Build-Type.
M ./Yi/Syntax/Cabal.x -2 +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080603121144-eb2e9-91fb15644fee8b3da144d3d72a78e62097b22
Sat Jun 7 10:31:36 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Basic support for \t chars with vty.
M ./Yi/UI/Vty.hs +4
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080607143136-eb2e9-c005a8585ad600716a2348db5da54c60fb6c8
d (vty,gtk...)
I personally use:
runhaskell Setup.hs configure --user -f hacking -f vty -f shim
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Sat Jun 21 05:46:23 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Fix a typo in examples/EmacsRebinding.
M ./examples/EmacsRebinding.hs r1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080621094623-eb2e9-29ed23c585a7282ac714c5e1eafaa7d5d7ba9
Sat Jun 21 07:44:17 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: update "VISUAL LINE" mode to the unit selection change.
M ./Yi/Keymap/Vim.hs -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080621114417-eb2e9-c5b1f4ae869a184bcdbf5814ae9
Sat Jun 21 12:31:17 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: refactor viWrite(To)?.
M ./Yi/Keymap/Vim.hs -11 +7
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080621163117-eb2e9-e1a54f428379b4935691a33d0e5e7d038e593
Sat Jun 21 12:47:50 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: Remove the now useless type abbrev VimProc.
M ./Yi/Keymap/Vim.hs -2 r1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080621164750-eb2e9-5953a97d4d888927cff64888ae1235ba801af
Excerpts from Jean-Philippe Bernardy's message of Sat Jun 21 16:42:25 +0200
2008:
>
> Sat Jun 21 10:38:10 EDT 2008 [EMAIL PROTECTED]
> * Add slides about incremental parsing
Could you provide a PDF version of it?
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Sat Jun 21 13:06:16 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* example,vim: typos.
M ./examples/yi-vim.hs -3 +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080621170616-eb2e9-d815db7a2ef558e7db434ca02bdeacf39718d
Sat Jun 21 13:37:38 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: fix KDel/KBS mappings.
M ./Yi/Keymap/Vim.hs -8 +5
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080621173738-eb2e9-ff6cf6a1f947445cb8a98dc8294bc40241007
Sun Jun 22 06:26:01 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: Use KTab/KEnter and refactor a little (however seems still
broken in vty).
M ./Yi/Keymap/Vim.hs -8 +7 r1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080622102601
ot;UI: Event: " ++ show event
Reveal me that hitting TAB produce:
...
UI: Event: EvKey (KASCII 'i') [MCtrl]
...
Which is really strange since other tools works fine and xev show me a TAB
event.
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Sun Jun 22 19:49:44 CEST 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Workaround a bug where the CTRL-I sequence hides TAB.
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi
MCtrl] is translated to Tab in Yi.UI.Vty; or bind that
> > event in Vim.
I've made such a workaround, sent it to you and CCed this list.
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Sun Jun 22 17:07:38 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: the shortcut of :redo is :red not :r (that is :read).
M ./Yi/Keymap/Vim.hs -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080622210738-eb2e9-4e3419a7d1493234228e83071fb855ae7f03c
Sun Jun 22 17:07:10 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: introduce a ViMove data type, and support exclusive/inclusive regions.
M ./Yi/Keymap/Vim.hs -110 +151
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080622210710
Mon Jun 23 04:19:58 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: less event/write, more (?>>!, ?>>, >>!).
M ./Yi/Keymap/Vim.hs -40 +40
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080623081958-eb2e9-03f6c3a88bce3af058c
Mon Jun 23 06:53:42 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add an option flag (--debug) to turn "on" debug logging.
M ./Yi.hs -1 +1
M ./Yi/Debug.hs -8 +12
M ./Yi/Keymap.hs -1 +2
M ./Yi/Main.hs +4
View patch online:
http://code.haskell.org/y
Mon Jun 23 13:36:48 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: refactor cut/yank functions.
M ./Yi/Keymap/Vim.hs -28 +41
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080623173648-eb2e9-49b11ac58cf29e0310ef98b18293b5526f25f
Mon Jun 23 16:48:08 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* tweak some comments about buffers.
M ./Yi/Buffer/HighLevel.hs -1 +1
M ./Yi/Buffer/Normal.hs -1 +5
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080623204808
Mon Jun 23 16:51:55 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: quick fix of linewise selection ("dd", "yy"...).
M ./Yi/Keymap/Vim.hs -7 +11
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080623205155-eb2e9-4ea883adcef161464
Tue Jun 24 03:48:10 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add WORD commands (W, B, E, gE).
M ./Yi/Buffer/Normal.hs +3
M ./Yi/Keymap/Vim.hs -4 +11
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080624074810
Tue Jun 24 05:11:30 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: swap args of cut/yank functions.
M ./Yi/Keymap/Vim.hs -15 +13
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080624091130-eb2e9-157c6a303c2fb8e7801644934febb6d9cc3fd
Tue Jun 24 05:15:17 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: fix and simplify 'x' and 'X' (should cut instead of delete).
M ./Yi/Keymap/Vim.hs -11 +2
View patch online:
http://code.haskell.org/yi/_darcs/pa
Tue Jun 24 05:22:34 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* users/ertai: fix the keymap.
M ./Yi/Keymap/Users/Ertai.hs -2 +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080624092234-eb2e9-85f6dba5f60f627f80a487e81fb5aebee3d19
Tue Jun 24 05:53:13 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* temporarly disable Yi/Keymap/Users/JP from cabal since it's not up to date.
M ./yi.cabal -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/200806240
Tue Jun 24 19:05:14 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add support unit cutting (d{a,i}{w,W,p} commands).
M ./Yi/Keymap/Vim.hs -1 +32
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080624230514-eb2e9-a53630e8b1fec428add9211eb33456006b323
Tue Jun 24 12:04:42 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: refactor the 'D' command.
M ./Yi/Keymap/Vim.hs -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080624160442-eb2e9-cca8ba58a514617bbf51f06d368
Tue Jun 24 19:04:09 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: yet another refactoring of cut/yank functions.
M ./Yi/Keymap/Vim.hs -26 +30
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080624230409-eb2e9-4dbbceacc9f5615197bcd25f9eb6fff870766
Thu Jun 26 04:34:01 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: fix a bug when selecting a unit when we already are on the begining of
such a unit (e.g. "daw")
M ./Yi/Keymap/Vim.hs -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/2008
Thu Jun 26 04:37:58 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: yet^2 another refactor of cut/yank functions (it seems to converge
though).
M ./Yi/Keymap/Vim.hs -18 +19
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080626083758
Thu Jun 26 04:35:05 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: refactor beginIns.
M ./Yi/Keymap/Vim.hs -15 +14
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080626083505-eb2e9-df6394ca1a875b2fe22735e7517659c1ae8d6
Thu Jun 26 04:51:27 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add some motion operators (g~: switch case, gU: upper, gu: lower, g?:
rot13).
This includes motions like (where X is on of ~Uu?):
- word motions (gXw, gXW, gXb, gXB, gXE, gXe, ...)
- line motions (gX
Thu Jun 26 07:04:01 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: comment the 'yank' function that is not used for now.
M ./Yi/Keymap/Vim.hs +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080626110401-eb2e9-deacf5c18b47ee0ab9f7fa0053a
Thu Jun 26 07:04:40 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: "cw" and "cW" now behave as badly as in Vim
Indeed one should expect "cw" working as "dwi", but it behaves as "ciw".
This patch also takes care of the posit
in again, but for now it would
add an unneeded extra work.
> In any case, although I'm not knowledgeable about vi, the work you've
> been doing on Vim emulation looks very good: I just wanted to mention
> it does not go unnoticed.
Thanks!
Cheers,
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Thu Jun 26 07:24:32 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add support for "c"hanging a unit (ciw, caw, cip...).
M ./Yi/Keymap/Vim.hs -1 +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080626112432-eb2e9-6867154c570e0c32c71a8a7a143
Fri Jun 27 03:42:02 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: multiply nested Replictate moves.
M ./Yi/Keymap/Vim.hs +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627074202-eb2e9-9794bb8098a4185da76a4e79786e309a2408f
Fri Jun 27 04:40:19 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Yi/Buffer/Normal: warn police.
M ./Yi/Buffer/Normal.hs +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627084019-eb2e9-3f54e845028047fa53da72e5db2197ed2112f
Fri Jun 27 16:18:33 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Export checkPeekB.
M ./Yi/Buffer/Normal.hs -1 +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627201833-eb2e9-63e259ae4900949648ee78a4311187ff5e1e2
Fri Jun 27 16:19:13 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add unionRegion.
M ./Yi/Buffer/Region.hs +6
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627201913-eb2e9-61dfa035b3083e68f20a256bb3f4f4b2b7176
Fri Jun 27 16:19:31 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add setSelectRegionB and extendSelectRegionB.
M ./Yi/Buffer/HighLevel.hs +11
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627201931-eb2e9-d1eeb45e70797a2bce1b449e29bf16d796fba
Fri Jun 27 16:19:35 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add Sentence and Delimited Char Char text units.
M ./Yi/Buffer/Normal.hs +10
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627201935-eb2e9-9b755f9179240c57ee797cdfa5a178a5b2445
Fri Jun 27 16:20:00 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: allow to select a text unit in visual mode (vaw, viw...).
M ./Yi/Keymap/Vim.hs -2 +7
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627202000-eb2e9-5f4887f646cea9dc4f0d6d8caddc65de1b403
Fri Jun 27 16:21:06 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add '(' and ')' motions for "sentence" moving.
M ./Yi/Keymap/Vim.hs +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627202106-eb2e9-7737220
Fri Jun 27 16:22:24 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: more text unit selection/moving/cutting...
's' for sentences.
'"' for "strings"
'\'' for 'strings'
'`' for `strings`
'(',
Fri Jun 27 17:02:03 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: minor simplifications.
M ./Yi/Keymap/Vim.hs -3 +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627210203-eb2e9-f4bb2892f9bad549e86ab1da5b753f37256de
Fri Jun 27 17:04:37 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* yi.cabal: relax the parsec dependency.
M ./yi.cabal -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080627210437-eb2e9-541837066edba553f3d8bd4d731a341360994
Fri Jun 27 17:11:14 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* yi.cabal: fix the without Shim mode.
M ./yi.cabal -3 +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/2008062724-eb2e9-d36b009562c2d59c6e94c15ac3aac2a913aeb
Sat Jul 5 08:25:58 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: supports fill operators, namely gq and gw (gwap to fill a paragraph).
M ./Yi/Keymap/Vim.hs +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080705122558
Sun Jul 6 09:52:54 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add supports for backward search ('?', 'N', and '#').
M ./Yi/Keymap/Vim.hs -24 +26
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080706135254-eb2e9-519f711
Sun Jul 6 09:49:10 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* remove 'opposite' since 'reverseDir' is the same function.
M ./Yi/Buffer/Normal.hs -5 +1 r1
View patch online:
http://code.haskell.org/yi/_darcs/pa
Sun Jul 6 09:56:22 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Wall police.
M ./Yi/Search.hs -2 +2
M ./Yi/String.hs +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080706135622-eb2e9-9e62a247bde37c5f0ef5d4381ceddc291303b
Sun Jul 6 09:46:42 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add directions to regex searching, enable searching backward.
M ./Yi/Buffer.hs -4 +4
M ./Yi/Buffer/Implementation.hs -5 +13
M ./Yi/Editor.hs -1 +2
M ./Yi/Keymap/Emacs/Utils.hs -1 +1
M ./Yi/Search.
Sun Jul 6 15:52:28 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: supports going to last non-space char of the line 'g_'.
M ./Yi/Keymap/Vim.hs -1 +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080706195228-eb2e9-2a1703854b45945a44941c6b77b
Sun Jul 6 15:52:20 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add lastNonSpaceB.
M ./Yi/Buffer/HighLevel.hs -1 +4
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080706195220-eb2e9-3e7c04d47549cca7487684846ddcf21c9646f
Sun Jul 6 16:34:32 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add goUnmatchedB.
M ./Yi/Buffer/HighLevel.hs +13
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080706203432-eb2e9-4505f36937c26f2f57b1187200ccc433bdcb1
Sun Jul 6 16:35:15 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add [(, [{, ]), ]} to go to the next/prev unmatched paren/brace block.
M ./Yi/Keymap/Vim.hs +11
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080706203515
Sun Jul 6 20:11:26 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Refactor mkVimRegion as inclusiveRegionB, and use it in Vim to refactor
lineWiseRegion.
M ./Yi/Buffer/Region.hs -9 +7
M ./Yi/Keymap/Vim.hs -18 +6
View patch online:
http://code.haskell.org/yi/_darcs/p
e.haskell.org/yi/_darcs/patches/20080717082543-9c550-b80e1c47231ed5e52d3b4e14f29393435357532b.gz
>
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
was my GHC-6.8.3 setup where libgmp was not visible, I've already
fixed a similar problem by adding
extra-lib-dirs: /opt/local/lib/
to my ~/.cabal/config and today adding
extra-include-dirs: /opt/local/include/
fixed the current issue.
> On Thu, Jul 17, 2008 at 11:56 AM, Nicola
Tue Jul 22 17:38:28 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add a type sig for mkHighlighter'.
M ./Yi/Modes.hs -1 +12
M ./Yi/Syntax.hs +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080722213828-eb2e9-9bdcf89f6f25d6f53345f79aa87a06ca
Tue Jul 22 17:21:44 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Restore and build by default the "cua" keymap, to serve as a basic keymap.
M ./Yi/Keymap/Cua.hs -1 +5
M ./Yi/Main.hs -1 +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/2008
Tue Jul 22 17:20:33 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Trigger the haskell mode on .hsc files.
M ./Yi/Modes.hs +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080722212033-eb2e9-29381446fe0d3e71d972dce967375ae681b0d
Tue Jul 22 17:21:13 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add a lexer (and so a basic mode) for OCaml.
A ./Yi/Lexer/OCaml.x
M ./Yi/Modes.hs -2 +14
M ./yi.cabal +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080722212113
> (insModeKeymap defKeymapConfig) }
> >
> > An extension of which would be to create a framework for adding new modes.
> >
> > Does this sound reasonable? Or is there something I'm missing that
> > would simplify this?
> >
> > --
> > -Corey O'Connor
> >
> > >
> >
>
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
onfig { insModeKeymap = myCustomAction <||
> (insModeKeymap defKeymapConfig) }
>
> An extension of which would be to create a framework for adding new modes.
>
> Does this sound reasonable? Or is there something I'm missing that
> would simplify this?
This seems r
$ cabal install yi -fvty
> > Resolving dependencies...
> > cabal: dependencies conflict: yi-0.4 requires Cabal ==1.2.4.0 however
> > Cabal-1.2.4.0 was excluded because yi-0.4 requires Cabal ==1.4.0.1
> > $
> >
> > // Carl
> >
>
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
> > $ cabal install yi -fvty
> > > Resolving dependencies...
> > > cabal: dependencies conflict: yi-0.4 requires Cabal ==1.2.4.0 however
> > > Cabal-1.2.4.0 was excluded because yi-0.4 requires Cabal ==1.4.0.1
> > > $
> > >
> > > // Carl
> > >
> >
>
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
s safer.
> Please try it out before the official announcement ;)
>
> Cheers,
> JP.
>
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
t;
> http://code.google.com/p/yi-editor/issues/list
>
> Feel free to add missing entries :)
Huh, what is the question?
> 3. Do you consider contributing code to Yi? If so what would help to
> get you started?
* I already contribute and plan to continue
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
uot;
* Would be very nice and would make it more impressive
176 "Vim block/rectangle functions not yet implemented"
* Would be nice, but care must be took.
> Feel free to add missing entries :)
I've to take time to formally reports some issues...
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Sun Sep 7 12:50:05 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add some aliases (:edit,:read)
M ./Yi/Keymap/Vim.hs +8
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080907165005-eb2e9-7bd4914e9389b25ceef12cd5bf95df7fc4e24
Wed Sep 24 18:42:44 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Rename regexBI as regexRegionBI, and introduce a regexRegionB wrapper.
M ./Yi/Buffer/Implementation.hs r1
M ./Yi/Buffer/Misc.hs -1 +6 r1
View patch online:
http://code.haskell.org/yi/_darcs/p
Wed Sep 24 18:46:40 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add the 'family' keyword to Haskell and LiterateHaskell lexers.
M ./Yi/Lexer/Haskell.x -1 +1
M ./Yi/Lexer/LiterateHaskell.x -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/2008
Wed Sep 24 18:50:13 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add includedRegion.
M ./Yi/Region.hs -1 +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080924225013-eb2e9-0849965731d22af982abaafa7d0ec65822ec5
Wed Sep 24 18:54:12 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Replace searchAndRepLocal by searchAndRepRegion and searchAndRepUnit.
M ./Yi/Search.hs -22 +24
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080924225412
Wed Sep 24 18:57:55 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: add support for :%s and the /g option.
M ./Yi/Keymap/Vim.hs -9 +11
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080924225755-eb2e9-18e2f93f0bc840496a5e9758ff930973ef41c
Wed Sep 24 19:21:18 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Search: remove a spurious 'trace' call (recently introduced).
M ./Yi/Search.hs -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080924232118-eb2e9-f7b833bf4237a8f86c8ed69f133
Wed Sep 24 23:53:59 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Dired: handle opening a file in a non-existing dir.
M ./Yi/Dired.hs -14 +13
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080925035359-eb2e9-f0fe3f71df83a4c8c8757b0a6ae8bed8a9a03
Thu Sep 25 01:14:54 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Buffer.Basic: add the direction (along the lines of 'maybe' or 'either').
M ./Yi/Buffer/Basic.hs +7
View patch online:
http://code.haskell.org/yi/_darcs/pa
Thu Sep 25 01:15:37 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: remove a useless import of Dynamic.
M ./Yi/Keymap/Vim.hs -1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080925051537-eb2e9-ec484ee439aafbf02cb7eaf2470bfbd27b898
Thu Sep 25 01:16:07 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: fix a bug with the empty search.
M ./Yi/Keymap/Vim.hs -10 +7
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080925051607-eb2e9-485c79dc15d4340879b0ef7da42643734b292
Thu Sep 25 01:35:32 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Buffer.Region: add regionOfNonEmpty, and simplify others.
M ./Yi/Buffer/Normal.hs -12 +8
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080925053532-eb2e9-d5a9939815b92a6748d1c8b18eb8f4cedf279
Thu Sep 25 01:36:57 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: use regionOfNonEmptyB
This fixes two buglets:
- '*' one the begin of a word
- inner operator selection (as in 'diw').
M ./Yi/Keymap/Vim.hs -5 +2
View patch online:
http://
Thu Sep 25 02:00:34 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: support for showing info on the current char.
Commands are "ga", ":ascii", and ":as".
M ./Yi/Keymap/Vim.hs +13
View patch online:
http://code.haskell.org/yi
Thu Sep 25 20:50:41 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: support '=' (as a binding to adjIdent).
M ./Yi/Keymap/Vim.hs +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080926005041-eb2e9-334ca937e70c20111ee95997e51
Thu Sep 25 20:52:03 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: use adjBlock when inserting and deleting.
M ./Yi/Keymap/Vim.hs -3 +3
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080926005203-eb2e9-a80aaf47e31ce036dcae55d279ef5ddc29e40
Thu Sep 25 20:48:35 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Add a type sig for indexedStreamB.
M ./Yi/Buffer/Misc.hs +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080926004835-eb2e9-7bd5d69ebada7cee880437c186e4eb02a2111
Thu Sep 25 20:50:29 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Move adjIdent to Yi.Misc.
M ./Yi/Keymap/Emacs.hs -1
M ./Yi/Keymap/Emacs/Utils.hs -7
M ./Yi/Keymap/Vim.hs -1 +1
M ./Yi/Misc.hs +6
View patch online:
http://code.haskell.org/yi/_darcs/p
Thu Sep 25 23:56:17 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: rename direction to dir, to avoid warnings.
M ./Yi/Keymap/Vim.hs -9 +9
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080926035617-eb2e9-14e602ac177bb22d14aad01ffc4bac43fa489
Fri Sep 26 00:32:46 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vty: renaming to avoid warnings.
M ./Yi/UI/Vty.hs -2 +2
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080926043246-eb2e9-9403917f30f718a758be865ad48db81877817
Sat Sep 27 12:27:48 EDT 2008 Nicolas Pouillard <[EMAIL PROTECTED]>
* Vim: change the indent thing from '=' to "==".
M ./Yi/Keymap/Vim.hs -1 +1
View patch online:
http://code.haskell.org/yi/_darcs/patches/20080927162748-eb2e9-c2384e941e82b6232
;M ./Yi/Core.hs -2
> >M ./Yi/Editor.hs -1 +1
> >
> > View patch online:
> >
> >
> > http://code.haskell.org/yi/_darcs/patches/20080930180310-9c550-b36779c679a43ee217031b3217f9aee4eec9271a.gz
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
Excerpts from Jean-Philippe Bernardy's message of Tue Sep 30 23:32:29 +0200
2008:
>
> On Tue, Sep 30, 2008 at 11:05 PM, Nicolas Pouillard
> <[EMAIL PROTECTED]> wrote:
> > Excerpts from Jean-Philippe Bernardy's message of Tue Sep 30 21:29:14 +0200
> >
Excerpts from Jean-Philippe Bernardy's message of Wed Oct 01 11:42:52 +0200
2008:
>
> On Wed, Oct 1, 2008 at 10:26 AM, Nicolas Pouillard
> <[EMAIL PROTECTED]> wrote:
>
> >> Derive is very fragile in as a standalone tool (I had to tune imports
> >> and a
probably know about this one since
your name is in the header :).
Cheers,
--
Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
1 - 100 of 426 matches
Mail list logo