zsh-workers
 help / color / mirror / code / Atom feed
* "integer" and specifying a base
@ 1998-06-27 17:24 Bart Schaefer
  1998-06-27 18:08 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 1998-06-27 17:24 UTC (permalink / raw)
  To: zsh-workers

Why doesn't "integer" accept the "-i N" option of "typeset"?  And if there's
a good reason why not, shouldn't the doc say that "integer" is equivalent to
"typeset -i10" and not "typeset -i"?

While I'm on the subject ...

integer [ {+|-}lrtux ] [ NAME[=VALUE] ... ]
     Equivalent to `typeset -i', except that options irrelevant to
     integers are not permitted.

Eh?  What relevance to integers do -l (lowercase) and -u (uppercase) have?
Surely those should be -L (left justify) and -R (right justify)?

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


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

* Re: "integer" and specifying a base
  1998-06-27 17:24 "integer" and specifying a base Bart Schaefer
@ 1998-06-27 18:08 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 1998-06-27 18:08 UTC (permalink / raw)
  To: zsh-workers

On Jun 27, 10:24am, Bart Schaefer wrote:
} Subject: "integer" and specifying a base
}
} What relevance to integers do -l (lowercase) and -u (uppercase) have?
} Surely those should be -L (left justify) and -R (right justify)?
                         ^^^^^^^^^^^^^^^^^  |  ^^^^^^^^^^^^^^^^^^
                     This would have to be  |  I mean -Z, for zero-padded
                     -LZ, of course.        |  right justify.


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


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

end of thread, other threads:[~1998-06-27 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-27 17:24 "integer" and specifying a base Bart Schaefer
1998-06-27 18:08 ` Bart Schaefer

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).