zsh-workers
 help / color / mirror / code / Atom feed
* Re: PATCH:316dev17+9390:nslookup and new context names
@ 2000-02-07  9:11 Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 2000-02-07  9:11 UTC (permalink / raw)
  To: zsh-workers


Alexandre Duret-Lutz wrote:

> The new nslookup shell function coming from zpty patches wasn't
> completing since the change of context name format.

As I said, I currently make my patches relative to the CVS tree and
hence I don't have the zpty-version of nslookup.

The patch is correct, thanks!

Bye
 Sven


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


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

* PATCH:316dev17+9390:nslookup and new context names
@ 2000-02-05 23:41 Alexandre Duret-Lutz
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Duret-Lutz @ 2000-02-05 23:41 UTC (permalink / raw)
  To: zsh-workers

The new nslookup shell function coming from zpty patches wasn't
completing since the change of context name format.

Index: Functions/Misc/nslookup
--- Functions/Misc/nslookup Thu, 03 Feb 2000 00:03:47 +0100 Alexandre
+++ Functions/Misc/nslookup Sun, 06 Feb 2000 00:15:16 +0100 Alexandre
@@ -3,7 +3,9 @@
 
 setopt localoptions localtraps completealiases
 
-local tmp line compcontext=nslookup curcontext=':nslookup' pmpt
+local tmp line compcontext=nslookup curcontext='nslookup:::' pmpt
+
+zmodload -e zsh/zpty || zmodload -i zsh/zpty
 
 trap 'return 130' INT
 trap 'zpty -d nslookup' EXIT

-- 
Alexandre Duret-Lutz


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

end of thread, other threads:[~2000-02-07 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-07  9:11 PATCH:316dev17+9390:nslookup and new context names Sven Wischnowsky
  -- strict thread matches above, loose matches on Subject: below --
2000-02-05 23:41 Alexandre Duret-Lutz

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