Re: [dev] [ANN] wmii 3.9a2 released

2009-09-29 Thread Kris Maglione
On Wed, Sep 30, 2009 at 01:25:14PM +0800, sqweek wrote: 2009/9/30 Kris Maglione :  * There is no more magic involved in choosing which rc to load.  * The wmiistartrc script is no more, rc scripts are loaded directly. High five, nice work. I know, everyone hated them. Myself included. -- Kri

Re: [dev] [ANN] wmii 3.9a2 released

2009-09-29 Thread Kris Maglione
On Wed, Sep 30, 2009 at 07:21:45AM +0200, Uriel wrote: Nice. Any chance we could get freshmeat announcements for new releases? I have perms to the fm project, but I'd rather whoever does the release makes the announcement (with a script like releaser/snake-steak you can upload the tarballs, tag h

Re: [dev] [ANN] wmii 3.9a2 released

2009-09-29 Thread sqweek
2009/9/30 Kris Maglione : >  * There is no more magic involved in choosing which rc to load. >  * The wmiistartrc script is no more, rc scripts are loaded directly. High five, nice work. -sqweek

Re: [dev] [ANN] wmii 3.9a2 released

2009-09-29 Thread Uriel
Nice. Any chance we could get freshmeat announcements for new releases? I have perms to the fm project, but I'd rather whoever does the release makes the announcement (with a script like releaser/snake-steak you can upload the tarballs, tag hg, post to the mailing list, and update freshmeat all in

[dev] [ANN] Ruby (Rumai) based wmiirc now distributed with wmii

2009-09-29 Thread Kris Maglione
wmii now includes a ruby-based wmiirc by Suraj Kurapati. The distributed version contains minor changes so that the default configuration more closely resembles the default wmii configuration. I'm maintaining the changes as a Mercurial patch queue on a mirror of Suraj's repo at suckless.org:

[dev] [ANN] wmii 3.9a2 released

2009-09-29 Thread Kris Maglione
Hi, wmii 3.9a2 is now available. Changes since 3.9a1: * A few bugs have been fixed. * wmii.pdf is now installed with wmii. * There is no more magic involved in choosing which rc to load. * rc.wmii is now alternative_wmiircs/plan9port/wmiirc * The wmiistartrc script is no more, rc scripts ar

Re: [dev] Suckless word processing solution?

2009-09-29 Thread Kris Maglione
On Tue, Sep 22, 2009 at 04:06:16PM +0100, Anselm R Garbe wrote: I'm looking for such thing as well. On IRC in the #suckless channel someone posted a link to Word 5.5 just now, I think that might be an option for the interim. I think Word 5.5 is the most usable MS Word release ever created, it def

Re: [dev] Suckless word processing solution?

2009-09-29 Thread Kris Maglione
On Tue, Sep 29, 2009 at 11:00:14PM +0200, markus schnalke wrote: I read in another mail that you need the Word-editable output for proof-readers or someone similar. Is there plain-text sufficient? Because then you could simply generate output with nroff. (I suppose Word can deal with plain-text f

Re: [dev] [dwm] pertag and struct Monitor issues

2009-09-29 Thread Sidney Amani
2009/9/29 Tadeusz Sośnierz : > And so I run out of ideas. Is there any > other way than moving this struct to config.h? I guess you can include gaplessgrid.h in dwm.c right after Monitor structure declaration. -- Sidney Amani

Re: [dev] Suckless word processing solution?

2009-09-29 Thread Kris Maglione
On Tue, Sep 22, 2009 at 05:10:51PM +0200, Uriel wrote: Can we setup a filter for dev@suckless.org that sends any html email to /dev/null, and autoreplies with "Fuck off moron." to the author of any such email? +1 -- Kris Maglione Good judgement comes from experience, and experience comes from

Re: [dev] Suckless word processing solution?

2009-09-29 Thread Uriel
Just FYI, p9p's troff does UTF-8 quite well too: http://plan9.us Peace uriel On Tue, Sep 29, 2009 at 11:00 PM, markus schnalke wrote: > [2009-09-22 18:39] Илья Илембитов >> >> I am looking for a lightweight solution to create rich formatted content in >> any >> MS Word-editable format > >> He

Re: [dev] Suckless word processing solution?

2009-09-29 Thread Paul McCann
On Tue, Sep 29, 2009 at 5:00 PM, markus schnalke wrote: > Heirloom doctools do ship an updated troff manual which is a good > reference. The central place for documentation is [0]. > > [0] http://troff.org I'd like to add that Unix Text Processing is available free online and still is a really ex

Re: [dev] Suckless word processing solution?

2009-09-29 Thread markus schnalke
[2009-09-22 18:39] Илья Илембитов > > I am looking for a lightweight solution to create rich formatted content in > any > MS Word-editable format > Heirloom project might be nice (at least, it is said to support UTF-8 and > modern fonts), but again it is unclear as to which documentation should

Re: [dev] hg tip fails on make target `rc.wmii.out'

2009-09-29 Thread Suraj Kurapati
On Tue, Sep 29, 2009 at 12:48 PM, Kris Maglione wrote: > On Tue, Sep 29, 2009 at 09:02:33PM +0200, Thomas Dahms wrote: >> MAKE all doc/ >> make[1]: *** No rule to make target `all'.  Stop. >> make: *** [dall] Error 2 > > Sorry, it looks like I forgot to add doc/Makefile. Should work now. Thanks,

Re: [dev] hg tip fails on make target `rc.wmii.out'

2009-09-29 Thread Kris Maglione
On Tue, Sep 29, 2009 at 09:02:33PM +0200, Thomas Dahms wrote: That was fast. But now this: ... MAKE all doc/ make[1]: *** No rule to make target `all'. Stop. make: *** [dall] Error 2 Sorry, it looks like I forgot to add doc/Makefile. Should work now. -- Kris Maglione If buffer overflows a

Re: [dev] UTF8 text in wmii

2009-09-29 Thread Kris Maglione
On Tue, Sep 29, 2009 at 09:09:34PM +0200, Yuval Hager wrote: Unfortunately, Xlib has rather atrocious font support. Your best bet is to use Xft: wmiir xwrite /ctl font xft:terminus-10 This doesn't work for me, with wmii-3.6. It does work with wmii-hg, but I can't get ruby-wmii to work wi

Re: [dev] hg tip fails on make target `rc.wmii.out'

2009-09-29 Thread Kris Maglione
On Tue, Sep 29, 2009 at 09:02:33PM +0200, Thomas Dahms wrote: That was fast. But now this: ... MAKE all doc/ make[1]: *** No rule to make target `all'. Stop. make: *** [dall] Error 2 It works for me, with bsdmake and gmake. What make are you using? -- Kris Maglione You can't trust code th

Re: [dev] UTF8 text in wmii

2009-09-29 Thread Yuval Hager
On Sunday 27 September 2009, Kris Maglione wrote: > On Sun, Sep 27, 2009 at 12:59:29PM +0300, Yuval Hager wrote: > >Some non-latin characters are displayed garbled within wmii (windows > > titles, tag names) - attached is Firefox window title I get. I tried > > using ucs fonts (*-ISO10646-1), but t

Re: [dev] hg tip fails on make target `rc.wmii.out'

2009-09-29 Thread Thomas Dahms
On Tue, 29 Sep 2009 15:00:09 -0400 Kris Maglione wrote: > On Tue, Sep 29, 2009 at 11:03:01AM -0700, Suraj Kurapati wrote: > >Please observe: > >... > >make[1]: *** No rule to make target `rc.wmii.out', needed by `all'. Stop. > >make: *** [dall] Error 2 > > Thanks, fixed. > That was fast. But

Re: [dev] hg tip fails on make target `rc.wmii.out'

2009-09-29 Thread Kris Maglione
On Tue, Sep 29, 2009 at 11:03:01AM -0700, Suraj Kurapati wrote: Please observe: ... make[1]: *** No rule to make target `rc.wmii.out', needed by `all'. Stop. make: *** [dall] Error 2 Thanks, fixed. You have commit access to the Google Code repo. Feel free to fix these things yourself. -- K

Re: [dev] hg tip fails on make target `rc.wmii.out'

2009-09-29 Thread Thomas Dahms
Hi, I just filed a bug report on this. The Makefile in doc/ is also missing the clean target. Thomas

[dev] hg tip fails on make target `rc.wmii.out'

2009-09-29 Thread Suraj Kurapati
Please observe: s...@yantram ~/l/wmii> hg clone http://hg.suckless.org/wmii destination directory: wmii requesting all changes adding changesets adding manifests adding file changes added 2494 changesets with 7855 changes to 481 files updating working directory 273 files updated, 0 files merged, 0

[dev] [dwm] pertag and struct Monitor issues

2009-09-29 Thread Tadeusz Sośnierz
Hello, I've stumbled upon this while trying to add gaplessgrid layout to my dwm. In pertag patch, the struct Monitor is moved after the '#include "config.h"' line, so it will know about 'tags' variable I guess. But the nasty thing is, layout patches like gaplessgrid need to know Monitor when compil

Re: [dev] dwm pertag_5.7

2009-09-29 Thread Sidney Amani
I pushed it last night should work with the 5.7.2 I forgot to let ml users know sorry for that. -- Sidney Amani

Re: [dev] Plan9port and wmiirc?

2009-09-29 Thread Tom Kazimiers
Thanks for your answers. Well, I created a symlink called „rc.wmii“ to wmiirc. I tryed to specify the -r parameter (my wmii executable tells me to use that) in my „wmii.desktop“ file (Xsessions), but this did not work, but I think X is to blame Kris Maglione wrote: > It actually specifies both. w

Re: [dev] dwm pertag_5.7

2009-09-29 Thread Anselm R Garbe
There is http://dwm.suckless.org/patches/dwm-5.7.2-pertag.diff since last night in sites/ Kind regards, Anselm 2009/9/29 Szabolcs Nagy : > On 9/29/09, Thomas Göbel wrote: >> i am not able to patch pertag_5.7.diff. I get the following error-lines. > > 5.7.1 changed arrange() to arrange(m) so an

Re: [dev] dwm pertag_5.7

2009-09-29 Thread Szabolcs Nagy
On 9/29/09, Thomas Göbel wrote: > i am not able to patch pertag_5.7.diff. I get the following error-lines. 5.7.1 changed arrange() to arrange(m) so an 5.7 patch is most likely broken

Re: [dev] dwm pertag_5.7

2009-09-29 Thread Thomas Göbel
* [27.09.2009 22:08]: > Hello, I've updated the pertag patch for dwm-5.7, > It compiles without warnings, as far as I've tested (a very little), > it works. Hi, i am not able to patch pertag_5.7.diff. I get the following error-lines. $ patch -p1 < pertag_5.7.diff patching file dwm.c Hunk #2 suc