Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Multibyte issue in 4.3.15
- X-seq: zsh-workers 30161
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: Multibyte issue in 4.3.15
- Date: Mon, 30 Jan 2012 22:39:02 +0100
- Authentication-results: mr.google.com; spf=pass (google.com: domain of richih.mailinglist@xxxxxxxxx designates 10.216.137.142 as permitted sender) smtp.mail=richih.mailinglist@xxxxxxxxx; dkim=pass header.i=richih.mailinglist@xxxxxxxxx
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=SHM9w+3DzGf+W4q44gGcPCcPixLWoSvIPsVSMSrVSOA=; b=pX0W+5H/9PWftwqtLdwJcD5CkqKL4PsrE5UogAb4ZW+R/UjY89oE28Bx5kNgqbvi4G HMeySdW7gbtI8jzVrIqzMTIAlKPZQOLYm+tWDiM7n1aGJ7jXNV//V56OfpLSbyWojcs1 6KLbo+g9rA/RiDmRlkdTqwfubQLIkqa/fyiQ8=
- In-reply-to: <CAHYJk3Tog2-9jsVU3cAWoy+MGei1j2CGsbd2XHhZogu_w=xagA@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAD77+gTw7X+heTneRNk88BeeHgWba2jaQSeT50brkjayaYqabg@mail.gmail.com> <CAHYJk3Tog2-9jsVU3cAWoy+MGei1j2CGsbd2XHhZogu_w=xagA@mail.gmail.com>
On Mon, Jan 30, 2012 at 21:47, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> I don't see why typing ' -w' should insert '-w '? (Typing the same
> sequence in vim produces the same as in zsh, ie, pressing w jumps to
> the start of the next word, not the end of the current one).
To be honest, I ignored whatever he meant by '-w'.
> I also can't reproduce the prompt issue, that's probably a broken
> setup. Ask him to reproduce from zsh -f.
I can.
% zsh -f
% setopt GLOB EXTENDED_GLOB MAGIC_EQUAL_SUBST RC_EXPAND_PARAM \
HIST_EXPIRE_DUPS_FIRST HIST_IGNORE_DUPS HIST_VERIFY CORRECT HASH_CMDS \
PRINT_EXIT_VALUE RC_QUOTES AUTO_CONTINUE MULTIOS VI INC_APPEND_HISTORY \
APPENDHISTORY
% unsetopt beep
% unset MAIL
% unicode -w䷥
<errors I forgot>
% <arrow_up><arrow_down><arrow_up><arrow_down><arrow_up><arrow_down>
The last one eats the prompt. Done within terminator 0.95
--
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author