zsh-workers
 help / color / mirror / code / Atom feed
From: "Matt Armstrong" <mattarmst@hotmail.com>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: zsh-3.1.5-pws-9, TRAPZERR fix for new completion
Date: Sat, 20 Feb 1999 23:19:53 PST	[thread overview]
Message-ID: <19990221071953.267.qmail@hotmail.com> (raw)

We probably want to defeat TRAPZERR within the new
completion stuff.  Mine just prints "That didn't work",
which isn't desirable during completion.

I'm not sure about the other special functions.



*** Functions/Completion/_main_complete.orig    Sat Feb 20 22:36:32 1999
--- Functions/Completion/_main_complete Sat Feb 20 22:33:20 1999
***************
*** 10,15 ****
--- 10,18 ----
  setopt localoptions nullglob rcexpandparam globdots
  unsetopt markdirs globsubst shwordsplit nounset
  
+ function TRAPZERR () {
+ }
+ 
  # An entry for `-first-' is the replacement for `compctl -T'
  # Completion functions may set `COMPSKIP' to any value to make the 
  # main loops stop calling other completion functions.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


             reply	other threads:[~1999-02-21  7:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-21  7:19 Matt Armstrong [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-02-21 18:40 Matt Armstrong
1999-02-21 19:50 ` Bart Schaefer
1999-02-21  6:47 Matt Armstrong
1999-02-21 12:59 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990221071953.267.qmail@hotmail.com \
    --to=mattarmst@hotmail.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).