emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Let's tell we are using GTK+


From: Lute Kamstra
Subject: Re: Let's tell we are using GTK+
Date: Mon, 04 Aug 2003 10:33:29 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Terje Rosten <address@hidden> writes:

> Here are two patches which together let the lisp function
> emacs-version tell about the presence of GTK+ support.

[...]

> Index: lisp/version.el
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/lisp/version.el,v
> retrieving revision 2.32
> diff -c -r2.32 version.el
> *** lisp/version.el   4 Feb 2003 12:12:31 -0000       2.32
> --- lisp/version.el   3 Aug 2003 14:53:36 -0000
> ***************
> *** 62,67 ****
> --- 62,68 ----
>                (cond ((featurep 'motif)
>                       (concat ", " (substring motif-version-string 4)))
>                      ((featurep 'x-toolkit) ", X toolkit")
> +                    ((featurep 'gtk+-toolkit) ", GTK+ toolkit")

Maybe the GTK version should be mentioned as well.  Handy for bug reports.

>                      (t ""))
>                (if (and (boundp 'x-toolkit-scroll-bars)
>                         (memq x-toolkit-scroll-bars '(xaw xaw3d)))

[...]


  Lute.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]