From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2902 invoked from network); 26 Jun 2005 13:04:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Jun 2005 13:04:00 -0000 Received: (qmail 79621 invoked from network); 26 Jun 2005 13:03:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Jun 2005 13:03:54 -0000 Received: (qmail 27847 invoked by alias); 26 Jun 2005 13:03:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21383 Received: (qmail 23067 invoked from network); 26 Jun 2005 12:22:10 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Jun 2005 12:22:10 -0000 Received: (qmail 62212 invoked from network); 26 Jun 2005 12:22:10 -0000 Received: from cicero0.cybercity.dk (212.242.40.52) by a.mx.sunsite.dk with SMTP; 26 Jun 2005 12:22:06 -0000 Received: from user2.cybercity.dk (user2.cybercity.dk [212.242.41.35]) by cicero0.cybercity.dk (Postfix) with ESMTP id C08892A230 for ; Sun, 26 Jun 2005 14:22:04 +0200 (CEST) Received: from localhost (port117.ds1-abc.adsl.cybercity.dk [212.242.125.56]) by user2.cybercity.dk (Postfix) with ESMTP id 5F86E18C6F for ; Sun, 26 Jun 2005 14:22:04 +0200 (CEST) Subject: _urxvt ( rxvt-unicode ) From: nuno alexandre To: zsh-workers@sunsite.dk Content-Type: multipart/mixed; boundary="=-Pnqks/x3BphxoXUQCQDz" Organization: www.fluxbox.org Date: Sun, 26 Jun 2005 14:22:07 +0200 Message-Id: <1119788528.1548.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 --=-Pnqks/x3BphxoXUQCQDz Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi everyone, I made this rxvt-unicode auto complete yesterday. ps: im not subscribed, please CC me. Thanks. nuno -- "Non-free programs are dangerous to you and to your community. Don't let them get a place in your life." - RMS --=-Pnqks/x3BphxoXUQCQDz Content-Disposition: attachment; filename=_urxvt Content-Type: text/plain; name=_urxvt; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit #compdef urxvt _xt_arguments \ -+{rv,ls,j,ptab,sb,sr,st,si,sk,sw,ip,ipf,ut,vb,tcw,insecure,uc,bc,pb,b,scc,ssr} \ -{help} \ '-tn: string:' \ '-geometry: geometry:' \ '-C: intercept console messages:' \ '-iconic: start iconic:' \ '-sbt: scrollbar thickness:' \ '-tint: tint color:' \ '-fade: fade percent:' \ '-sh: shade percent:' \ '-bg: background color:' \ '-cr: cursor color:' \ '-pr: pointer color:' \ '-pr2: pointer bg color:'\ '-bd: border color:' \ '-pixmap: pixmap:' \ '-fn: normal text font:' \ '-fb: bold font:' \ '-fi: italic font:' \ '-fbi: bold italic font:' \ '-im: name of input method:' \ '-pt: input style style = OverTheSpot|OffTheSpot|Root:'\ '-imlocale: locale to use for input method:' \ '-imfont: fontset for styles OverTheSpot and OffTheSpot:' \ '-name: client instance, icon, and title strings:' \ '-title: title name for window:' \ '-n: con name for window:' \ '-sl: number of scrolled lines to save:' \ '-embed: window id to embed terminal in:' \ '-pty-fd: file descriptor of pty to use:' \ '-w:external border in pixels:' \ '-b: internal border in pixels:' \ '-lsp: number of extra pixels between rows:' \ '-mod: meta modifier = alt|meta|hyper|super|mod1|...|mod5:' \ '-e: command to execute: _command_names -e:*::program arguments: _normal' --=-Pnqks/x3BphxoXUQCQDz--