[Top][All Lists]
[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.
- Let's tell we are using GTK+, Terje Rosten, 2003/08/03
- Re: Let's tell we are using GTK+,
Lute Kamstra <=
- Re: Let's tell we are using GTK+, Terje Rosten, 2003/08/04
- Re: Let's tell we are using GTK+, Betoes, 2003/08/20
- Re: Let's tell we are using GTK+, Andreas Schwab, 2003/08/22
- Re: Let's tell we are using GTK+, Richard Stallman, 2003/08/23
- Re: Let's tell we are using GTK+, Lute Kamstra, 2003/08/24
- Re: Let's tell we are using GTK+, Richard Stallman, 2003/08/22
- Re: Let's tell we are using GTK+, Simon Josefsson, 2003/08/23