On 7/19/05, Sebastian Luque <[EMAIL PROTECTED]> wrote:
> Sebastian Luque <[EMAIL PROTECTED]> wrote:
>
> [...]
>
> > function myinfo { emacs -q -nw --eval "(info \"$1\")"; }
>
> Oops, looking at Jim's suggestion, I realized that the positional argument
> above should be in braces, so:
>
> function myinfo { emacs -q -nw --eval "(info \"${1}\")"; }
>
> is more precise.
In konq type ##info-- L.V.Gandhi http://lvgandhi.tripod.com/ linux user No.205042

