zsh-workers
 help / color / mirror / code / Atom feed
From: Doug Kearns <djkea2@mugca.its.monash.edu.au>
To: zsh-workers@sunsite.dk
Subject: PATCH: elinks completion update
Date: Sun, 11 Jan 2004 00:22:31 +1100	[thread overview]
Message-ID: <20040110132231.GV3879@localhost.localdomain> (raw)

Here's an update of _elinks for version 0.9.0.

Regards,
Doug

Index: Completion/Unix/Command/_elinks
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_elinks,v
retrieving revision 1.5
diff -u -r1.5 _elinks
--- Completion/Unix/Command/_elinks	28 Nov 2003 06:24:14 -0000	1.5
+++ Completion/Unix/Command/_elinks	10 Jan 2004 13:17:46 -0000
@@ -1,6 +1,6 @@
 #compdef elinks
 
-# ELinks 0.4.2 - Text WWW browser
+# ELinks 0.9.0 - Text WWW browser
 
 local curcontext="$curcontext" state line
 typeset -A opt_args
@@ -9,6 +9,8 @@
   '*-anonymous[restrict to anonymous mode]::boolean:(0 1)' \
   '*-auto-submit[autosubmit first form]::boolean:(0 1)' \
   '*-base-session[clone session with given ID]:ID number:' \
+  '*-confdir[set config dir to given string]:configuration directory:_files -/' \
+  '*-conffile[configuration file name]:configuration file:_files' \
   '*-default-mime-type[MIME type to assume for documents]:MIME type:' \
   '*-dump[write formatted version of given URL to stdout]::boolean:(0 1)' \
   '*-dump-charset[codepage to use with -dump]:codepage:' \
@@ -24,6 +26,7 @@
   '*-session-ring[connect to session ring with given ID]:ID number:' \
   '*-source[write the source of given URL to stdout]::boolean:(0 1)' \
   '(1)*-stdin[read document from stdin]::boolean:(0 1)' \
+  '*-no-numbering[do not number links in dump output]::boolean:(0 1)' \
   '*-touch-files[touch files in ~/.elinks when running with -no-connect/-session-ring]::boolean:(0 1)' \
   '(- 1)-version[print version information and exit]' \
   '1:url:->url' && ret=0


             reply	other threads:[~2004-01-10 13:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-10 13:22 Doug Kearns [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-02-16  6:49 Doug Kearns

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=20040110132231.GV3879@localhost.localdomain \
    --to=djkea2@mugca.its.monash.edu.au \
    --cc=zsh-workers@sunsite.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).