<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.misc.suckless">
    <title>gmane.comp.misc.suckless</title>
    <link>http://blog.gmane.org/gmane.comp.misc.suckless</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9444"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9436"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9434"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9425"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9423"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9403"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9393"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9386"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9375"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9364"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9361"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9348"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9343"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9339"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9332"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9323"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9322"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.suckless/9320"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9444">
    <title>[surf]keybind to scroll left/right</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9444</link>
    <description>&lt;pre&gt;Hello everyone.

I was wondering if there is any way to have a keybind to scroll left or
right, just like you can scroll up and down with C-k and C-j?



&lt;/pre&gt;</description>
    <dc:creator>Thuban</dc:creator>
    <dc:date>2012-05-24T05:52:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9436">
    <title>github mirror</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9436</link>
    <description>&lt;pre&gt;Hi guys,

What are your github user ids, so I can add them to the scklss "Owners
Team" page?

Trying to figure out who reserved "suckless" on github:
http://twitter.com/kaihendry/status/205228871329656832

hghub.org no worky for me, all I see is "Under active development!".
Nonetheless it would be great if you could help figure out the optimal
hg-git-hg work flow and tools required to pull it off.

Regards,

On 23 May 2012 03:48, pancake &amp;lt;pancake&amp;lt; at &amp;gt;youterm.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Kai Hendry</dc:creator>
    <dc:date>2012-05-23T09:33:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9434">
    <title>static linking from cat-v on r/linux</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9434</link>
    <description>&lt;pre&gt;Watch your blood pressure.

http://www.reddit.com/r/linux/comments/tzk5e/dynamic_linking_considered_harmful_should_distros/


&lt;/pre&gt;</description>
    <dc:creator>Martin Kopta</dc:creator>
    <dc:date>2012-05-23T05:42:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9425">
    <title>[dwm] dynamic environment variables</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9425</link>
    <description>&lt;pre&gt;I am wondering if it is possible to implement some (synamic) management of
environment variables, so, for example I could change HTTP_PROXY when I hook my
laptop in a new place, and all the processes started from now on would respect
it.  I see some problems, it would work if I start my browser via dmenu, but
not from terminal or tabbed.  It seems that one cannot (easily) modify
/proc/PID/environ.  Sucking window managers do that with dbus which is dirty...

Sincerely,
s.


&lt;/pre&gt;</description>
    <dc:creator>Swiatoslaw Gal</dc:creator>
    <dc:date>2012-05-19T16:26:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9423">
    <title>[st] [patch] add font selection to command line</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9423</link>
    <description>&lt;pre&gt;
Hello,

this is small patch to add -f and -F switches to change FONT and
BOLDFONT defaults.

&lt;/pre&gt;</description>
    <dc:creator>Sergej Pupykin</dc:creator>
    <dc:date>2012-05-16T17:07:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9407">
    <title>I messed up...used glib, dbus, and friends. Need help to fix this mistake</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9407</link>
    <description>&lt;pre&gt;Hello,

I messed up bad...I thought by using glib/GIO functionality it would
make it easier for me. However, I realized now that everything is so
much more complicated.

I used glib/GIO/gvfs to do the following:

 1. Mounting USB disks, partitions, and samba shares.
    - Suckless alternative: libc, libmount?
 2. Getting filesystem size, file modification times, etc.
    - Suckless alternative: libc, anything else?
 3. Spawn tasks asynchronously and return the stderr and stdout output.
    - Suckless alternative: libspawn
 4. Dictionary data type to store key value pairs.
    - Suckless alternative: hash table with libc?
 5. String utility
    - Suckless alternative: libporty

Any recommendations on lighter weight libraries I can use to accomplish
the above tasks?

Thanks,
Amit


&lt;/pre&gt;</description>
    <dc:creator>Amit Uttamchandani</dc:creator>
    <dc:date>2012-05-16T01:53:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9403">
    <title>dwm: XKeycodeToKeysym deprecated patch</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9403</link>
    <description>&lt;pre&gt;XKeycodeToKeysym was deprecated on 2011-10-10 [0]. The included patch
updates dwm.c to use XkbKeycodeToKeysym instead.

[0]
http://cgit.freedesktop.org/xorg/lib/libX11/commit/include/X11?id=f2651e03f3295a453a2965c3749bc8b6e66f1c09

&lt;/pre&gt;</description>
    <dc:creator>James Turner</dc:creator>
    <dc:date>2012-05-16T01:41:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9393">
    <title>switch keyboard layout</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9393</link>
    <description>&lt;pre&gt;Hi guys!

I upgrade my os ubuntu 11.10 to 12.04 and dwm-5.8.2 to dwm-6.0
Before upgrade process, I switch under my keyboard layouts like this:
,and it was be fine for me, but after upgrade that not working.
Can you help?
On the current time I have a only one layout (eng ) ).

&lt;/pre&gt;</description>
    <dc:creator>Nikolay G. Petrov</dc:creator>
    <dc:date>2012-05-15T08:52:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9386">
    <title>changing sizes in the master area</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9386</link>
    <description>&lt;pre&gt;Hello,

An unpatched dwm cannot change the sizes of windows in the master area, can it?

Thanks
M

&lt;/pre&gt;</description>
    <dc:creator>Manolo Martínez</dc:creator>
    <dc:date>2012-05-14T11:24:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9375">
    <title>swerc v. werc</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9375</link>
    <description>&lt;pre&gt;What's the difference between swerc and werc?

The only info I can find is this little snippet from the README:

"swerc is simple werc, a fork of Uriel's werc."

--
David Krauser


&lt;/pre&gt;</description>
    <dc:creator>David Krauser</dc:creator>
    <dc:date>2012-05-13T23:10:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9364">
    <title>suckless document generator for C code</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9364</link>
    <description>&lt;pre&gt;Hello,

I'm looking for a document generator for C code. Mainly to document APIs
to give to UI developers.

Looked at quite a few options and it seems gtk-doc is suitable. A couple
of kernel projects use it (libudev) and it doesn't have a huge
dependency list.

What do you all think? What do you use?

Thanks,
Amit


&lt;/pre&gt;</description>
    <dc:creator>Amit Uttamchandani</dc:creator>
    <dc:date>2012-05-11T16:45:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9361">
    <title>flzip: *FLATE program, can read gz</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9361</link>
    <description>&lt;pre&gt;Hello all.

I wrote a program to inflate/deflate data, that can read and write
zlib-format data and read gzip-format data. I thought that some here
might find it useful.

http://strake.zanity.net:1104/flzip.git

2.6 kLoC, public domain.
Needs plan9port.

Cheers,
strake


&lt;/pre&gt;</description>
    <dc:creator>Strake</dc:creator>
    <dc:date>2012-05-10T15:47:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9348">
    <title>Introducing SLUT (Suckless Linux Using a Tablet)</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9348</link>
    <description>&lt;pre&gt;Hi Folks:

For some time now I've been cobbling together a kind of suckless
ecosystem for use on tablet or hybrid touch devices.  I thought I'd
release some of the code to the public, although most of it is
proof-of-concept and cobbled together.

GOAL

Operate without a keyboard.

OVERVIEW

SLUT combines a patched dwm which is gesture aware.  A certain
gesture, or clicking on the status text, will launch a patched dmenu
which is mouse aware, allowing you to launch various things you want
to launch, e.g., svkbd, surf, zathura, etc.  Gesture mode is toggled
by way of a physical button on the tablet (in this case, the power
button, although the volume buttons would work).  Switching between
applications is achieved via dmenu + a patched version of lsw.  You
should also modify the apps that you play with to be "gesture" aware,
that is, to respond to Control-F1 through Control-F6 (see dwm's
config.h).

All the best,
Peter



&lt;/pre&gt;</description>
    <dc:creator>Peter Hartman</dc:creator>
    <dc:date>2012-05-09T12:02:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9343">
    <title>[dwm] X autologin and startup applications</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9343</link>
    <description>&lt;pre&gt;Hello,

Using dwm on a customized system and accomplished X autologin and
starting of applications using the following:

For X autologin:
 1. Modified /etc/X11/xinit/xserverrc to add a sudo. Thus:
    exec sudo /usr/bin/X -nolisten tcp "$&amp;lt; at &amp;gt;"

 2. Add user to sudoers list with no password required.

 3. Have the following in /etc/init.d/autox:
    su autouser -l -c "/bin/bash --login -c startx &amp;gt;/dev/null 2&amp;gt;&amp;amp;1" &amp;amp;

For starting of applications:
 1. In the user's xinitrc:
    exec dwm &amp;amp;
    xrandr --output LVDS-2 --fb 1300x740 --scale 1.62x1.54
    hash surf &amp;amp;&amp;amp; surf http://localhost/

So the questions are:
 1. Is there a better way to accomplish X autologin? Preferrably without
    installing a login manager.

 2. For autostarting applications, the above was the only way I could
    get surf to maximize with the xrandr scaling. Otherwise surf would
    only maximize to the original resolution (in this case, 800x480).

 3. What is the 'hash' used for? I got this from the xinitrc.example on
    on the dwm website.

Thank you,
Amit


&lt;/pre&gt;</description>
    <dc:creator>Amit Uttamchandani</dc:creator>
    <dc:date>2012-05-07T05:49:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9339">
    <title>st development</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9339</link>
    <description>&lt;pre&gt;Hi all,

As I'm enrolled in Google Summer of Code until the end of summer,
updates to st are unlikely. If someone is interested in working on it,
ask Anselm for a write access to the repo.
If you want some ideas, here are a few a the top of my head:

* I think the Xdbe patch is interesting and should be integrated. Any
experimentation to make the drawing faster while keeping the terminal
logic separated from the drawing is welcome. As I've already said, I'm
don't know much about X11.
* There are also some bugfixes that have been posted on the list that
I have not looked into which should probably be integrated as well.
I'm thinking of the the new-output-but-not-refreshing bug which is
annoying.
* Improve xterm compatibility.
* The selection code has to be cleaned up. I've started to commit some
things locally but it's not finished.
* Merge the Xft branch and refactor code in order to have one
interface for both system. Improve the support for unusual glyph in a
smart way (switch to another font is not present in the current one,
etc). This can be tedious because you have to work around Xlib in
weird ways. You can look at urxvt for implementation details.
* Implement scrollback buffer. I've never needed this one but it's one
of those thing where lot of people ask for it and it's not very hard
to implement.
* There's more in the TODO and README files.


&lt;/pre&gt;</description>
    <dc:creator>Aurélien Aptel</dc:creator>
    <dc:date>2012-05-05T21:41:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9332">
    <title>st not handling wicd-curses as expected</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9332</link>
    <description>&lt;pre&gt;I've compiled st, and I am enjoying it without any problems except for 
unusual behavior with wicd-curses. It handles other curses interfaces 
without problem. I've read the page on the community wiki about st and 
see there mentions of acsc capabilities and other information related to 
drawing semi-graphical characters for terminal GUIs like curses, but I 
wasn't able to parse any useful info from it. Attached is a screen shot 
to give you an idea of what I am talking about. notice the difference 
with xterm (screenshot also attached). The other screens of wicd-curses 
also have problems. I tried st compiled with TNAME as "st", 
"st-256color" and "xterm" and I didn't notice any difference. Does 
anyone have any clues?

James

&lt;/pre&gt;</description>
    <dc:creator>James Smith</dc:creator>
    <dc:date>2012-05-05T04:51:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9324">
    <title>Spherical Cow</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9324</link>
    <description>&lt;pre&gt;Greetings comrades,

just some fun about our newest enemy: Fedora[0].

As you can see, some people at Fedora still realize how
they bloat. 


Sincerely,

Christoph Lohmann

[0] https://lists.fedoraproject.org/pipermail/announce/2012-April/003067.html



&lt;/pre&gt;</description>
    <dc:creator>Christoph Lohmann</dc:creator>
    <dc:date>2012-05-03T13:43:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9323">
    <title>about patch xft on FreeBSD</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9323</link>
    <description>&lt;pre&gt;Hello!

I'm using dwm 6.0 on FreeBSD 9.0 Release amd64. I need font antialias and
CJK supports for statusbar. When I patch
http://dwm.suckless.org/patches/dwm-6.0-xft.diff, some errors show:

# cd /usr/ports/x11-wm/dwm/work/dwm-6.0/
# patch -p1 &amp;lt; ~/dwm-6.0-xft.diff
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/dwm-6.0/dwm.c  2011-12-19 10:02:46.000000000 -0500
|+++ src/dwm-6.0-xft/dwm.c      2012-03-30 10:29:25.156110278 -0400
--------------------------
File to patch: dwm.c
Patching file dwm.c using Plan A...
Hunk #1 succeeded at 39.
Hunk #2 succeeded at 109.
Hunk #3 succeeded at 486.
Hunk #4 succeeded at 790.
Hunk #5 succeeded at 819.
Hunk #6 succeeded at 1070.
Hunk #7 succeeded at 1634.
Hunk #8 succeeded at 1704.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/dwm-6.0/config.def.h   2011-12-19 10:02:46.000000000 -0500
|+++ src/dwm-6.0-xft/config.def.h       2012-03-30 10:22:26.048380780 -0400
--------------------------
File to patch: config.def.h
Patching file config.def.h using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 18.
Hunk #3 succeeded at 28.
Hunk #4 succeeded at 46.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/dwm-6.0/config.mk      2011-12-19 10:02:46.000000000 -0500
|+++ src/dwm-6.0-xft/config.mk  2012-03-30 11:32:31.768929769 -0400
--------------------------
File to patch: config.mk
Patching file config.mk using Plan A...
Hunk #1 succeeded at 14 with fuzz 1.
done
# cd /usr/ports/x11-wm/dwm/
# make install clean
===&amp;gt;  Installing for dwm-6.0
===&amp;gt;   dwm-6.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===&amp;gt;   dwm-6.0 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc -
found
===&amp;gt;   Generating temporary packing list
===&amp;gt;  Checking if x11-wm/dwm already installed
dwm build options:
CFLAGS   = -O2 -pipe -fno-strict-aliasing  -std=c99 -I. -I/usr/include
-I/usr/local/include  -DVERSION="6.0" -DXINERAMA
LDFLAGS  =  -L/usr/lib -lc -L/usr/local/lib -lX11 -L/usr/local/lib
-lXinerama -D_THREAD_SAFE -I/usr/local/include
-I/usr/local/include/freetype2  -L/usr/local/lib -lXft -lXrender
-lfontconfig -lfreetype -lX11
CC       = cc
CC dwm.c
In file included from /usr/local/include/X11/Xft/Xft.h:39,
                 from dwm.c:42:
/usr/local/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No
such file or directory
In file included from dwm.c:42:
/usr/local/include/X11/Xft/Xft.h:40:10: error: #include expects "FILENAME"
or &amp;lt;FILENAME&amp;gt;
In file included from dwm.c:42:
/usr/local/include/X11/Xft/Xft.h:60: error: expected '=', ',', ';', 'asm'
or '__attribute__' before '_XftFTlibrary'
/usr/local/include/X11/Xft/Xft.h:94: error: expected
specifier-qualifier-list before 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:101: error: expected
specifier-qualifier-list before 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:188: warning: type defaults to 'int' in
declaration of 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:188: error: expected ';', ',' or ')'
before '*' token
/usr/local/include/X11/Xft/Xft.h:293: warning: type defaults to 'int' in
declaration of 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:293: error: expected ';', ',' or ')'
before '*' token
/usr/local/include/X11/Xft/Xft.h:352: error: expected '=', ',', ';', 'asm'
or '__attribute__' before 'XftLockFace'
/usr/local/include/X11/Xft/Xft.h:391: warning: type defaults to 'int' in
declaration of 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:391: error: expected ';', ',' or ')'
before '*' token
/usr/local/include/X11/Xft/Xft.h:397: warning: type defaults to 'int' in
declaration of 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:397: error: expected ';', ',' or ')'
before '*' token
/usr/local/include/X11/Xft/Xft.h:406: error: expected declaration
specifiers or '...' before 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:407: error: expected declaration
specifiers or '...' before 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:416: error: expected '=', ',', ';', 'asm'
or '__attribute__' before 'XftCharIndex'
/usr/local/include/X11/Xft/Xft.h:449: warning: type defaults to 'int' in
declaration of 'FT_UInt'
/usr/local/include/X11/Xft/Xft.h:449: error: expected ';', ',' or ')'
before '*' token
*** Error code 1

Stop in /usr/ports/x11-wm/dwm/work/dwm-6.0.
*** Error code 1

Stop in /usr/ports/x11-wm/dwm.
*** Error code 1

Stop in /usr/ports/x11-wm/dwm.

What shall I do? Thanks!
&lt;/pre&gt;</description>
    <dc:creator>alphachi</dc:creator>
    <dc:date>2012-05-03T13:34:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9322">
    <title>mkmk for plan9port/9base?</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9322</link>
    <description>&lt;pre&gt;Hi all

I just wondered if anyone has tried to adopt mkmk [1] to 9base and/or
plan9port. In my (rather amateurish) attempts to port various stuff to
plan9 [2], I have found mkmk to be a really great tool to make mkfiles
for various packages that otherwise need autoconf etc...

I just read up on the sta.li page again and saw that mk is what is
planned to be used for this system.
If that is the case, I think mkmk could be a good complement to deal
with packages expecting GNU stuff (autoconf, libtool, make).


[1] steve/mkmk under fgb's contrib on Plan9. Mirrored at:
http://code.google.com/p/ports2plan9/source/browse/#hg%2Fporting-tools%2Fmkmk
[2] http://code.google.com/p/ports2plan9/


&lt;/pre&gt;</description>
    <dc:creator>Jens Staal</dc:creator>
    <dc:date>2012-05-03T07:36:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9320">
    <title>[tabbed] explicitly requesting input focus</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9320</link>
    <description>&lt;pre&gt;Hey sucklers,

it seems tabbed is requesting input focus, see line 395 on tabbed.c [0]
On the other hand, dwm tries to work around/fix this, see line 873 in dwm.c
[1]
Chromium also seems to be requesting input focus explicitly.
Should this be fixed in tabbed ?

  [0]: http://hg.suckless.org/tabbed/file/5354ba0081c5/tabbed.c#l395
  [1]: http://hg.suckless.org/dwm/file/48309b14abb9/dwm.c#l871


&lt;/pre&gt;</description>
    <dc:creator>Ivan Kanakarakis</dc:creator>
    <dc:date>2012-04-30T13:41:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.suckless/9318">
    <title>[nldev] NetLink DEVice manager</title>
    <link>http://comments.gmane.org/gmane.comp.misc.suckless/9318</link>
    <description>&lt;pre&gt;Greetings.

I  would  like to present nldev[0], which is a simple tool that will at‐
tach to the netlink bus of the Linux kernel and  run  mdev(1)  (part  of
busybox). Additionally it includes helper files for mdev(1) that emulate
much of the udevd madness. Some parts are avoided, like  »by‐part«  sym‐
links  to  devices,  as they would require the utilities included in the
udev distribution.

See the README.md for how to replace udevd on your system.

If  you  just  want  to play with the netlink uevents, see nlmon[1], the
little brother of nldev.


Sincerely,

Christoph Lohmann

[0] http://git.r-36.net/nldev/
[1] http://git.r-36.net/nlmon/



&lt;/pre&gt;</description>
    <dc:creator>Christoph Lohmann</dc:creator>
    <dc:date>2012-04-28T18:44:29</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.misc.suckless">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.misc.suckless</link>
  </textinput>
</rdf:RDF>

