patch applied (yi): Shim/Utils.hs: cm out unused import

2008-11-26 Thread Jean-Philippe Bernardy
Wed Nov 26 13:38:54 EST 2008 [EMAIL PROTECTED] * Shim/Utils.hs: cm out unused import The only function using the Exception module is likewise commented out. M ./Shim/Utils.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.co

patch applied (yi): replace all RankNTypes with Rank2Types

2008-11-26 Thread Jean-Philippe Bernardy
Wed Nov 26 13:59:26 EST 2008 [EMAIL PROTECTED] * replace all RankNTypes with Rank2Types M ./Data/Prototype.hs -1 +1 M ./Makefile -1 +1 M ./Yi/Lexer/Alex.hs -1 +1 M ./Yi/Syntax/Linear.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-

patch applied (yi): +a few missing RankNTypes entries

2008-11-26 Thread Jean-Philippe Bernardy
Wed Nov 26 13:42:36 EST 2008 [EMAIL PROTECTED] * +a few missing RankNTypes entries M ./Data/Prototype.hs +1 M ./Yi/Lexer/Alex.hs -1 +1 M ./Yi/Syntax/Linear.hs +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://grou

patch applied (yi): yi.cabal: rm dupe entry for Yi.Accessor

2008-11-26 Thread Jean-Philippe Bernardy
Wed Nov 26 13:40:26 EST 2008 [EMAIL PROTECTED] * yi.cabal: rm dupe entry for Yi.Accessor This makes cabal check slightly happier. M ./yi.cabal -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group

patch applied (yi): jp: force the colors of the selection

2008-11-26 Thread Jean-Philippe Bernardy
Thu Nov 27 02:11:29 EST 2008 [EMAIL PROTECTED] * jp: force the colors of the selection M ./Yi/Users/JP.hs -1 +7 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~-

patch applied (yi): cocoa: fix leaking of objects when buffer is filled by other threads

2008-11-26 Thread Jean-Philippe Bernardy
Thu Nov 27 02:09:31 EST 2008 [EMAIL PROTECTED] * cocoa: fix leaking of objects when buffer is filled by other threads M ./Yi/UI/Cocoa.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-deve

Issue 205 in yi-editor: Show GHCi buffer on loading it

2008-11-26 Thread codesite-noreply
Updates: Labels: -You Comment #2 on issue 205 by jeffwheeler: Show GHCi buffer on loading it http://code.google.com/p/yi-editor/issues/detail?id=205 I assume "You" isn't an intended label. :) -- You received this message because you are listed in the owner or CC fields of this issue, o

Re: darcs patch: sp Configuration.text (and 4 more)

2008-11-26 Thread Jean-Philippe Bernardy
Please, do not submit conflicting patches. You can test this by having a clone of the clean repository and applying your bundle to it. Cheers, JP. On Wed, Nov 26, 2008 at 8:02 PM, <[EMAIL PROTECTED]> wrote: > Sun Nov 23 23:28:51 EST 2008 [EMAIL PROTECTED] > * sp Configuration.text > > Wed No

Issue 205 in yi-editor: Show GHCi buffer on loading it

2008-11-26 Thread codesite-noreply
Updates: Labels: You Comment #1 on issue 205 by JeanPhilippe.bernardy: Show GHCi buffer on loading it http://code.google.com/p/yi-editor/issues/detail?id=205 You can use withEditor to lift EditorM to YiM. -- You received this message because you are listed in the owner or CC fields o

Re: Spurious -Wall warning?

2008-11-26 Thread Jean-Philippe Bernardy
> So is this just a false positive by GHC? I noticed this before, so I believe it is indeed a GHC bug. Cheers, JP. --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~

Re: Creating a new mode/app: incremental reading

2008-11-26 Thread Jean-Philippe Bernardy
On Thu, Nov 27, 2008 at 3:22 AM, Gwern Branwen <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On Wed, Nov 26, 2008 at 5:03 PM, Gwern Branwen wrote: >> setBufferContents doesn't seem to exist. At least, recursive grep >> can't find anything but setBuffer. > >

Re: Creating a new mode/app: incremental reading

2008-11-26 Thread Jean-Philippe Bernardy
On Wed, Nov 26, 2008 at 11:03 PM, Gwern Branwen <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On Wed, Nov 26, 2008 at 4:18 PM, Jean-Philippe Bernardy wrote: > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEAREKAAYFAkktx7oACgkQvpDo5

Re: Creating a new mode/app: incremental reading

2008-11-26 Thread Gwern Branwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wed, Nov 26, 2008 at 5:03 PM, Gwern Branwen wrote: > setBufferContents doesn't seem to exist. At least, recursive grep > can't find anything but setBuffer. OK, so I found two ways to do this: > setBufferContents :: (MonadEditor m) => String ->

Re: Creating a new mode/app: incremental reading

2008-11-26 Thread Gwern Branwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wed, Nov 26, 2008 at 4:18 PM, Jean-Philippe Bernardy wrote: -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEAREKAAYFAkktx7oACgkQvpDo5Pfl1oJehACcC5Xv/voypK9dyE2oq1ovRCQr 260AnA/qHX2hv/IDahTo2gD24oSt+kpD =m7/c -END PGP SIG

Re: Creating a new mode/app: incremental reading

2008-11-26 Thread Jean-Philippe Bernardy
It seems you're on the right track concerning keybindings and such. Random tips: * You can rebind a key globally though the defaultKeymap field * Use 'io' to lift IO to YiM; * functions to manipulate buffers are in Editor.hs (mostly). * You can use setBufferContents to overwrite the contents of t

Issue 206 in yi-editor: Repo doesn't specify default address

2008-11-26 Thread codesite-noreply
Updates: Status: Fixed Comment #1 on issue 206 by JeanPhilippe.bernardy: Repo doesn't specify default address http://code.google.com/p/yi-editor/issues/detail?id=206 Should be fixed -- You received this message because you are listed in the owner or CC fields of this issue, or becaus

Creating a new mode/app: incremental reading

2008-11-26 Thread Gwern Branwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello all. So recently I resolved to write, in some sort of Haskell way, an 'incremental reading' utility. For details, see . The summarized version is that an incremental reader is essentially an editor* which has the user read a small portion of a

Issue 182 in yi-editor: Quitting in Vty doesn't collapse window

2008-11-26 Thread codesite-noreply
Comment #3 on issue 182 by jeffwheeler: Quitting in Vty doesn't collapse window http://code.google.com/p/yi-editor/issues/detail?id=182 Here's a link that documents it, slightly: http://bash-hackers.org/wiki/doku.php/scripting/terminalcodes -- You received this message because you are list

Issue 182 in yi-editor: Quitting in Vty doesn't collapse window

2008-11-26 Thread codesite-noreply
Comment #2 on issue 182 by jeffwheeler: Quitting in Vty doesn't collapse window http://code.google.com/p/yi-editor/issues/detail?id=182 Vim, and apparently most other programs, use the terminal codes "tcup smcup" and "tcup rmcup" to handle this. These functions save and restore the state of

Issue 206 in yi-editor: Repo doesn't specify default address

2008-11-26 Thread codesite-noreply
Status: Accepted Owner: gwern0 Labels: Type-Defect Priority-Low New issue 206 by gwern0: Repo doesn't specify default address http://code.google.com/p/yi-editor/issues/detail?id=206 The Yi darcs repo doesn't set a default email address for 'darcs send'; this slows things down and forces a new de

darcs patch: sp Configuration.text (and 4 more)

2008-11-26 Thread gwern0
Sun Nov 23 23:28:51 EST 2008 [EMAIL PROTECTED] * sp Configuration.text Wed Nov 26 13:38:54 EST 2008 [EMAIL PROTECTED] * Shim/Utils.hs: cm out unused import The only function using the Exception module is likewise commented out. Wed Nov 26 13:40:26 EST 2008 [EMAIL PROTECTED] * yi.cabal:

Spurious -Wall warning?

2008-11-26 Thread Gwern Branwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 So I've noticed for some time now a warning while building: Shim/Utils.hs:40:0: Warning: Module `Data.List' is imported, but nothing from it is used, except perhaps instances visible in `Data.List' To suppress this wa

Issue 205 in yi-editor: Show GHCi buffer on loading it

2008-11-26 Thread codesite-noreply
Status: Accepted Owner: gwern0 Labels: Type-Enhancement Priority-Low New issue 205 by gwern0: Show GHCi buffer on loading it http://code.google.com/p/yi-editor/issues/detail?id=205 In the current Haskell mode, one can mimic Emacs's haskell-mode in part by having a keybinding like:

Issue 204 in yi-editor: unicode support in cocoa

2008-11-26 Thread codesite-noreply
Status: Accepted Owner: JeanPhilippe.bernardy Labels: Type-Defect Priority-Medium Component-UI-Cocoa New issue 204 by JeanPhilippe.bernardy: unicode support in cocoa http://code.google.com/p/yi-editor/issues/detail?id=204 open for example Yi/Users/JP.hs and observe. -- You received this mess

Issue 203 in yi-editor: ghc processes started with the ghci command are not properly terminated.

2008-11-26 Thread codesite-noreply
Status: Accepted Owner: JeanPhilippe.bernardy Labels: Type-Defect Priority-Medium New issue 203 by JeanPhilippe.bernardy: ghc processes started with the ghci command are not properly terminated. http://code.google.com/p/yi-editor/issues/detail?id=203 Maybe see this: http://darcs.haskell.org/

Re: darcs patch: Replace PatternSignatures with ScopedTypeVariables to ...

2008-11-26 Thread Jean-Philippe Bernardy
On Wed, Nov 26, 2008 at 5:42 AM, Jeff Wheeler <[EMAIL PROTECTED]> wrote: > Tue Nov 25 22:41:57 CST 2008 Jeff Wheeler <[EMAIL PROTECTED]> > * Replace PatternSignatures with ScopedTypeVariables to fix warnings > > This may not work in 6.8, but 6.10 warns on the previous usage. > Seems to work on

patch applied (yi): Replace PatternSignatures with ScopedTypeVariables to fix warnings

2008-11-26 Thread Jean-Philippe Bernardy
Tue Nov 25 23:41:57 EST 2008 Jeff Wheeler <[EMAIL PROTECTED]> * Replace PatternSignatures with ScopedTypeVariables to fix warnings This may not work in 6.8, but 6.10 warns on the previous usage. M ./Yi/Core.hs -1 +1 M ./Yi/Eval.hs -1 +1 M ./Yi/History.hs -1 +1 --~--~-

patch applied (yi): jp: more intelligent choice of frontends

2008-11-26 Thread Jean-Philippe Bernardy
Wed Nov 26 02:54:55 EST 2008 [EMAIL PROTECTED] * jp: more intelligent choice of frontends M ./Yi.hs -1 +1 M ./Yi/Main.hs -6 +6 M ./Yi/Users/JP.hs -2 +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.