zsh-workers
 help / color / mirror / code / Atom feed
* Fwd: Re: %N in prompt shows "_zsh_highlight_call_widget" on Ctrl-L instead of e.g. "/usr/bin/zsh" or "-zsh" since recently (#414)
@ 2017-02-07  7:48 Axel Beckert
  2017-02-10 17:59 ` Bart Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: Axel Beckert @ 2017-02-07  7:48 UTC (permalink / raw)
  To: zsh-workers

Hi,

I'm not sure since when this happens, but that part of my prompt
hasn't changed for quite a while and this happens for a few weeks now,
maybe since the zsh-syntax-highlighting (z-sy-h) 0.5.0 release or
since the zsh 5.3 release, but at least with the combination of z-sy-h
0.5.0 and zsh 5.3.1:

Everytime I press Ctrl-L in my xterm, %N inside my prompt shows
_zsh_highlight_call_widget instead of e.g. /usr/bin/zsh or -zsh:

Normal prompt:

!5334 Z5 ?0 L1 user@host:~ (pts/39 -zsh 5.3.1 stretch) 21:35:56 
~ → 

After Ctrl-L:

!5334 Z2 ?0 L1 user@host:~ (pts/39 _zsh_highlight_call_widget 5.3.1
stretch) 21:36:18 
~ → 

Due to z-sy-h's widget name appearing in the prompt, I first reported
this as issue against z-sy-h:
https://github.com/zsh-users/zsh-syntax-highlighting/issues/414

But according to Daniel Shahaf, this difference is reproducible
without z-sy-h. How to reproduce:

----- Forwarded message from Daniel Shahaf <notifications@github.com> -----
Date: Mon, 06 Feb 2017 20:00:08 -0800
From: Daniel Shahaf <notifications@github.com>
To: zsh-users/zsh-syntax-highlighting <zsh-syntax-highlighting@noreply.github.com>
Reply-To: zsh-users/zsh-syntax-highlighting
	<reply+0003adc668ce77949b9ad8968432beed62e5c54cae8f86bf92cf0000000114b1084892a169ce0c42c2fb@reply.github.com>

Hello Axel!

> ~ → zsh -f
> host% . /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 
> host% PS1='%N %% '
> zsh % ^L
> _zsh_highlight_call_widget % 

I can reproduce this without z-sy-h:

```zsh
$ zsh -f
% clear-screen() { zle .$WIDGET -- "$@" }
% zle -N clear-screen 
% PS1='%1N %# '
zsh % <^L>
clear-screen % 
```

That's with zsh master; with zsh 5.0.7 from debian stable, the last
prompt says "zsh", …

> should just use `$0` instead of `%N`.

… so this is an upstream change.  I am not sure whether it's a regression
or a bugfix.

Is a change on z-sy-h's side needed?

(I quickly grepped upstream's git, but haven't found anything yet)
----- End forwarded message -----

		Regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert, PGP: 612616B5
\ /  Say No to HTML in E-Mail and News            | abe@deuxchevaux.org  (Mail)
 X   See http://arc.pasp.de/                      | abe@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-15 16:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07  7:48 Fwd: Re: %N in prompt shows "_zsh_highlight_call_widget" on Ctrl-L instead of e.g. "/usr/bin/zsh" or "-zsh" since recently (#414) Axel Beckert
2017-02-10 17:59 ` Bart Schaefer
2017-02-14 15:32   ` Axel Beckert
2017-02-14 16:18     ` Axel Beckert
2017-02-14 16:40       ` Bart Schaefer
2017-02-15 16:52         ` Axel Beckert

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).