[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Functions that need X
From: |
Stefan Monnier |
Subject: |
Re: Functions that need X |
Date: |
Sun, 02 Jan 2011 23:52:42 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> It probably would be better if there were stub versions of all these
> functions in console Emacs, so that they would just be ignored. But
> since there aren't, you need to check first.
The general rule I'd like to follow (tho Emacs doesn't follow it yet) is
that a function that is not specific to one particular kind of display
(tty, X11, w32, you name it) should always be defined.
So if/when you bump into such a function that's only defined when used
(or compiled) with a GUI, please report it as a bug.
Stefan
Re: Functions that need X, Cecil Westerhof, 2011/01/03
Re: Functions that need X, Barry Margolin, 2011/01/01
Re: Functions that need X, Kevin Rodgers, 2011/01/10