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. -- Sebastian P. Luque -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]