From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7135 invoked by alias); 31 Dec 2017 03:38:34 -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: List-Unsubscribe: X-Seq: 42192 Received: (qmail 20657 invoked by uid 1010); 31 Dec 2017 03:38:34 -0000 X-Qmail-Scanner-Diagnostics: from mail-io0-f175.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.223.175):SA:0(-1.9/5.0):. Processed in 9.99597 secs); 31 Dec 2017 03:38:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=VyS3O2rfzypv+ywTX+AfvPckyl5xgoFtP2AZSDceMVQ=; b=L8SvOlTlgFSLVWB1RpsVhZ6Js7PVeRHcP4L3dRi9HnK5pS2uB5rKn2qRDqyQEv8eEM GE/RR27CvA5JrJI/hfWZRq2C+JFviMVkasoRxpA6ghdsdWBVeXQmlivLVbWkajByZWaa wwMj1Y51uXVAz1twQ35X0o9j8T10bfxGXd4Ph90dUb+gCbeWd9O5REqR2Lynxzp2SZVK lEiATlY5AnXwZqNU2EkKRRP1sG3jHi7oRcoMG+MyhWOYG/V2prATb5xWi75QoSYe7hgx eilPC/oWkpGORAW8CkT7H7JYhm2oaBDDT6BQVL2Mt61khBxByKioz9RjPJtb4b5Ak9P+ DpEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=VyS3O2rfzypv+ywTX+AfvPckyl5xgoFtP2AZSDceMVQ=; b=Uz7NH7ZcbMCDfdMPZY98v9LDzdF9gmYvetVp5yOue5fM++a8jFBRsgWrKpoFBWIWuW kX+3IynRD0LX2uyY+yxFzQSplcUV5a0YmFN14QHfxbathCKTrf1RbppnN8HGjatmoS/o JbkRo5whxkRJFWdguPkRYl9PGNr9Ga7hHf6+27joQ5SEBmU4gbGA8dhsnWtPyOivO4lR 2Ysl0sJZ7hqHo+xWS3ZSJqDpzJSQGOL5IQBJlLoUrq9Hv+WXz45X05MJQ/VKHJl2SjN6 Q/E6bPKat81Dv3QfQE2lbahdMbPINIGC4Fdr6Z/dTvCgwXCZ4y05+4zVZcX0otg87BkE XKpw== X-Gm-Message-State: AKGB3mLKLOXfrKh92vn97J/Vf5Xl2yn/kHMmaogpJZxeFX8H0v/nOQCR HhrcMOzqUV7ukMbjrI1wTSPhx/Nw8ng= X-Google-Smtp-Source: ACJfBosMFkD1oEpHeduM5Fngy+RZUvMh02ErJxlaP9tPt8Cd7YibifP8He4vUmCNRdHcnJky3/92mA== X-Received: by 10.107.6.208 with SMTP id f77mr51217092ioi.54.1514691501476; Sat, 30 Dec 2017 19:38:21 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] new completion for otool command (macOS) From: dana In-Reply-To: Date: Sat, 30 Dec 2017 21:38:19 -0600 Cc: "zsh-workers@zsh.org" Content-Transfer-Encoding: quoted-printable Message-Id: <6948BF91-0914-48BE-B4AE-602066408522@dana.is> References: To: "Jun T." X-Mailer: Apple Mail (2.3273) On 30 Dec 2017, at 20:57, Jun T. wrote: >diff --git a/Completion/Darwin/Command/_otool = b/Completion/Darwin/Command/_otool Oh, i've actually been sitting on ~40 completion functions, many of them = for macOS, and this was one of them. I didn't want to flood the ML over the = holidays though. Oh well. :/ On 30 Dec 2017, at 20:57, Jun T. wrote: >+ '*:file:_object_files' && return 0 btw, _object_files doesn't include the macOS shared-library extension = .dylib. dana