[dev] [9base] patch to build on OpenBSD

2010-07-18 Thread Sebastian Liem
ehlo, I had to do some changes to successfully build 9base on OpenBSD-current. Changes a. include in lib9/_p9dir.c (already done in plan9port) b. s/_mktemp/__mktemp/g in ed/ed.c due clashing with libc (iirc) Patch included. diff -r 09af6227574f ed/ed.c --- a/ed/ed.c Fri Jun 04 11:44:25 2010

[dev] [dmenu] getting dmenu to use multiselect with tab completion

2010-07-18 Thread Sean Neilan
Hey All, I've been at this for hours.. I want dmenu to be able to select one command (like gvim) and then let me press a space and select another command with tab completion. Right now, dmenu selects the first command with tab completion but then the second command loses tab completion. In xmonad

[dev] Re: [dmenu] getting dmenu to use multiselect with tab completion

2010-07-18 Thread Sean Neilan
I'm sorry, I found what I was looking for a couple minutes after I sent this email. http://lists.suckless.org/dwm/0901/7355.html This patch will let you use tab completion to select a file. Wow. But, I also found this program called bashrun which is

[dev] Problem building dmenu tip

2010-07-18 Thread Josh Rickmar
I'm having the following problem when building dmenu tip on OpenBSD current. At first I thought it was a problem with OpenBSD, but a user in the irc channel said he remembers a similar problem when linking with ld on Linux. Any ideas? dmenu build options: CFLAGS = -std=c99 -pedantic -Wall -Os

[dev] wmii: dash, bash and tests in wmiirc

2010-07-18 Thread LuX
Hello list! First of all I would like to thank the author of wmii for this wonderful window manager. I am puzzled at the moment by the following problem. I would like to list a part of the content of a directory (in /dev/disk/by-id, list all the files whose name starts with 'usb') and make a t

Re: [dev] wmii: dash, bash and tests in wmiirc

2010-07-18 Thread Kris Maglione
On Mon, Jul 19, 2010 at 02:43:22AM +0200, LuX wrote: I am puzzled at the moment by the following problem. I would like to list a part of the content of a directory (in /dev/disk/by-id, list all the files whose name starts with 'usb') and make a test on this list in order to perform some actions.

Re: [dev] Problem building dmenu tip

2010-07-18 Thread Szabolcs Nagy
On 7/18/10, Josh Rickmar wrote: > in the irc channel said he remembers a similar problem when linking with > ld on Linux. Any ideas? nah, that's not what i meant i just noted that you get similar error when you link with ld in general like ld -o foo -lc foo.o > /usr/lib/crt0.o(.text+0x9d): In

Re: [dev] Problem building dmenu tip

2010-07-18 Thread Anselm R Garbe
On 18 July 2010 21:40, Josh Rickmar wrote: > I'm having the following problem when building dmenu tip on OpenBSD > current.  At first I thought it was a problem with OpenBSD, but a user > in the irc channel said he remembers a similar problem when linking with > ld on Linux.  Any ideas? > > dmenu

Re: [dev] [9base] patch to build on OpenBSD

2010-07-18 Thread Anselm R Garbe
Hi Sebastian, On 18 July 2010 17:26, Sebastian Liem wrote: > > ehlo, > > I had to do some changes to successfully build 9base on > OpenBSD-current. > > Changes >  a. include in lib9/_p9dir.c (already done in plan9port) >  b. s/_mktemp/__mktemp/g in ed/ed.c due clashing with libc (iirc) > > Patch