From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1633 invoked by alias); 23 Jan 2011 20:57:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28646 Received: (qmail 21610 invoked from network); 23 Jan 2011 20:57:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_MED,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: neutral (ns1.primenet.com.au: 128.2.11.61 is neither permitted nor denied by SPF record at _spf.google.com) Date: Sun, 23 Jan 2011 15:56:56 -0500 From: gi1242+zsh@gmail.com To: zsh-workers@zsh.org Subject: Matlab completion (new file) Message-ID: <20110123205656.GE2593@andrew.cmu.edu> Mail-Followup-To: gi1242+zsh@gmail.com, zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="+g7M9IMkV8truYOl" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-PMX-Version: 5.5.9.388399, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.1.23.203916 X-SMTP-Spam-Clean: 34% ( RDNS_SUSP_FORGED_FROM 3.5, FORGED_FROM_GMAIL 0.1, MIME_TEXT_ONLY_MP_MIXED 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1500_1599 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, NO_REAL_NAME 0, RDNS_BROADBAND 0, RDNS_GENERIC_POOLED 0, RDNS_POOLED 0, RDNS_SUSP 0, RDNS_SUSP_GENERIC 0, RDNS_SUSP_SPECIFIC 0, __CD 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_MSGID 0, __INT_PROD_COMP 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __PHISH_SPEAR_STRUCTURE_1 0, __RDNS_BROADBAND_5 0, __RDNS_POOLED_11 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __USER_AGENT 0) X-SMTP-Spam-Score: 34% X-Scanned-By: MIMEDefang 2.60 on 128.2.11.61 --+g7M9IMkV8truYOl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm attaching completion for matlab arguments. (New file, should go under X/Command I presume.) GI -- 'Laziness' -- Resting before you get tired. --+g7M9IMkV8truYOl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=_matlab #compdef matlab _arguments : \ {-h,-help}'[Display arguments.]' \ '(-e)-n[Display final environment variables, and exit]' \ '(-n)-e[Display ALL the environment variables and values, and exit]' \ '-arch[Start MATLAB assuming architecture arch]:architecture:' \ '-c[Set location of the license file]:licensefile:_files' \ '(-nodisplay)-display:display:_x_display' \ '(-display)-nodisplay[Do not display any X commands.]' \ '-nosplash[Do not display the splash screen during startup.]' \ '-mwvisual[The default X visual to use for figure windows.]:visualid:' \ '-debug[Provide debugging information especially for X based problems.]' \ '(-nodesktop -nojvm)-desktop[Allow the MATLAB desktop to be started by a process without a controlling terminal.]' \ '(-desktop -nojvm)-nodesktop[Do not start the MATLAB desktop.]' \ '(-nodesktop -desktop)-nojvm[Shut off all Java support by not starting the Java virtual machine.]' \ '-r[Start MATLAB and execute the MATLAB_command.]:MATLAB_command:' \ '-logfile[Make a copy of any output to the command window in file log.]:log file:' \ '-D-:debugger:_path_commands' --+g7M9IMkV8truYOl--