zsh-workers
 help / color / mirror / code / Atom feed
* ${-str}
@ 2000-05-13 22:56 Tanaka Akira
  2000-05-15  8:04 ` ${-str} Geoff Wing
  0 siblings, 1 reply; 4+ messages in thread
From: Tanaka Akira @ 2000-05-13 22:56 UTC (permalink / raw)
  To: zsh-workers

Z(4):akr@serein% Src/zsh -f             
serein% print -lr ${-str}
569XZfims
serein% 

Hm.  What's `569XZfims'?
-- 
Tanaka Akira


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

* Re: ${-str}
  2000-05-13 22:56 ${-str} Tanaka Akira
@ 2000-05-15  8:04 ` Geoff Wing
  0 siblings, 0 replies; 4+ messages in thread
From: Geoff Wing @ 2000-05-15  8:04 UTC (permalink / raw)
  To: zsh-workers

Tanaka Akira <akr@m17n.org> typed:
:Z(4):akr@serein% Src/zsh -f             
:serein% print -lr ${-str}
:569XZfims
:serein% 
:
:Hm.  What's `569XZfims'?

Looks like short option list to me.

% zsh -f
% echo ${-}
569XZfims
% setopt rcs; echo ${-}
569XZims
% setopt norcs; echo ${-}
569XZfims

Src/options.c or the manual has a list.

Regards,
-- 
Geoff Wing : <gcw@pobox.com>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@rxvt.org>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <gcw@zsh.org>       Phone   : (Australia) 0413 431 874


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

* Re: ${-str}
  2000-05-15  9:28 ${-str} Sven Wischnowsky
@ 2000-05-15 10:01 ` Peter Stephenson
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Stephenson @ 2000-05-15 10:01 UTC (permalink / raw)
  To: Zsh hackers list

Sven wrote: 
> Geoff Wing wrote:
> > :serein% print -lr ${-str}
> > :569XZfims
> > % setopt norcs; echo ${-}
> > 569XZfims
> 
> Yep. The same as for the other special parameters (`${$foo}').
> Shouldn't we change this to be an error? Or do we really need this for 
> compatibility?

I think this should be an error.  This was never documented behaviour and
most forms of bad parameter syntax produce complaints.

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


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

* Re: ${-str}
@ 2000-05-15  9:28 Sven Wischnowsky
  2000-05-15 10:01 ` ${-str} Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Wischnowsky @ 2000-05-15  9:28 UTC (permalink / raw)
  To: zsh-workers


Geoff Wing wrote:

> Tanaka Akira <akr@m17n.org> typed:
> :Z(4):akr@serein% Src/zsh -f             
> :serein% print -lr ${-str}
> :569XZfims
> :serein% 
> :
> :Hm.  What's `569XZfims'?
> 
> Looks like short option list to me.
> 
> % zsh -f
> % echo ${-}
> 569XZfims
> % setopt rcs; echo ${-}
> 569XZims
> % setopt norcs; echo ${-}
> 569XZfims
> 
> Src/options.c or the manual has a list.

Yep. The same as for the other special parameters (`${$foo}').
Shouldn't we change this to be an error? Or do we really need this for 
compatibility?

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

end of thread, other threads:[~2000-05-15 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-13 22:56 ${-str} Tanaka Akira
2000-05-15  8:04 ` ${-str} Geoff Wing
2000-05-15  9:28 ${-str} Sven Wischnowsky
2000-05-15 10:01 ` ${-str} 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).