zsh-workers
 help / color / mirror / code / Atom feed
* Parameters are being typed as float by default?
@ 2001-07-07 16:06 Bart Schaefer
  2001-07-07 16:43 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Bart Schaefer @ 2001-07-07 16:06 UTC (permalink / raw)
  To: zsh-workers

This has something to do with 15291, 15292.  In my .zshrc is the snippet

    FP='?f%f:.?a :.(?eEND:?pb%pb\%:?abyte :.%bb..)?e?x - Next\: %x:.:.$'
    LESS="a mPm$FP q X"		# Less version 332
    let lines=$LINES-2
    export LESS="$LESS z$lines"

If I then "echo $LESS" I see

a mPm?f%f:.?a :.(?eEND:?pb%pb\%:?abyte :.%bb..)?e?x - Next\: %x:.:.$ q X z22.0000000000

I really didn't want that .0000000000 in there; it causes less to complain
that there's "no -. option".  Why did $lines become float-typed?  And can 
you please make it stop?


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-08 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-07 16:06 Parameters are being typed as float by default? Bart Schaefer
2001-07-07 16:43 ` Bart Schaefer
2001-07-07 19:27   ` Bart Schaefer
2001-07-08 22:22     ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).