From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: RFC: flicker-free double-buffered Emacs under X11 Date: Fri, 21 Oct 2016 10:25:45 +0200 Message-ID: <87d1iuds6u.fsf@linux-m68k.org> References: <9e8ad090-a6a0-c807-95ae-7ec7c3f391cb@dancol.org> <877f924c65.fsf@wanadoo.es> <99717c02-94cd-b9c9-779a-c85b7de327d7@gmail.com> <87h986dsb8.fsf@linux-m68k.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1477038387 24490 195.159.176.226 (21 Oct 2016 08:26:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2016 08:26:27 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: emacs-devel@gnu.org To: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 21 10:26:21 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bxV9f-0005e0-FL for ged-emacs-devel@m.gmane.org; Fri, 21 Oct 2016 10:26:19 +0200 Original-Received: from localhost ([::1]:59408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxV9h-0008Cw-Pq for ged-emacs-devel@m.gmane.org; Fri, 21 Oct 2016 04:26:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxV9D-0008Cq-Vy for emacs-devel@gnu.org; Fri, 21 Oct 2016 04:25:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxV9A-0000Xy-2k for emacs-devel@gnu.org; Fri, 21 Oct 2016 04:25:52 -0400 Original-Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:60772) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bxV99-0000XG-SG for emacs-devel@gnu.org; Fri, 21 Oct 2016 04:25:48 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3t0dzZ4V7Mz3hk70; Fri, 21 Oct 2016 10:25:46 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3t0dzZ49pHzvkD9; Fri, 21 Oct 2016 10:25:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id BEzy6CQpOXnP; Fri, 21 Oct 2016 10:25:45 +0200 (CEST) X-Auth-Info: 480avzOVin0MtEx/bnlZZm6VZrP+3epeOeRkl43gadW4w4gHDm2R512j9Ns15FTP Original-Received: from igel.home (ppp-88-217-3-6.dynamic.mnet-online.de [88.217.3.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 21 Oct 2016 10:25:45 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 1000) id 676192C39C7; Fri, 21 Oct 2016 10:25:45 +0200 (CEST) X-Yow: I need to discuss BUY-BACK PROVISIONS with at least six studio SLEAZEBALLS!! In-Reply-To: <87h986dsb8.fsf@linux-m68k.org> (Andreas Schwab's message of "Fri, 21 Oct 2016 10:23:07 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:a60:0:28:0:1:25:1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:208573 Archived-At: On Okt 21 2016, Andreas Schwab wrote: > On Okt 20 2016, Cl=C3=A9ment Pit--Claudel wrote= : > >> On 2016-10-20 23:24, =C3=93scar Fuentes wrote: >>> I'm eager to try your code, but `patch' complains about >>>=20 >>> oscar@qcore:~/dev/emacs/stable/source$ patch -p 1 < ~/p.patch=20 >>> patching file configure.ac >>> patching file src/Makefile.in >>> patch: **** malformed patch at line 60: $(LIBSELINUX_LIBS) \ >> >> The patch applies fine for me with git apply --reject --ignore-space-= change --ignore-whitespace double-buffer.patch. Maybe that works for you= too? > > You should not use format=3Dflowed when posting patches. That "you" was meant to address the OP, sorry. Andreas. --=20 Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED= 5 "And now for something completely different."