GNU bug report logs -
#3888
Some variables get the wrong, platform-specific, documentation
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Mon, 20 Jul 2009 18:35:05 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
In GNU Emacs 23.0.96.1 on GNU/Linux:
emacs -Q
C-h v x-select-enable-clipboard
x-select-enable-clipboard is a variable defined in `x-win.el'.
Its value is nil
Documentation:
Non-nil means cutting and pasting uses the clipboard.
This is the default on this system, since MS-Windows does not
support other types of selections.
I guess this is because term/pc-win.elc is now in SOME_MACHINE_LISP in
src/Makefile.in. (It was not there in Emacs 22.)
Similarly, from ns-win.el, we get the following in GNU/Linux under X:
x-display-name:
The name of the Nextstep display on which Emacs was started.
x-setup-function-keys:
Set up function Keys for Nextstep for frame FRAME.
x-select-text:
Put TEXT, a string, on the pasteboard.
x-colors:
The list of colors defined in non-PANTONE color files.
xw-defined-colors:
Return a list of colors supported for a particular frame.
The argument FRAME specifies which frame to try.
The value may be different for frames on different Nextstep displays.
This bug report was last modified 16 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.