>>
>> 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
>> 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
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
> 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.
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
> 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
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