Re: [9fans] fn oddity with acme

2008-12-27 Thread erik quanstrom
>> >> Ah thanks, I would have never thought of using builtin in that case, I >> thought that the word following builtin had to be an rc built-in >> command. > > I doubt that "builtin acme" was a planned feature of rc, > though it's a neat trick. If you want to be clearer, you > could write /bin/a

Re: [9fans] fn oddity with acme

2008-12-27 Thread Russ Cox
>> fn acme { builtin acme -f /lib/font/bit/fixed/unicode.8x13.font $*} > > Ah thanks, I would have never thought of using builtin in that case, I > thought that the word following builtin had to be an rc built-in > command. I doubt that "builtin acme" was a planned feature of rc, though it's a nea

Re: [9fans] fn oddity with acme

2008-12-25 Thread Mathieu Lonjaret
On Thu, Dec 25, 2008 at 1:55 AM, erik quanstrom wrote: >> Ah sorry I had confused the various tests I did: the case where I >> actually have this problem is if >> I call the function acme itself, ie if I do >> fn acme { acme -f /lib/font/bit/fixed/unicode.8x13.font } >> >> If I call it acmef or wh

Re: [9fans] fn oddity with acme

2008-12-24 Thread erik quanstrom
> Ah sorry I had confused the various tests I did: the case where I > actually have this problem is if > I call the function acme itself, ie if I do > fn acme { acme -f /lib/font/bit/fixed/unicode.8x13.font } > > If I call it acmef or whatever else, no problem, which seems less odd to me > now.

Re: [9fans] fn oddity with acme

2008-12-24 Thread Mathieu Lonjaret
On Wed, Dec 24, 2008 at 7:04 PM, erik quanstrom wrote: >> I've defined such an rc function: >> fn acmef { acme -f /lib/font/bit/fixed/unicode.8x13.font } >> and when I call this function I keep getting this error displayed >> repetively on the screen: >> >> grow segment 3 -> f0 would overlap 0

Re: [9fans] fn oddity with acme

2008-12-24 Thread erik quanstrom
> I've defined such an rc function: > fn acmef { acme -f /lib/font/bit/fixed/unicode.8x13.font } > and when I call this function I keep getting this error displayed > repetively on the screen: > > grow segment 3 -> f0 would overlap 0 [f00-1000] > > this happens both with p9p acme/rc a

[9fans] fn oddity with acme

2008-12-24 Thread Mathieu
Hi all, I've defined such an rc function: fn acmef { acme -f /lib/font/bit/fixed/unicode.8x13.font } and when I call this function I keep getting this error displayed repetively on the screen: grow segment 3 -> f0 would overlap 0 [f00-1000] this happens both with p9p acme/rc and in 9