Re: Failed to install Yi with GHC 6.10.1

2008-12-03 Thread allan
Andy Stewart wrote: > Hi Allan, > > Thanks for you details reply. > > But i think i'm no choose: > > I want to try gtk of Yi, so 1 chuck. > I'm a newbie of Haskell, so i think i can't fix this problem, so 3 > chuck. > And i think the darcs vers

Re: Failed to install Yi with GHC 6.10.1

2008-12-03 Thread allan
as 'darcs pull'ed in September of early October (I think). regards allan --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~---

Re: Failed to install Yi with GHC 6.10.1

2008-12-03 Thread allan
is a bit of effort but the effort is more or less wasted eventually. regards allan Andy Stewart wrote: > Hi all, > > I have install GHC 6.10.1 and gtk2hs (darcs version). > > When i use cabal install Yi 0.5.2, i got below error: > > , > | > | > |

Re: Spurious -Wall warning?

2008-11-27 Thread allan
Yeah I believe it's this bug: http://hackage.haskell.org/trac/ghc/ticket/1074 or this one if indeed they are not the same thing http://hackage.haskell.org/trac/ghc/ticket/2267 and this one: http://hackage.haskell.org/trac/ghc/ticket/1148 allan Jean-Philippe Bernardy wrote: >> So is

patch applied (yi): Use "cabal configure/build" instead "runhaskell configure/build"

2008-10-07 Thread Allan Clark
Tue Oct 7 05:26:35 EDT 2008 [EMAIL PROTECTED] * Use "cabal configure/build" instead "runhaskell configure/build" M ./Yi/Misc.hs -5 +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20081007092635-62629-029abf2cc7c9dea1c845ef0cab733ff2f5f61b1e.gz --~--~-~--~

cabalRun

2008-10-07 Thread allan
it? Is there some reason we are currently using "runhaskell Setup", I don't wish to break this for someone else. regards allan --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~---

Re: Poll

2008-09-10 Thread allan
spot.com/2008/09/yis-top-level-structure.html > > Please comment on it; or change it in the repository (doc/blog) if you > feel something is missing. > > Thanks, > JP. Okay this looks like a good start to a series, good effort. allan --~--~-~--~~-

Re: Poll

2008-09-10 Thread allan
almost any project. One thing that might helps others is a brief explanation of the various control structures used, that is: BufferM: This is used if you want to do an action which affects the current buffer etc... EditorM: This is used if your action must look

patch applied (yi): Minor changes to the haskell-script template

2008-09-02 Thread Allan Clark
Tue Sep 2 12:57:48 EDT 2008 [EMAIL PROTECTED] * Minor changes to the haskell-script template M ./Yi/Templates.hs -9 +13 View patch online: http://code.haskell.org/yi/_darcs/patches/20080902165748-62629-e0066c4a4461c20875bb35ecab76440b5b94f023.gz --~--~-~--~~~

Re: Issue 155 in yi-editor: Memory Usage in Yi

2008-09-01 Thread allan
ed. Previously it had been going past 50% before I would C-x C-c and restart. regards allan --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~---

Re: Issue 174 in yi-editor: C-x k should ask from confirmation on modified buffer

2008-09-01 Thread allan
Yeah that's fine as I said, I wasn't 100% happy with the patch I had written. regards allan [EMAIL PROTECTED] wrote: > Issue 174: C-x k should ask from confirmation on modified buffer > http://code.google.com/p/yi-editor/issues/detail?id=174 > > Comment #2 by JeanPhil

patch applied (yi): Small fix for Emacs C-x S, for saving all of the files (ie. the !) command

2008-08-31 Thread Allan Clark
Sun Aug 31 16:47:15 EDT 2008 [EMAIL PROTECTED] * Small fix for Emacs C-x S, for saving all of the files (ie. the !) command M ./Yi/Keymap/Emacs/Utils.hs -3 +4 View patch online: http://code.haskell.org/yi/_darcs/patches/20080831204715-62629-97b7dbae07d63517c1f7c279e3eec9398b9e4c0c.gz

patch applied (yi): Implement query/replace all (!) for Emacs

2008-08-31 Thread Allan Clark
Sun Aug 31 16:27:01 EDT 2008 [EMAIL PROTECTED] * Implement query/replace all (!) for Emacs M ./Yi/Keymap/Emacs/Utils.hs -1 +2 M ./Yi/Search.hs -6 +43 View patch online: http://code.haskell.org/yi/_darcs/patches/20080831202701-62629-c4950c5f585962b63fbfae8e9bbe2a2d498b655f.gz --~-

Small fix for mini-buffer completion

2008-08-20 Thread allan
(ie what is in the minibuffer) if that matches exactly any of the possibilities, if it doesn't then we do as before and simply choose the first infix match. regards allan --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.

Re: A Few Simple Yi Questions

2008-08-18 Thread allan
e only thing should be that the compilation of these can be 'switched off/on'. They should be compiled to avoid them getting stale but also it would be nice if people can still make say a small chance to one of the interfaces without necessarily changing everyone's e

Re: completion patch

2008-07-16 Thread allan
Okay yes, that's better. Jean-Philippe Bernardy wrote: > I implemented something slightly more useful, see my other patch. > Cheers, [snip] --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--

Re: Emacs killring

2008-07-15 Thread allan
have some private stuff in your HackerMain.hs regards allan Jean-Philippe Bernardy wrote: > it seems like you need to add the option: configKillringAccumulate > which controls globally if deletes are accumulated in killring or not. > > mai

Emacs killring

2008-07-15 Thread allan
pastes what was in the killring previously (nothing if I've just started or whatever is there from the last "M-w" (which works exactly as before and exactly as I expect it to)). So basically my question is: Is this new behaviour intentional? in which case I can just put the behav

Re: Patch: Fix instance IsString ByteString

2008-07-13 Thread Allan
Kalman Noel wrote: > Jean-Philippe Bernardy wrote: > On a side note, my today's build failure was due to forgetting to cabal > clean. Again. Sorry for that. (Allan: No need to run through my > questions anymore.) > Okay great, th

Re: Compile Error

2008-07-12 Thread Allan
. > * If not, does it still compile for you with all today's > patches? > > * Will it still compile with the patch I just posted? Not sure, I'm just rushing out the door now, so I'll have to try later, sorry. regards allan --~-

Re: Compile Error

2008-07-12 Thread Allan
This worked, thank you very much! regards allan Kalman Noel wrote: > Allan wrote: > > Try reinstalling regex-tdfa and vty so that they will be linked against > bytestring-0.9.1.0. > > Kalman > --~--~-~--~~~---~--~~ Yi development

Compile Error

2008-07-12 Thread Allan
e regex-base-0.93.1 requires bytestring-0.9.1.0 package parsec-3.0.0 requires bytestring-0.9.1.0 package regex-tdfa-0.94 requires parsec-2.1.0.1 package yi-0.4 requires parsec-3.0.0 regards allan --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~---

Re: tab completion in mini-buffer

2008-06-03 Thread allan
Jean-Philippe Bernardy wrote: > On Tue, Jun 3, 2008 at 1:47 PM, allan <[EMAIL PROTECTED]> wrote: >> >> but I quite like the automatic feed-back of starting from the start of >> the buffer name and completing with tab, when tab doesn't complete it >> sort

tab completion in mini-buffer

2008-06-03 Thread allan
fernamewhichis". In addition this tab also shows the hints after hitting TAB, which (IMO) improves feedback to the user. regards allan --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~-

Re: ignore previous message

2008-05-16 Thread allan
you just replace 'localBuildInfoFile' with '(localBuildInfoFile "dist") it *should* work (WARNING: non-tested). regards allan Mark Zander wrote: > I got past all of the dependency problems. My new error is: > > [22 of 84] Compiling Shim.ProjectConte

patch applied (yi): Fix for issue number 117 (switch using substring of buffer name)

2008-04-24 Thread Allan Clark
Thu Apr 24 08:40:26 EDT 2008 [EMAIL PROTECTED] * Fix for issue number 117 (switch using substring of buffer name) I've generalised "Yi.Editor.switchToBufferWithNameE" to accept a predicate over buffer names and will switch to the first buffer which satisfies this predicate. To retain p

Re: patch applied (yi): fix issue 115

2008-04-23 Thread allan
Thanks for the fix, this was beginning to grate on me a little. allan Jean-Philippe Bernardy wrote: > Wed Apr 23 08:26:34 EDT 2008 [EMAIL PROTECTED] > * fix issue 115 > counting the bytes of unicode chars had a corner case at eof > the fix is a bit ugly, maybe one can s

Re: patch applied (yi): Support for increasing and decreasing indentation styles

2008-04-21 Thread allan
es, but just thought I'd make it easy for someone to get the old behaviour again. regards allan Allan Clark wrote: > Mon Apr 21 11:49:29 EDT 2008 [EMAIL PROTECTED] > * Support for increasing and decreasing indentation styles > > I have added support to generalise the Yi.Ind

patch applied (yi): Support for increasing and decreasing indentation styles

2008-04-21 Thread Allan Clark
Mon Apr 21 11:49:29 EDT 2008 [EMAIL PROTECTED] * Support for increasing and decreasing indentation styles I have added support to generalise the Yi.Indent.autoIndentHelperB with a style argument. The style argument can (currently) be one of the following: IncreaseCycle IncreaseOn

Re: patch applied (yi): simplify test of "askQuit" for a given buffer; also fix it for directories

2008-04-11 Thread allan
unassociated with a file is wrong, it should start up with a question of the ilk "what do you want to do?" and our starting up the *scratch* buffer is essentially the same / perfectly reasonable especially as the *scratch* buffer initially tells you that you should open up a file.

patch applied (yi): Added ability to search for a newline in emacs bindings

2008-04-08 Thread Allan Clark
Tue Apr 8 11:39:37 EDT 2008 [EMAIL PROTECTED] * Added ability to search for a newline in emacs bindings M ./Yi/Keymap/Emacs/Utils.hs -5 +7 View patch online: http://code.haskell.org/yi/_darcs/patches/20080408153937-62629-e10c702ac3aed7f30878327ce618455c55486d75.gz --~--~-~--

patch applied (yi): Updated srmc syntax to included quoted names

2008-04-08 Thread Allan Clark
Tue Apr 8 11:42:41 EDT 2008 [EMAIL PROTECTED] * Updated srmc syntax to included quoted names M ./Yi/Syntax/Srmc.x +1 View patch online: http://code.haskell.org/yi/_darcs/patches/20080408154241-62629-ac0459e99a9e3aaf10a806886909f98aff377a5e.gz --~--~-~--~~~---

patch applied (yi): Emacs now asks the user about unsaved buffers before quitting

2008-04-06 Thread Allan Clark
Sun Apr 6 18:43:54 EDT 2008 [EMAIL PROTECTED] * Emacs now asks the user about unsaved buffers before quitting There is a slight trade-off here, in particular buffers not associated with any file and even more particularly for *messages* which is almost always modified without being sa

patch applied (yi): Added a 'haskell-script' template

2008-04-06 Thread Allan Clark
Sun Apr 6 18:45:24 EDT 2008 [EMAIL PROTECTED] * Added a 'haskell-script' template M ./Yi/Templates.hs -8 +83 View patch online: http://code.haskell.org/yi/_darcs/patches/20080406224524-62629-c8b50cfde820ce69f661cb608d3722010018701c.gz --~--~-~--~~~---~--~