vile
[Top][All Lists]
Advanced

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

Re: [vile] (no subject)


From: Thomas Dickey
Subject: Re: [vile] (no subject)
Date: Mon, 31 Aug 2015 17:48:34 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Aug 31, 2015 at 04:58:25PM -0400, Thomas Dickey wrote:
> > ~~~~~~~~~~~~~~~~~~~~
> > store-procedure show-register string="reg" "show the contents of a single 
> > register"
> >     ~local %bn
> >     setv %bn &cat "register-" $1
> >     find-file %bn
> >     1 goto-line
> >     delete-lines-til end-of-file
> >     put $1
> > ~endm
> > ~~~~~~~~~~~~~~~~~~~~
> > 
> > I've tried:
> > 
> > put "$1"
> > $1 put
> > "$1" put

You should be able to do

        use-register $1 put

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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