bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clearer: monatonicly increasing whitespace in fn


From: Paul Jarc
Subject: Re: Clearer: monatonicly increasing whitespace in fn
Date: Mon, 01 Jul 2002 14:01:21 -0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu)

linguist@rich-paul.net wrote:
>       This is not only an annoyance for the application that I am using (the
>       ability to interactively edit functions using something akin to
>               declare -f funky > /tmp/funky.$$ && 
>                       vi /tmp/funky.$$ && 
>                       eval "$(cat /tmp/funky.$$)"

"source /tmp/funky.$$" might let you work around the problem.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]