GNU bug report logs -
#25474
26.0.50; Buffer content invisible over remote display (SecureCRT + VcXsrv) when double buffering enabled
Previous Next
Full log
View this message in rfc822 format
Disabling XDBE fixes the problem. Thank you.
-----Original Message-----
From: Eli Zaretskii [mailto:eliz <at> gnu.org]
Sent: Thursday, January 19, 2017 8:18 AM
To: Ivor Durham
Cc: 25474 <at> debbugs.gnu.org
Subject: Re: bug#25474: 26.0.50; Buffer content invisible
> From: "Ivor Durham" <ivor.durham <at> ivor.cc>
> Cc: <25474 <at> debbugs.gnu.org>
> Date: Thu, 19 Jan 2017 07:57:52 -0800
>
> "#define HAVE_XDBE 1" is in src/config.h
Can you replace it with
#undef HAVE_XDBE
then edit src/Makefile to make the XDBE-related variables empty, like
this:
XDBE_LIBS =
XDBE_CFLAGS =
and then rebuild Emacs and see if the problem persists.
Alternatively, temporarily rename the header X11/extensions/Xdbe.h in your
include directory to something else, then re-run 'configure' and rebuild.
This bug report was last modified 6 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.