emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/frames.texi,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/frames.texi,v
Date: Sun, 27 Jul 2008 18:24:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/27 18:24:49

Index: doc/lispref/frames.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/frames.texi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- doc/lispref/frames.texi     22 Feb 2008 08:52:41 -0000      1.8
+++ doc/lispref/frames.texi     27 Jul 2008 18:24:22 -0000      1.9
@@ -40,8 +40,6 @@
 The frame is displayed in an X window.
 @item t
 A terminal frame on a character display.
address@hidden mac
-The frame is displayed on a Macintosh.
 @item w32
 The frame is displayed on MS-Windows 9X/NT.
 @item pc
@@ -1729,33 +1727,12 @@
 only; if the clipboard holds other types of data, Emacs treats the
 clipboard as empty.
 
address@hidden scrap support (for Mac OS)
-On Mac OS, selection-like data transfer between applications is
-performed through a mechanism called @dfn{scraps}.  The clipboard is a
-particular scrap named @code{com.apple.scrap.clipboard}.  Types of scrap
-data are called @dfn{scrap flavor types}, which are identified by
-four-char codes such as @code{TEXT}.  Emacs associates a selection with
-a scrap, and a selection type with a scrap flavor type via
address@hidden and @code{mac-ostype} properties, respectively.
-
address@hidden
-(get 'CLIPBOARD 'mac-scrap-name)
-     @result{} "com.apple.scrap.clipboard"
-(get 'com.apple.traditional-mac-plain-text 'mac-ostype)
-     @result{} "TEXT"
address@hidden example
-
-Conventionally, selection types for scrap flavor types on Mac OS have
-the form of @acronym{UTI, Uniform Type Identifier} such as
address@hidden,
address@hidden, and @code{public.file-url}.
-
 @defopt x-select-enable-clipboard
 If this is address@hidden, the Emacs yank functions consult the
 clipboard before the primary selection, and the kill functions store in
 the clipboard as well as the primary selection.  Otherwise they do not
 access the clipboard at all.  The default is @code{nil} on most systems,
-but @code{t} on MS-Windows and Mac.
+but @code{t} on MS-Windows.
 @end defopt
 
 @node Drag and Drop




reply via email to

[Prev in Thread] Current Thread [Next in Thread]