Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: precmd, preexec, and supplied prompt themes
- X-seq: zsh-users 12007
- From: "William Scott" <wgscott@xxxxxxxxxxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: precmd, preexec, and supplied prompt themes
- Date: Sat, 13 Oct 2007 16:39:37 -0700 (PDT)
- Cc: zsh-users@xxxxxxxxxx
- Importance: Normal
- In-reply-to: <071013161113.ZM15656@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <DD973F2C-E6A0-4FCA-96F5-6C96701DC677@xxxxxxxxxxxxxxxxxx> <20071012215906.GA8935@mastermind> <071012185005.ZM2921@xxxxxxxxxxxxxxxxxxxxxx> <35490.69.3.191.19.1192241340.squirrel@xxxxxxxxxxxxxxxxx> <071012202721.ZM13638@xxxxxxxxxxxxxxxxxxxxxx> <20071013135858.18e842df.wgscott@xxxxxxxxxxxxxxxxxx> <071013144046.ZM15536@xxxxxxxxxxxxxxxxxxxxxx> <42409.66.167.127.82.1192312408.squirrel@xxxxxxxxxxxxxxxxx> <071013161113.ZM15656@xxxxxxxxxxxxxxxxxxxxxx>
Bart Schaefer wrote:
> On Oct 13, 2:53pm, William Scott wrote:
> }
> } zsh-% prompt_simple_preview
> } prompt_preview_theme:2: bad pattern: PS1=%B%{^[[39m%}zsh-%# %{^[[39m%}%b
>
> You have 'setopt globsubst', which prompt_preview_theme is not prepared
> to deal with. That should probably be considered a bug.
>
Unsetting it masked perhaps another (in promptinit):
zsh-% prompt_simple_preview
simple theme:
prompt_preview_theme:9: command not found: precmd
zsh-% command arg1 arg2 ... argn
prompt_preview_theme:12: command not found: preexec
simple theme with parameters `default yellow green':
prompt_preview_theme:9: command not found: precmd
zsh-% command arg1 arg2 ... argn
prompt_preview_theme:12: command not found: preexec
zsh-%
Sorry for opening this can of worms...
- References:
- precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
- Re: precmd, preexec, and supplied prompt themes
Messages sorted by:
Reverse Date,
Date,
Thread,
Author