Gettin The Sweet Sauce 64

Forum rules
Share your brain ;)
User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Gettin The Sweet Sauce 64

Unread post by DebianJoe » Wed Oct 30, 2013 3:24 am

^^ Good catch (I guess I hadn't tried the "left" arrow...because I hadn't seen that one.) Fixed and pushed. ;)

edit: I had to check my killx/rsi .emacs as well. I got it right there, but I apologize if this one caused any trouble with the left-button press on iswitch.
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Gettin The Sweet Sauce 64

Unread post by GekkoP » Wed Oct 30, 2013 10:06 am

No trouble at all, just a small exercise for me.

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Gettin The Sweet Sauce 64

Unread post by GekkoP » Wed Oct 30, 2013 7:19 pm

Using Emacs in X, is it possible to force it on gtk2? Now it opens like this:

Code: Select all

This is GNU Emacs 24.3.1 (i486-pc-linux-gnu, GTK+ Version 3.8.4)
Edit: recompiling it with --with-x-toolkit=gtk2 should do it.

User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: Gettin The Sweet Sauce 64

Unread post by ivanovnegro » Wed Oct 30, 2013 10:58 pm

Seems Debian made it depend on Gtk3 libraries.

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Gettin The Sweet Sauce 64

Unread post by DebianJoe » Thu Oct 31, 2013 3:35 am

@GekkoP: Have you tested if the above mentioned does force it to use gtk2? The Debian package is now pulling in libgtk-3-0. Obviously, if you have a working answer for getting around this, then I'm sure that it would be worth sharing.

I'm still using the nox version most of the time, because there's really just not that much difference in how I use each of them.
http://packages.debian.org/sid/emacs24-nox
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Gettin The Sweet Sauce 64

Unread post by machinebacon » Thu Oct 31, 2013 7:25 am

And there's -lucid but it's fugly. I would, if you don't have other libgtk-3-0 depending apps, purge libgtk3-0 and take the nox version. For the toolbar there's still F10.
..gnutella..

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Gettin The Sweet Sauce 64

Unread post by GekkoP » Thu Oct 31, 2013 9:47 am

Since I'm using Numix as GTK theme, Emacs is fine cause this theme has gtk3 support. I haven't compiled it yet, but I will soon on another machine and check if forcing gtk2 make a difference. I'll let you know.

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Gettin The Sweet Sauce 64

Unread post by GekkoP » Sun Nov 03, 2013 2:07 pm

^ haven't forgot about this. Compiled Emacs 24 with gtk2 instead of gtk3. All working good.
Image

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Gettin The Sweet Sauce 64

Unread post by GekkoP » Wed Nov 06, 2013 5:05 pm

Well, once again I have to say "thank you, DebianJoe". Going through the Emacs Lips manual laltely (eintr, so far) and really enjoying it. So thanks for pointing me in the right direction. Also, doing the exercises using scratch buffer like you suggest is really a neat trick.

Forgot the usual scrot:
Image

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: Gettin The Sweet Sauce 64

Unread post by GekkoP » Tue Dec 17, 2013 8:06 pm

Trying out Stumpwm for fun. Following Joe's instructions on how to get it, I ended up with a "Component STUMPWM not found" error. If anyone's interested in this wm, I managed to compile it and run it with this command:

Code: Select all

env CL_SOURCE_REGISTRY=$PWD: sbcl --load make-image.lisp

Post Reply