From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18364 invoked by alias); 23 Jan 2013 11:23:12 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17604 Received: (qmail 11120 invoked from network); 23 Jan 2013 11:22:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.212.46 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=x-received:mime-version:x-originating-ip:from:date:message-id :subject:to:content-type; bh=ZfW2BLicw6Zfru2b3ChhcUDD260rC58t9w1fu0XyQus=; b=Z1MFbmhk4TQ/95cl+u09qmcQ41+JM6S+EuiUM7jOZUAdFBnbYN2L6lWX1QQ1N4aib8 AqtCjbll/q6ti+6YRV2ukEHjUek2ipzvjR1QuN1uyWWdl1qDiYkLiZfMIxz5tWyIuqQK UZgQ4lmdwE1HMLO2hgJ58711oGcoIPeY0n3JE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=ZfW2BLicw6Zfru2b3ChhcUDD260rC58t9w1fu0XyQus=; b=Fn7s5lBChOC1bUzHK2VGTfmsfTysQ9aMgoaIUSZHO6moFHS2Vofuxupr27513WHkoU +bxCRWSUFTLDRrve/z44we7yoRM/ikw6III2/dMN2fa1thvzMNOXIehXSrWOWJi523S2 QT9+W1e7giQP4348FIql8PwxvcVvrkTQidA/K9CdPMPybwk+53ZN4ehYy3aN4aJtytqz EY3VkhNvXMeyJYqy/N8YPyZGjMTGod9Edeog9v2Ji9wnUmHwo63RDTIKmq0YSfhBTGoJ T64iD3pDx0L3rVMtprSsRS8HS5YbCeS8TOkfpmqIZ9TVzFXbcNVE/wdcULygAv6dqRy/ 2afQ== X-Received: by 10.220.151.9 with SMTP id a9mr729312vcw.7.1358936518544; Wed, 23 Jan 2013 02:21:58 -0800 (PST) MIME-Version: 1.0 X-Originating-IP: [195.135.221.2] From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Wed, 23 Jan 2013 11:21:38 +0100 Message-ID: Subject: Silent setopt To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=f46d043085c875ceb704d3f21097 X-Gm-Message-State: ALoCoQmDt0+3GeLpm5IoQCJ53LzSByPjlAdiNa/QT9E3snQ9Y31gpO9SoNUU5CWz8zEml2bfd53C --f46d043085c875ceb704d3f21097 Content-Type: text/plain; charset=UTF-8 Hi, I am using the same zsh config across a lot of machine which have all kinds of versions of zsh and when I ssh into an old zsh machine I get setopt:47: no such option: COMBININGCHARS setopt:48: no such option: HASH_EXECUTABLESONLY Which is expected but gets boring after some time. So I wonder if there is a way to silence setopt for unsupported options? Regards, ismail --f46d043085c875ceb704d3f21097--