zsh-users
 help / color / mirror / code / Atom feed
From: Thorsten Kampe <thorsten@thorstenkampe.de>
To: zsh-users@sunsite.dk
Subject: Re: 'zstyle ':predict' verbose true' hangs on zsh 4.2.1
Date: Wed, 18 Aug 2004 19:50:43 +0200	[thread overview]
Message-ID: <1vk1025c4qlpi$.dlg@thorstenkampe.de> (raw)
In-Reply-To: <Pine.LNX.4.61.0408171807190.842@toltec.zanshin.com>

* Bart Schaefer (2004-08-18 03:14 +0200)
> On Wed, 18 Aug 2004, Thorsten Kampe wrote:
>> "zstyle ':predict' verbose true" doesn't work with the newest zsh.
> 
> schaefer<509> echo $ZSH_VERSION
> 4.2.1-dev-1
> 
> If from here I type ^X^Z, I see
> 
> schaefer<510> _
> predict-on
> 
> (with the cursor at the underscore).  Type ^Z and I get
> 
> schaefer<510> _
> predict-off
> [...]
> 
> There are a lot of things about predict-on et al. that could be improved
> with some of the newer zsh features, but this bit is working for me.  Can
> you narrow it down to any other settings?

Well, I thought it was simple, but here is what I experience:

thorsten@wolfbrand%
_
thorsten@wolfbrand% zstyle ':predict' verbose false
predict-on
thorsten@wolfbrand% _
thorsten@wolfbrand% zstyle ':predict' verbose true
thorsten@wolfbrand%
_

zsh is 4.2.1. I deleted my whole .zshrc (except the initialisation for
predict and I always see the same - local on my Gentoo Linux box and
remote via ssh. With rxvt and with "konsole".

What information can I give you to narrow the problem?!

This is the base initialisation:

autoload -U predict-on; predict-on
zle-line-init() { predict-on }
zle -N zle-line-init
zle -N predict-on
zle -N predict-off
zstyle ':predict' verbose true


Thorsten


  reply	other threads:[~2004-08-18 17:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-17 23:04 Thorsten Kampe
2004-08-18  1:14 ` Bart Schaefer
2004-08-18 17:50   ` Thorsten Kampe [this message]
2004-08-20  8:29     ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='1vk1025c4qlpi$.dlg@thorstenkampe.de' \
    --to=thorsten@thorstenkampe.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).