zsh-users
 help / color / mirror / code / Atom feed
* bug or feature?
@ 1997-06-13 22:20 Louis-David Mitterrand
  0 siblings, 0 replies; 6+ messages in thread
From: Louis-David Mitterrand @ 1997-06-13 22:20 UTC (permalink / raw)
  To: zsh-users

Something strange in filename generation:

% ls JBC*a
JBClockView.java*    JBCodesSICOVAM.java
JBCode.java          JBConfig.java

so far so good... then:

% ls JBC*a~JBCo*
zsh: no matches found: JBC*a~JBCo*

but:

% ls JBC*.java~JBCo* 
JBClockView.java*

What gives?

(zsh-3.0.4-test on linux)

TIA

-- 

     Louis-David Mitterrand
     http://www.aparima.com/F1/
     mito@aparima.com


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Bug or feature?
@ 2000-07-28 11:31 Juhapekka Tolvanen
  2000-07-28 12:06 ` Andrej Borsenkow
  0 siblings, 1 reply; 6+ messages in thread
From: Juhapekka Tolvanen @ 2000-07-28 11:31 UTC (permalink / raw)
  To: zsh-user mailing list


My ~/.zshrc sources my ~/.kshrc via "." (dot) and my ~./kshrc sources my
~/.shinit via ".". My ~/shinit has also these lines:  

# {{{ Logout

trap '. $HOME/.sh_logout; exit' 0

# }}}

Bash, ash and pdksh really sources my  ~/.sh_logout during logout because of
that trap but my zsh does not. So I had to create ~/.zlogout that has just
these lines:

# ~/.zlogout

# echo ~/.zlogout

. ~/.sh_logout

Is this bug or feature? If it is bug, warn me, when that bug is fixed, so I
can delete that ~/.zlogout. 

You may ask, where I heard about such hack. Right this way:

http://www.oreilly.com/

http://unix.oreilly.com/

http://www.oreilly.com/catalog/upt2/

http://www.oreilly.com/catalog/upt2/examples/

http://www.oreilly.com/catalog/upt2/examples/#sh_logout

ftp://ftp.oreilly.com/pub/examples/power_tools/unix/split/sh_logout

# IF YOU USE bash, COPY THIS FILE INTO $HOME/.bash_logout .
# FOR OTHER SHELLS WITHOUT A LOGOUT FILE, PUT THIS INTO $HOME/.sh_logout
# AND ADD THE FOLLOWING LINE TO YOUR .profile:
#     trap '. $HOME/.sh_logout; exit' 0

BTW that "Drill-book" really rules, although it does not have something
about Zsh. 

-- 
Juhapekka "naula" Tolvanen * U of Jyväskylä * juhtolv@st.jyu.fi
http://www.cc.jyu.fi/~juhtolv/ * * "STRAIGHT BUT NOT NARROW !!" 
---------------------------------------------------------------
"if i was twice the man i could be, i'd still be half of what
you need"                                       Nine Inch Nails


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

end of thread, other threads:[~2000-07-28 12:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-13 22:20 bug or feature? Louis-David Mitterrand
2000-07-28 11:31 Bug " Juhapekka Tolvanen
2000-07-28 12:06 ` Andrej Borsenkow
2000-07-28 12:14   ` Juhapekka Tolvanen
2000-07-28 12:24     ` Andrej Borsenkow
2000-07-28 12:51       ` Juhapekka Tolvanen

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