From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 0B1961F09F5; Sun, 12 Mar 2017 05:44:18 -0400 (EDT) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) by befuddled.reisers.ca (Postfix) with ESMTPS id 48FF71F075B for ; Sun, 12 Mar 2017 05:44:17 -0400 (EDT) Received: by mail-wm0-x229.google.com with SMTP id t189so21400653wmt.1 for ; Sun, 12 Mar 2017 01:44:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=dok71kf71HQmeOKQ9KpfxSrmh9UOMXYCxC0L2wLffmY=; b=qDFl4Bl8TcJlEzpXhmOCjnCV0ZTdvJjwZZXLrklIYn3kd03CeNSzfpZ/rVEIXIJecB Op7vztnwy+e46tUOLjNyfrGhA/NawRLHmOLiflTYhOfl7tupZFfyUKEp8W/YmWjHjC7W v7kmja5xRIjssBuoSrrXvlNre/ayx2V9otPlACcpEDHHQNfy1iqhsB/HvB9fjqxyc6RC q72iIYVUMXI9ZqIf0SIDnl2ZZd11RivdfKQ4biZs/LtbiCMfaCBWVQIsojBaWGfpo9ba FKPFJqY8u8OndC2jgJov1Lc6hgMzXdqgd0LpQXqFcZjJP+EBDK5RgPtpr2mZ/QtmsV4O iddA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=dok71kf71HQmeOKQ9KpfxSrmh9UOMXYCxC0L2wLffmY=; b=VZXpIl4COU+gK6BhI9Z10Bo2SRKgshZBjrep7zIaUBwu/RTtr2sW3TPByw8ByG398X rBA82mtz0PvGKEaHSWh23V7HHMB2V///1IvgvWepLNipSFDpR3h6bfR8mzlYmDz54jvz LFNzjYGtSZzRXzeai/ZP1ST/en8a/YUQwro1fqtpCHEem15a7OuuCEh7xl+iSlRmYQ+P DzNhpCW7PJgaNYutF1Ec7e+VuzSt4DIh/geaNadswA1ORknidNG/GM8YoQ9pKSP6gPcL iVL/5gO8GDGTzOr+w+ywTLkJcc1SodhB2vEtOPj2i6hfS/eJlSpeKNohlUo7/i0wpMVr S5gQ== X-Gm-Message-State: AFeK/H2O1PewvIqa7m6lHup3soD84tuzJbwPhVIo5IPu/61ElEXjC00EXX/D3dFwamJDkg== X-Received: by 10.28.15.142 with SMTP id 136mr6266953wmp.66.1489311856368; Sun, 12 Mar 2017 01:44:16 -0800 (PST) Received: from sanghar (94.197.121.181.threembb.co.uk. [94.197.121.181]) by smtp.gmail.com with ESMTPSA id d6sm6800286wmd.6.2017.03.12.01.44.15 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Mar 2017 01:44:15 -0800 (PST) Date: Sun, 12 Mar 2017 09:44:14 +0000 From: Okash Khawaja To: Samuel Thibault Cc: speakup@linux-speakup.org Subject: Re: [patch 0/7] staging: speakup: introduce tty-based comms Message-ID: <20170312094414.GC697@sanghar> References: <20170311130524.142875025@gmail.com> <20170312021928.dkbfjvj7kzzvxv4i@var.youpi.perso.aquilenet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170312021928.dkbfjvj7kzzvxv4i@var.youpi.perso.aquilenet.fr> User-Agent: Mutt/1.7.2 (2016-11-26) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 09:44:19 -0000 On Sun, Mar 12, 2017 at 03:19:28AM +0100, Samuel Thibault wrote: > Hello, > > okash.khawaja@gmail.com, on sam. 11 mars 2017 13:05:24 +0000, wrote: > > This patchset introduces a TTY-based way for the synths to communicate > > with devices > > Cool! We're getting close. I believe that once the round of comments > I have made are sorted out, we can push to the LKML, and see the TTY > discussion begin :) Sounds good. The TTY discussion will be interesting and surely a entail a learning curve :) It's also better as I am settling into the new job and flat, there will be less time tied up with house+job-move boilerplate. Regarding quilt mail, it worked like charm. However, as you can see it didn't thread the emails. Checking the headers of sent mails, I couldn't find References header. So I have asked it on kernelnewbies and quilt-dev mailing lists. > > Samuel