[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs's set-frame-size can not work well with gnome-shell?
From: |
Andreas Schwab |
Subject: |
Re: Emacs's set-frame-size can not work well with gnome-shell? |
Date: |
Sun, 12 Apr 2020 08:44:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux) |
On Mär 31 2020, martin rudalics wrote:
> @@ -7742,6 +7753,22 @@ frames (each of which corresponds to one page). Each
> frame should be
> #endif /* USE_GTK */
> #endif /* USE_CAIRO */
>
> +#ifdef USE_GTK
> +#ifdef HAVE_GTK3
> +DEFUN ("x-gtk-debug", Fx_gtk_debug, Sx_gtk_debug, 1, 1, 0,
> + doc: /* Toggle interactive GTK debugging. */)
> + (Lisp_Object enable)
> +{
> + gboolean enable_debug = !NILP (enable);
> +
> + block_input ();
> + gtk_window_set_interactive_debugging (enable_debug);
> + unblock_input ();
> +
> + return NILP (enable) ? Qnil : Qt;
> +}
> +#endif /* HAVE_GTK3 */
> +#endif /* USE_GTK */
https://build.opensuse.org/package/live_build_log/home:AndreasSchwab:emacs:master/emacs/13.1/ppc64
[ 1487s]
/usr/lib64/gcc/powerpc64-suse-linux/4.8/../../../../powerpc64-suse-linux/bin/ld:
xfns.o: in function `Fx_gtk_debug':
[ 1487s] /home/abuild/rpmbuild/BUILD/emacs-28.0.50/src/xfns.c:7757: undefined
reference to `gtk_window_set_interactive_debugging'
[ 1487s] collect2: error: ld returned 1 exit status
[ 1487s] make[1]: *** [temacs] Error 1
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
- Re: Emacs's set-frame-size can not work well with gnome-shell?, (continued)
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Dmitry Gutov, 2020/04/07
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Robert Pluim, 2020/04/07
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Dmitry Gutov, 2020/04/07
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Robert Pluim, 2020/04/08
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Dmitry Gutov, 2020/04/08
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Robert Pluim, 2020/04/08
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Support, 2020/04/08
- Re: Emacs's set-frame-size can not work well with gnome-shell?, martin rudalics, 2020/04/08
- Re: Emacs's set-frame-size can not work well with gnome-shell?, Adrián Medraño Calvo, 2020/04/08
- Re: Emacs's set-frame-size can not work well with gnome-shell?, martin rudalics, 2020/04/08
- Re: Emacs's set-frame-size can not work well with gnome-shell?,
Andreas Schwab <=