Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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 autolearn=ham
	autolearn_force=no version=3.4.1
From: Frank Terbeck <ft@bewatermyfriend.org>
To: zsh-workers@zsh.org
Cc: Ryan Wilson <ryan@enosys.org>
Subject: Re: [PATCHv3] Refactor baud rate completion
In-Reply-To: <1462109252-12482-1-git-send-email-ft@bewatermyfriend.org> (Frank
	Terbeck's message of "Sun, 1 May 2016 15:27:32 +0200")
References: <87k2jegi5h.fsf@ft.bewatermyfriend.org>
	<1462109252-12482-1-git-send-email-ft@bewatermyfriend.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)
Date: Mon, 02 May 2016 00:21:51 +0200
Message-ID: <87eg9lh11c.fsf@ft.bewatermyfriend.org>
MIME-Version: 1.0
Content-Type: text/plain
X-Df-Sender: NDMwNDQ0
X-Seq: zsh-workers 38389

Frank Terbeck wrote:
[...]
>   This revised patch fixes that. I hope this is the last
>   iteration and if so I'll push it in a bit.
>
>  Completion/BSD/Command/_cu       |  2 +-
>  Completion/Unix/Command/_gdb     |  4 +-
>  Completion/Unix/Command/_joe     |  2 +-
>  Completion/Unix/Command/_picocom | 27 +------------
>  Completion/Unix/Command/_screen  |  2 +-
>  Completion/Unix/Type/_baudrate   | 84 ++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 89 insertions(+), 32 deletions(-)
>  create mode 100644 Completion/Unix/Type/_baudrate
[...]

So that's what I did. I've been playing with it for a while and it seems
to work. If anyone needs to complete baud rates from now on, go ahead
and use this one. :)


Regards, Frank

