zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Subject: PATCH: completion for loadkeys
Date: Wed, 2 May 2001 11:00:33 -0400	[thread overview]
Message-ID: <20010502110033.A25252@dman.com> (raw)

Index: Completion/Unix/Command/_loadkeys
===================================================================
RCS file: _loadkeys
diff -N _loadkeys
--- /dev/null	Mon Dec 11 17:26:27 2000
+++ _loadkeys	Wed May  2 07:59:10 2001
@@ -0,0 +1,16 @@
+#compdef loadkeys
+
+_arguments \
+	'(--clearcompose)-c[clearcompose]' \
+	'(-c)--clearcompose' \
+	'(--default)-d[default]' \
+	'(-d)--default' \
+	'(--help)-h[help]' \
+	'(-h)--help' \
+	'(--mktable)-m[mktable]' \
+	'(-m)--mktable' \
+	'(--clearstrings)-s[clearstrings]' \
+	'(-s)--clearstrings' \
+	'(--verbose)-v[verbose]' \
+	'(-v)--verbose' \
+	':keymap:_files -W /usr/share/keymaps'


             reply	other threads:[~2001-05-02 15:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-02 15:00 Clint Adams [this message]
2001-05-02 15:52 ` Oliver Kiddle
2001-05-02 16:02   ` Clint Adams
2001-05-02 16:23     ` Oliver Kiddle
2001-05-02 17:45       ` Clint Adams
2001-05-03 13:01         ` Oliver Kiddle

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=20010502110033.A25252@dman.com \
    --to=clint@zsh.org \
    --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).