Re: patch applied (yi): Add vte ui (Gtk with integrated terminal)

2010-10-26 Thread Andy Stewart
Hi Jeff, Jeff Wheeler writes: > Tue Oct 26 11:03:34 EDT 2010 jeffwhee...@gmail.com > * Add vte ui (Gtk with integrated terminal) > Ignore-this: 6e6f237dc346e078c5076eec753ac00e > > Since the Pango UI sorta sucks, I thought this would be a nice way to get a > usable Gtk UI with less w

patch applied (yi): Add vte ui (Gtk with integrated terminal)

2010-10-26 Thread Jeff Wheeler
Tue Oct 26 11:03:34 EDT 2010 jeffwhee...@gmail.com * Add vte ui (Gtk with integrated terminal) Ignore-this: 6e6f237dc346e078c5076eec753ac00e Since the Pango UI sorta sucks, I thought this would be a nice way to get a usable Gtk UI with less work. This will reduce the amount of work that

Re: patch applied (yi): Add .authorspellings file

2010-10-26 Thread Jeff Wheeler
On Tue, Oct 26, 2010 at 2:17 PM, Jean-Philippe Bernardy wrote: > Sounds good! Alright, I'll push this patch. -- Jeff Wheeler Undergraduate, Electrical Engineering University of Illinois at Urbana-Champaign -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/grou

patch applied (yi): Remove Contributors.hs (just use 'darcs show authors' now)

2010-10-26 Thread Jeff Wheeler
Tue Oct 26 17:43:29 EDT 2010 jeffwhee...@gmail.com * Remove Contributors.hs (just use 'darcs show authors' now) Ignore-this: f410007fe7f0ef62c1930c77239e21ee R ./Contributors.hs -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: patch applied (yi): Add .authorspellings file

2010-10-26 Thread Jean-Philippe Bernardy
Sounds good! -- JP On Tue, Oct 26, 2010 at 5:21 PM, Jeff Wheeler wrote: > Fri Oct 22 18:49:47 EDT 2010  jeffwhee...@gmail.com >  * Add .authorspellings file >  Ignore-this: 484912c9a09caf6f9b58592f69fea51d > >  I'm inclined to replace the CONTRIBUTORS stuff with this. It doesn't do as >  much, bu

darcs patch: Add .authorspellings file

2010-10-26 Thread jeffwheeler
1 patch for repository jeffwhee...@code.haskell.org:/srv/code/yi: Fri Oct 22 17:49:47 CDT 2010 jeffwhee...@gmail.com * Add .authorspellings file I'm inclined to replace the CONTRIBUTORS stuff with this. It doesn't do as much, but it's a lot simpler and support is baked into darcs (`darcs

darcs patch: Add .authorspellings file

2010-10-26 Thread jeffwheeler
1 patch for repository jeffwhee...@code.haskell.org:/srv/code/yi: Fri Oct 22 17:49:47 CDT 2010 jeffwhee...@gmail.com * Add .authorspellings file I'm inclined to replace the CONTRIBUTORS stuff with this. It doesn't do as much, but it's a lot simpler and support is baked into darcs (`darcs

Re: VTE UI

2010-10-26 Thread Jean-Philippe Bernardy
On Tue, Oct 26, 2010 at 5:18 PM, Jeff Wheeler wrote: > Postfix seems to be failing me right now, so I've attached the patch instead. > > I've created a super simple UI based using the vte library, which just > provides a Gtk terminal widget. That seems like a pretty good idea! > Like I said in t

Re: November 2010 HCAR

2010-10-26 Thread Gwern Branwen
On Tue, Oct 26, 2010 at 11:20 AM, Jeff Wheeler wrote: > Should we change the xmonad-style config line to mention Dyre? Sure. Dyre doesn't have an HCAR entry yet, which is too bad, but it is still worth mentioning. -- gwern http://www.gwern.net/ -- Yi development mailing list yi-devel@googlegr

patch applied (yi): Remove unnecessary import

2010-10-26 Thread Jeff Wheeler
Tue Oct 26 11:00:39 EDT 2010 jeffwhee...@gmail.com * Remove unnecessary import Ignore-this: 1940dc6e12cdf247800715d72565dd1c M ./src/Yi/Config/Default.hs -1 -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

patch applied (yi): Add .authorspellings file

2010-10-26 Thread Jeff Wheeler
Fri Oct 22 18:49:47 EDT 2010 jeffwhee...@gmail.com * Add .authorspellings file Ignore-this: 484912c9a09caf6f9b58592f69fea51d I'm inclined to replace the CONTRIBUTORS stuff with this. It doesn't do as much, but it's a lot simpler and support is baked into darcs (`darcs show authors`).

Re: November 2010 HCAR

2010-10-26 Thread Jeff Wheeler
Should we change the xmonad-style config line to mention Dyre? On Mon, Oct 25, 2010 at 5:58 PM, Gwern Branwen wrote: > HCAR is coming up soon. I looked quickly through 'darcs changes', but > I only saw one major change, it seems - the switch to Hint. The > attached patch mentions it. > > Does any

VTE UI

2010-10-26 Thread Jeff Wheeler
Postfix seems to be failing me right now, so I've attached the patch instead. I've created a super simple UI based using the vte library, which just provides a Gtk terminal widget. Like I said in the patch, there's probably a method to launch the vty ui from within the same process, but I didn't