Re: What is the state of haskell programming in Yi?

2012-05-18 Thread Jeremy Wall
Yi development has slowed quite a bit but hasn't stopped completely. It does have an interactive ghci interface though. The problems you've had up to now are probably related to bit rot mostly. On May 18, 2012 8:25 AM, "Morten Lysgaard" wrote: > Being new to Yi I have little knowledge of how it w

Re: Re-thinking bootstrapping yi

2012-03-29 Thread Jeremy Wall
On Thu, Mar 29, 2012 at 1:36 PM, Corey O'Connor wrote: > On Thu, Mar 29, 2012 at 7:53 AM, Jeremy Wall wrote: >> I would add that making the build cabal-dev friendly as well would be >> a good idea. >> >> Having yi-contrib and yi be separate build makes compi

Re: Re-thinking bootstrapping yi

2012-03-29 Thread Jeremy Wall
On Wed, Mar 28, 2012 at 11:02 PM, Corey O'Connor wrote: > On Wed, Mar 28, 2012 at 1:23 AM, Jean-Philippe Bernardy > wrote: >> I'll just throw my two cents. >> >> I am not sure what are your goals, but my main issue with developing >> was the time it took to compile the sources. I think at the mom

Re: Re-thinking bootstrapping yi

2012-03-27 Thread Jeremy Wall
On Tue, Mar 27, 2012 at 8:32 PM, Corey O'Connor wrote: > I have been considering how to improve the developer experience. The > goal is to make the compile/test cycle shorter. There are a lot of way > to do this. However I'm thinking of going a bit nuts and integrating > the process into yi itself

Re: Creating a new mode

2012-03-12 Thread Jeremy Wall
Has anyone tried using cabal-dev with yi yet? It's on my list of things to try here soon. On Mon, Mar 12, 2012 at 8:02 AM, Jean-Philippe Bernardy wrote: >> ~/yi is the git clone root) there is a folder src but it >> contains {executable, library, parsertest, tests}. Does the >> Makefile need upda

Yi and its mission statement.

2011-05-16 Thread Jeremy Wall
It says on the main page of the yi google project page is to make yi the editor of choice for haskell hackers. I'm wondering if that is still the perferred mission. I only bring this up since several other contributors on the list have mentioned goals that were a little more ambitious. I think Yi

Re: Is flexible minibuffer location actually useful?

2011-05-10 Thread Jeremy Wall
On Tue, May 10, 2011 at 8:37 PM, Jeff Wheeler wrote: > On Tue, May 10, 2011 at 8:30 PM, Reiner Pope > wrote: > > > I'm currently working on making the layout of yi windows more flexible by > > the user (see Issue 348). Among other things, I would like to have my > > windows side-by-side as well

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread Jeremy Wall
On Tue, May 3, 2011 at 9:12 PM, wrote: > > Comment #7 on issue 346 by jeffwheeler: Cannot open files that do not > already exist (Mac OS X 10.6 Case-Sensitive HFS) > > http://code.google.com/p/yi-editor/issues/detail?id=346 > > I'm not sure if it's possible on OS X (although it should be in theor

Re: New user/possible contributor

2011-05-03 Thread Jeremy Wall
On Tue, May 3, 2011 at 12:42 PM, Andrew Myers wrote: > Thanks for the response Jeff, I'll take a look at the suggested > issues. I'm sorry to hear that Yi contributions are slowing down, I > They did slow down but there have been some new faces like me and now you showing up recently so as we g

Re: Two proposed updates to yi-editor

2011-04-26 Thread Jeremy Wall
On Tue, Apr 26, 2011 at 9:22 PM, Andy Gocke wrote: > Whatever, no problem. I can deal after you push. Very well. I've just pushed them both then. > > Andy > > On Tue, Apr 26, 2011 at 8:49 PM, Jeremy Wall wrote: > >> I can import the patches to a git repo if

Re: Two proposed updates to yi-editor

2011-04-26 Thread Jeremy Wall
mputer. For hg-git (which can import > and export in either direction). > > Andy > > > On Tue, Apr 26, 2011 at 8:45 PM, Jeff Wheeler wrote: > >> These are fine by me. Does the code.google.com mirror thing work >> backwards? >> >> On Tue, Apr 26, 2011 at

Two proposed updates to yi-editor

2011-04-26 Thread Jeremy Wall
first change I would like to push to mainline: http://code.google.com/r/jwall-yi-hacks/source/detail?r=ce5d1b476ac50cfe626c301975bf3f913671f0b2 It updates yi.cabal to restrict the rosezipper package to 0.1 - 0.2 since 0.3 significanlty changes the api. The other change: http://code.google.com/r/j

Re: BufferNames in Yi-editor

2011-04-18 Thread Jeremy Wall
wrote: > Are you changing directories frequently? Why are the buffers changing > names? > > On Mon, Apr 18, 2011 at 7:10 PM, Jeremy Wall wrote: > > As a user the scheme for buffer names in yi is a little annoying. As > > you open various files the buffer names have a habit o

BufferNames in Yi-editor

2011-04-18 Thread Jeremy Wall
As a user the scheme for buffer names in yi is a little annoying. As you open various files the buffer names have a habit of changing underneath you. When that happens switching buffers becomes an adventure of tab completion and figuring out what the name of your new buffer is. I have a couple of

Re: ANN: Yi 0.6.3

2011-03-25 Thread Jeremy Wall
Syntax highlighting for a number of other languages (latex, python, perl, > ...) > > ## More Info > > Read the README [1] on GitHub for more information. The source code > [2] is also hosted there. > > ## Credits > > This release is brought to you by: > > * Alexey

Re: Reorganization

2011-03-21 Thread Jeremy Wall
As of a few months ago it compiled but was completely broken. Font handling and display was non-functional and I'm sure more was broken as well. I stopped when I couldn't see any text to work with. On Mon, Mar 21, 2011 at 2:35 AM, Jeff Wheeler wrote: > On Mon, Mar 21, 2011 at 2:19 AM, Jeff Wheele

Re: Is it just me or did the yi darcs repo disappear from code.haskell.org?

2011-02-06 Thread Jeremy Wall
is back up >> Andy >> >> On Sat, Feb 5, 2011 at 7:21 PM, Andy Gocke wrote: >>> >>> OK, I will do that now. >>> Andy >>> >>> On Fri, Feb 4, 2011 at 2:24 PM, Jeff Wheeler >>> wrote: >>>> >>>> On Fri, Feb

Re: Thoughts on "yi-contrib" package?

2011-02-05 Thread Jeremy Wall
This might make Yi easier to build as well if we can use it to get rid of some of the dependencies. I would certainly be in favor of it. On Sat, Feb 5, 2011 at 6:32 PM, Jeff Wheeler wrote: > Hey all, > > If we can get Yi on github/code.google.com, I've got something I think > would be great for Y

Re: Is it just me or did the yi darcs repo disappear from code.haskell.org?

2011-02-04 Thread Jeremy Wall
On Fri, Feb 4, 2011 at 8:31 AM, Jeff Wheeler wrote: > (Sorry for the double-reply.) > > On Fri, Feb 4, 2011 at 8:28 AM, Jeff Wheeler wrote: > >> Several people seem interested in this, so while it's not my favorite >> solution, I'm okay with it. (I definitely want to see a github repo >> for the

Re: Is it just me or did the yi darcs repo disappear from code.haskell.org?

2011-02-02 Thread Jeremy Wall
On Wed, Feb 2, 2011 at 9:38 AM, Nicolas Pouillard wrote: > On Tue, 1 Feb 2011 14:51:18 -0600, Jeff Wheeler wrote: >> On Tue, Feb 1, 2011 at 2:28 PM, Robin Green wrote: >> >> > I can only agree - github just has that "cool" factor. Technically I >> > somewhat prefer darcs, but if you're going to

Re: Is it just me or did the yi darcs repo disappear from code.haskell.org?

2011-01-31 Thread Jeremy Wall
On Jan 31, 8:35 pm, Jeff Wheeler wrote: > On Mon, Jan 31, 2011 at 8:29 PM, Jeremy Wall wrote: > > g. code.haskell.org has not exactly been the most reliable of > > hosts. Admittedly it's less of a problem with DVCS's than centralized > > trackers but it&#x

Re: Is it just me or did the yi darcs repo disappear from code.haskell.org?

2011-01-31 Thread Jeremy Wall
I asked :-) On Jan 31, 8:19 pm, Gwern Branwen wrote: > On Mon, Jan 31, 2011 at 9:12 PM, Jeremy Wall wrote: > > I'm looking at an empty directory right now and a darcs pull fails. > > I think it's just a general c.h.o problem. If you look at other repos > li

Is it just me or did the yi darcs repo disappear from code.haskell.org?

2011-01-31 Thread Jeremy Wall
I'm looking at an empty directory right now and a darcs pull fails. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Initial attempt at making the scrollstyle configurable

2010-10-14 Thread Jeremy Wall
, 2010 at 6:30 PM, Jeremy Wall wrote: >> This is my initial attempt at making this configurable. I'm not >> entirely certain I've taken the right approach so I'm sending this to >> request feedback :-) >> >> On Oct 12, 6:28 pm, jw...@google.com wrote

Re: Initial attempt at making the scrollstyle configurable

2010-10-12 Thread Jeremy Wall
This is my initial attempt at making this configurable. I'm not entirely certain I've taken the right approach so I'm sending this to request feedback :-) On Oct 12, 6:28 pm, jw...@google.com wrote: > 5 patches for repository /Users/jwall/sandbox/apps/yi-pristine: > > Tue Oct 12 17:16:10 CDT 2010

Re: darcs patch: IReader: rm dangerous concurrency

2010-10-11 Thread Jeremy Wall
Does removing the forkIO call mean that the writeDB is no longer done in the background? If so I think the docs for that function should be changed as well. On Mon, Oct 11, 2010 at 10:48 AM, wrote: > 1 patch for repository http://code.haskell.org/yi: > > Sun Oct 10 20:11:06 EDT 2010  gwe...@gmai

Re: Patch to improve scrolling in Yi

2010-10-04 Thread Jeremy Wall
Ok I'll try to add some documentation sometime this week. It's been end of quarter at work and I've been too busy with stuff to get back to the patch. On Mon, Oct 4, 2010 at 5:27 PM, Jean-Philippe Bernardy wrote: > On Tue, Oct 5, 2010 at 12:20 AM, Jeff Wheeler wrote: >> I think the more signific

Re: Patch to improve scrolling in Yi

2010-10-04 Thread Jeremy Wall
ling only a little bit at a > time like Vim. This is not a performance issue in Vim, its just as > fast. > > Making it an option to turn on or off would be nice. > > On Sat, Sep 18, 2010 at 9:26 AM, Jeremy Wall wrote: >> yep but I think since I use gmail that postfix may need s

Re: darcs patch: fix scrolling so it no longer snaps to t... (and 1 more)

2010-09-18 Thread Jeremy Wall
Finally got postfix on the macbook properly configured to relay email correctly. Whew!! On Sep 18, 12:09 pm, jw...@google.com wrote: > 2 patches for repositoryhttp://code.haskell.org/yi: > > Thu Sep 16 00:17:42 CDT 2010  jw...@google.com >   * fix scrolling so it no longer snaps to the middle. > >

Re: Patch to improve scrolling in Yi

2010-09-18 Thread Jeremy Wall
yep but I think since I use gmail that postfix may need some additional configuration I'm researching it now. On Sat, Sep 18, 2010 at 11:11 AM, Jeff Wheeler wrote: > On Sat, Sep 18, 2010 at 10:18 AM, Jeremy Wall wrote: > >> I just resent the two patches to the list. I ve

Re: Patch to improve scrolling in Yi

2010-09-18 Thread Jeremy Wall
I just resent the two patches to the list. I verified I have the sendmail command so I'm not sure why It's not showing up. On Sep 18, 10:03 am, Jeff Wheeler wrote: > On Sat, Sep 18, 2010 at 9:10 AM, Jeremy Wall wrote: > > Should I resend? or wait a bit more? > > I

Re: Patch to improve scrolling in Yi

2010-09-18 Thread Jeremy Wall
On Sep 18, 2:31 am, Jean-Philippe Bernardy wrote: > On Sat, Sep 18, 2010 at 6:36 AM, Jeremy Wall wrote: > > Since YI snaps the window to center on the point scrolling off the > > screen is a jarring experience. > > > I've put together a couple patches

Patch to improve scrolling in Yi

2010-09-18 Thread Jeremy Wall
Since YI snaps the window to center on the point scrolling off the screen is a jarring experience. I've put together a couple patches that make scrolling work more reasonable (in my opinion) by only moving the window the minimum distance to keep the point visible. (one line up or down). I've sent