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

2010-09-18 Thread Jean-Philippe Bernardy
On Sat, Sep 18, 2010 at 7:10 PM, Jeremy Wall wrote: > Finally got postfix on the macbook properly configured to relay email > correctly. Whew!! This is something I always wanted to accomplish, but failed to achieve so far. Would you care sharing your experience? As for the actual patches, I lean

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. > >

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

2010-09-18 Thread jwall
2 patches for repository http://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. scrolling off the top or bottom of the screen now just moves the viewport the minimum # of lines necessary to keep the point in sight. T

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 verified I have the >> send

Re: Patch to improve scrolling in Yi

2010-09-18 Thread Jeff Wheeler
On Sat, Sep 18, 2010 at 10:18 AM, Jeremy Wall wrote: > 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. It should show up within half an hour or so if you have sendmail working. Did you setup the "from" address to be th

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? > > If this is your first time trying

Re: Patch to improve scrolling in Yi

2010-09-18 Thread Jeff Wheeler
On Sat, Sep 18, 2010 at 9:10 AM, Jeremy Wall wrote: > Should I resend? or wait a bit more? If this is your first time trying to send something via darcs, it's probably a local problem. You need to have postfix or sendmail or something set up on your system before it can send to the list. Please

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 that make scrolling work more > > reasonabl

Re: Patch to improve scrolling in Yi

2010-09-18 Thread Deniz Dogan
2010/9/18 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

Re: Patch to improve scrolling in Yi

2010-09-18 Thread Jean-Philippe Bernardy
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 that make scrolling work more > reasonable (in my opinion) by only moving the window the minimum > dista

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