unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 098add06eb7: Say whether we're using X11 double buffering
       [not found] ` <20230221172722.B2EA0C13914@vcs2.savannah.gnu.org>
@ 2023-02-22  2:35   ` Po Lu
  2023-02-22 11:09     ` Robert Pluim
  0 siblings, 1 reply; 2+ messages in thread
From: Po Lu @ 2023-02-22  2:35 UTC (permalink / raw)
  To: emacs-devel; +Cc: Robert Pluim

Robert Pluim <rpluim@gmail.com> writes:

> branch: master
> commit 098add06eb7d742ff0e6ee0e294931a93a60c71c
> Author: Robert Pluim <rpluim@gmail.com>
> Commit: Robert Pluim <rpluim@gmail.com>
>
>     Say whether we're using X11 double buffering
>     
>     * configure.ac (EMACS_CONFIG_FEATURES): Output value of HAVE_XDBE.
> ---
>  configure.ac | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configure.ac b/configure.ac
> index c44165fb5c1..e1fcf1254df 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -6637,6 +6637,7 @@ AC_DEFINE_UNQUOTED([EMACS_CONFIG_FEATURES], ["${emacs_config_features}"],
>    [Summary of some of the main features enabled by configure.])
>  
>  AS_ECHO(["  Does Emacs use -lXaw3d?                                 ${HAVE_XAW3D}
> +  Does Emacs use X11 double buffering?                    ${HAVE_XDBE}
>    Does Emacs use -lXpm?                                   ${HAVE_XPM}
>    Does Emacs use -ljpeg?                                  ${HAVE_JPEG}
>    Does Emacs use -ltiff?                                  ${HAVE_TIFF}

Please write:

  ``Does Emacs use the X Double Buffer Extension''

instead.  There are many different ways to perform double buffering on
X: the Multi-Buffer extension is one, and the Present extension is
another.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 098add06eb7: Say whether we're using X11 double buffering
  2023-02-22  2:35   ` master 098add06eb7: Say whether we're using X11 double buffering Po Lu
@ 2023-02-22 11:09     ` Robert Pluim
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Pluim @ 2023-02-22 11:09 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

>>>>> On Wed, 22 Feb 2023 10:35:23 +0800, Po Lu <luangruo@yahoo.com> said:

    Po Lu> Please write:

    Po Lu>   ``Does Emacs use the X Double Buffer Extension''

    Po Lu> instead.  There are many different ways to perform double buffering on
    Po Lu> X: the Multi-Buffer extension is one, and the Present extension is
    Po Lu> another.

I see that by the time Iʼd resurrected my GNU/Linux box today youʼd
already done this, thanks for that.

Robert
-- 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-22 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <167700044239.394.10541696798563075035@vcs2.savannah.gnu.org>
     [not found] ` <20230221172722.B2EA0C13914@vcs2.savannah.gnu.org>
2023-02-22  2:35   ` master 098add06eb7: Say whether we're using X11 double buffering Po Lu
2023-02-22 11:09     ` Robert Pluim

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).