]> git.eshelyaron.com Git - emacs.git/commitdiff
(Communication Coding): Document x-select-request-type.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Nov 2007 11:58:22 +0000 (11:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Nov 2007 11:58:22 +0000 (11:58 +0000)
man/ChangeLog
man/mule.texi

index 5dc97b83329413a7aaa084b0909014a508c31049..5b4b7bc6bbae7b2e64f85ac86c1215c2f3ba7395 100644 (file)
@@ -1,3 +1,16 @@
+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.
index c71c820dc27d035615dc8899b898a13c3eb07a85..018521dff42f51f38e14e348aff93b31fd7b9234 100644 (file)
@@ -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