zshrc: Using "emulate -L"s in functions where needed
authorFrank Terbeck <ft@bewatermyfriend.org>
Sun, 7 Jun 2009 19:30:26 +0000 (21:30 +0200)
committerFrank Terbeck <ft@bewatermyfriend.org>
Wed, 8 Jul 2009 11:26:59 +0000 (13:26 +0200)
commit5c716b322f326200b851bdd3c8751cb1ab475e6e
tree93e4ffe879993e952ea2d0dd06cc3281a9befb5a
parente77b03812337fe05e38d367dad4188b7a231006a
zshrc: Using "emulate -L"s in functions where needed

This will allow people to get functions from our setup into theirs, even
if they are using very very uncommon option settings.

Also changing coding style from ${x} to $x in the touched functions.
Writing parameters as ${parameter} is clearer in most cases, but for
single-character variables it is actually harder to read and a lot
clumsier to type. I should probably add the to the policy...

This also contains a few misc changes/fixes that caught my eye while
browsing the file.
debian/changelog
etc/zsh/zshrc