From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9326 invoked by alias); 21 May 2012 17:31:25 -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: 30484 Received: (qmail 10170 invoked from network); 21 May 2012 17:31:23 -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.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Peter Jaros Cc: zsh-workers@zsh.org Subject: Re: Bug: Completion for `tmux new-session -d` is incorrect In-Reply-To: (Peter Jaros's message of "Mon, 21 May 2012 12:27:05 -0400") References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) Date: Mon, 21 May 2012 19:19:54 +0200 Message-ID: <87vcjpa1tx.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: [pbs]MDExNTM1 Peter Jaros wrote: [...] > "attach the new session the current terminal" > > it should read > > "do not attach the new session the current terminal" Good catch! > I hope I've sent this to the right place. I'd submit a You did. > patch/pull-request, but I don't know how to do that on this project. > I'm not on the list, so please CC me on replies. Zsh usually takes contributions as unified diffs send to the -workers list. No need to send one this time around as Peter already committed the fix to zsh's CVS repository, with you attributed in the ChangeLog. Still: Thank you! ;) Regards, Frank