From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzjQd-00052i-Eq for qemu-devel@nongnu.org; Thu, 27 Oct 2016 08:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzjQa-0006kt-Ax for qemu-devel@nongnu.org; Thu, 27 Oct 2016 08:05:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50172) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzjQa-0006kc-56 for qemu-devel@nongnu.org; Thu, 27 Oct 2016 08:05:00 -0400 Message-ID: <1477567770.9075.12.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 27 Oct 2016 13:29:30 +0200 In-Reply-To: <20161026151420.GQ2811@var.bordeaux.inria.fr> References: <20161023195433.20102-1-samuel.thibault@ens-lyon.org> <20161023195433.20102-2-samuel.thibault@ens-lyon.org> <1477485434.18984.49.camel@redhat.com> <20161026151420.GQ2811@var.bordeaux.inria.fr> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault Cc: qemu-devel@nongnu.org On Mi, 2016-10-26 at 17:14 +0200, Samuel Thibault wrote: > Gerd Hoffmann, on Wed 26 Oct 2016 14:37:14 +0200, wrote: > > On So, 2016-10-23 at 21:54 +0200, Samuel Thibault wrote: > > > Signed-off-by: Samuel Thibault > >=20 > > Hmm, this one throws strange errors at me: > >=20 > > kraxel@nilsson ~/projects/qemu (queue/ui)# git am -3 > > ~/Downloads/patches/input/\[PATCH_1_3 > > \]_Add_dots_keypresses_support_to_the_baum_braille_device.mbox > > Applying: Add dots keypresses support to the baum braille device > > Using index info to reconstruct a base tree... > > M backends/baum.c > > error: patch failed: backends/baum.c:1 > > error: backends/baum.c: patch does not apply > > Did you hand edit your patch? >=20 > Uh, no. That's odd, I just used git format-patch and git send-email. > I have attached it by hand here. >=20 > Samuel That worked. thanks, Gerd