From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16038 invoked by alias); 18 May 2012 08:56:53 -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: 30477 Received: (qmail 26483 invoked from network); 18 May 2012 08:56:51 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:x-mailer:message-id:date:to :content-transfer-encoding:mime-version; bh=ywVqb+ylr/hYeiKueslRQThmkqJfWuKOyHwRX5DxCDg=; b=yBd3Y0FRU5TFA2DsESHZHPQTR4XERFMEA/9ZrOgKJLDH/9HW4SKMAF9FQn0RrxeXz3 0tJVry+hBjOV3vcmvn7rJqDJgRrWVjoSxrHOi/JlnVghkQYPDn5iO+Y2iUMgX0yOqFnI LEqVHXnmpheVTCeUQz/G7byB8av3jidL+8EH73v+Ovu/T+ppvwe416onpTR/2Cd6U2O9 QdyTTBHw65Ra1l/JMvsG4254e2z1y5y0AaBbTqgvCyvwRxzwfVYkPFVyhx1CxVhlvZe2 gGe9P7yS2ncl60PYT8t6CtLWEqTcHU/vrmV/89ON6XKwSrWYw+wSopwitIuGKpf+8WhS ij9A== Subject: Suggestion: chmod +x auto completion only completes files that do not have executable permission From: Hong Xu Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (9A406) Message-Id: <8CECA1C5-C06C-4888-B5C9-21C8DF5EC2C6@gmail.com> Date: Fri, 18 May 2012 16:56:18 +0800 To: "zsh-workers@zsh.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Hi, I have a suggestion about chmod auto completion here. We could complete only= chmod +x with files that do not have executable permission, and vice versa.= We could also apply this rule to chmod +r, chmod +w, etc. What do you think= ? Hong=