zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Use new and improved print -s in _complete_debug
@ 2000-05-30  3:43 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2000-05-30  3:43 UTC (permalink / raw)
  To: zsh-workers

Ahhh.

Index: Completion/Commands/_complete_debug
===================================================================
@@ -18,12 +18,9 @@
 unsetopt xtrace
 
 [[ -t 3 ]] && {
-    ## Calling "print -s" during completion is presently broken.
-    # _message -r "Trace output left in $tmp (up-history to view)"
-    # print -sR "${VISUAL:-${EDITOR:-${PAGER:-more}}} $tmp ;: $w"
-    _message -r "Trace output left in $tmp"
+    print -sR "${VISUAL:-${EDITOR:-${PAGER:-more}}} $tmp ;: $w"
+    _message -r "Trace output left in $tmp (up-history to view)"
     compstate[list]='list force'
-    print -zR "${VISUAL:-${EDITOR:-${PAGER:-more}}} $tmp ;: $w"
     exec 2>&3 3>&-
 }
 

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-05-30  3:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-30  3:43 PATCH: Use new and improved print -s in _complete_debug Bart Schaefer

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