zsh-workers
 help / color / mirror / code / Atom feed
* Re: %e in correction prompt
@ 1999-06-07 10:59 Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 1999-06-07 10:59 UTC (permalink / raw)
  To: zsh-workers


Peter Stephenson wrote:

> I keep forgetting to mention it, but putting %e in
> ${compconfig[correct_prompt]} doesn't work any more, it always just
> disappears.  I get the same when I just run compinit from zsh -f.

Hugh. When did this happen?

(The same for _expand).

Bye
 Sven

diff -u oc/Core/_approximate Completion/Core/_approximate
--- oc/Core/_approximate	Fri Jun  4 14:40:43 1999
+++ Completion/Core/_approximate	Mon Jun  7 12:56:20 1999
@@ -153,7 +153,7 @@
 _comp_correct=1
 compstate[matcher]=-1
 
-_correct_prompt="${cfgps//\%e/1}"
+_correct_prompt="${cfgps//\\%e/1}"
 
 # We also need to set `extendedglob' and make the completion
 # code behave as if globcomplete were set.
@@ -188,7 +188,7 @@
   [[ "${#:-$PREFIX$SUFFIX}" -le _comp_correct+1 ]] && break
   (( _comp_correct++ ))
 
-  _correct_prompt="${cfgps//\%e/$_comp_correct}"
+  _correct_prompt="${cfgps//\\%e/$_comp_correct}"
 done
 
 compstate[matcher]="$compstate[total_matchers]"
diff -u oc/Core/_expand Completion/Core/_expand
--- oc/Core/_expand	Fri Jun  4 14:40:43 1999
+++ Completion/Core/_expand	Mon Jun  7 12:57:48 1999
@@ -132,7 +132,7 @@
   if [[ -z "$compconfig[expand_prompt]" ]]; then
     compadd -UQ $group _expand - "$exp[@]"
   else
-    compadd -UQ -X "${compconfig[expand_prompt]//\%o/$word}" \
+    compadd -UQ -X "${compconfig[expand_prompt]//\\%o/$word}" \
             $group _expand - "$exp[@]"
   fi
   [[ "$compconfig[expand_menu]" != *last* &&

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

* %e in correction prompt
@ 1999-06-04 14:29 Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 1999-06-04 14:29 UTC (permalink / raw)
  To: Zsh hackers list

I keep forgetting to mention it, but putting %e in
${compconfig[correct_prompt]} doesn't work any more, it always just
disappears.  I get the same when I just run compinit from zsh -f.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


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

end of thread, other threads:[~1999-06-07 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-07 10:59 %e in correction prompt Sven Wischnowsky
  -- strict thread matches above, loose matches on Subject: below --
1999-06-04 14:29 Peter Stephenson

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