Package: zsh
Version: 4.3.0-dev-2-2
Severity: important
Here are the steps to reproduce the bug on my setup...
Start zsh, execute one command, say... 'ls'.
'ESC, k, j'... (looking for something in the history, decide you can't
find it and go back to start)
'i' to enter insert mode, then type any command again.
The text displayed at this point is random unicode, and it is difficult
to keep the shell from segfaulting at this point. This bug is VERY
irritating and I hit it all the time.
I'm using the /usr/share/doc/zsh/examples/zshrc.gz file from this
version of the package with a few modifications. The following is a
diff of my .zshrc with this one.
9,11d8
< # THIS FILE IS NOT INTENDED TO BE USED AS /etc/zshrc, NOR WITHOUT EDITING
< return 0 # Remove this line after editing this file as appropriate
<
13c10
< cdpath=(.. ~ ~/src ~/zsh)
---
> cdpath=(.. ~)
34a32,33
> eval `dircolors`
> alias ls='ls --color=auto'
65,66c64,65
< manpath=($X11HOME/man /usr/man /usr/lang/man /usr/local/man)
< export MANPATH
---
> #manpath=($X11HOME/man /usr/man /usr/lang/man /usr/local/man)
> #export MANPATH
69c68
< hosts=(`hostname` ftp.math.gatech.edu prep.ai.mit.edu wuarchive.wustl.edu)
---
> hosts=(`hostname` moria)
72c71,78
< PROMPT='%m%# ' # default prompt
---
> fg_red=$'%{\e[0;31m%}'
> fg_blue=$'%{\e[0;34m%}'
> fg_green=$'%{\e[0;32m%}'
> fg_white=$'%{\e[1;37m%}'
>
> #PS1='%($debian_chroot.$debian_chroot.)%{\e[01;[EMAIL
> PROTECTED]:${\e[1;34m$}\w${\e[00m%}%# '
> PS1="${fg_red}%(?..(%?%))[EMAIL PROTECTED]:${fg_blue}%~${fg_white}%#"
> #PROMPT="%m%# " # default prompt
111c117
< # bindkey -v # vi key bindings
---
> bindkey -v # vi key bindings
113c119
< bindkey -e # emacs key bindings
---
> # bindkey -e # emacs key bindings
161a168,169
>
> PATH="~/bin:$PATH"
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages zsh depends on:
ii debconf [debconf-2.0] 1.4.67 Debian configuration management sy
ii libc6 2.3.5-11 GNU C Library: Shared libraries an
ii libncurses5 5.5-1 Shared libraries for terminal hand
Versions of packages zsh recommends:
ii libcap1 1:1.10-14 support for getting/setting POSIX.
ii libpcre3 6.4-1.1 Perl 5 Compatible Regular Expressi
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]