Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a5ab2e0c
Commit
a5ab2e0c
authored
Nov 15, 2007
by
Richard M. Stallman
Browse files
(Communication Coding): Document x-select-request-type.
parent
0a3333b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
man/ChangeLog
man/ChangeLog
+13
-0
man/mule.texi
man/mule.texi
+9
-0
No files found.
man/ChangeLog
View file @
a5ab2e0c
2007-11-15 Richard Stallman <rms@gnu.org>
* cl.texi (Equality Predicates): Delete `eql'.
(Predicates, Naming Conventions, Top): Delete `eql'.
(Common Lisp Compatibility): Delete `eql'.
(Porting Common Lisp): Delete obsolete backquote info.
Minor clarification about character constants.
(Sequence Basics): Minor clarification.
2007-11-15 Kenichi Handa <handa@ni.aist.go.jp>
* mule.texi (Communication Coding): Document x-select-request-type.
2007-11-11 Glenn Morris <rgm@gnu.org>
* calendar.texi (Special Diary Entries): Fix Thanksgiving example.
...
...
man/mule.texi
View file @
a5ab2e0c
...
...
@@ -1103,6 +1103,15 @@ specified by one of the environment variables @env{LC_ALL},
specified above, whose value is nonempty is the one that determines
the text representation.)
@vindex x-select-request-type
The variable @code{x-select-request-type} specifies a selection data
type of selection to request from the X server. The default value is
@code{nil}, which means Emacs tries @code{COMPOUND_TEXT} and
@code{UTF8_STRING}, and uses whichever result seems more appropriate.
You can explicitly specify the data type by setting the variable to
one of the symbols @code{COMPOUND_TEXT}, @code{UTF8_STRING},
@code{STRING} and @code{TEXT}.
@node File Name Coding
@section Coding Systems for File Names
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment