diff options
| author | Dan Nicolaescu | 2008-07-27 18:24:48 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-27 18:24:48 +0000 |
| commit | 9e2a2647758db83b490e2993aa31cd4607305a82 (patch) | |
| tree | 9c3d41b47bcd316c60d56bef8d7fd32789e59411 /doc/lispref/frames.texi | |
| parent | 7f19297073b2dd6c28987bf5663933591f59e91e (diff) | |
| download | emacs-9e2a2647758db83b490e2993aa31cd4607305a82.tar.gz emacs-9e2a2647758db83b490e2993aa31cd4607305a82.zip | |
Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon
* erc.el: Remove code for Carbon.
Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.
Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.
* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.
* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.
* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.
* xresources.texi: Remove mentions of Mac Carbon.
* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.
Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL: Remove code for Carbon.
* configure: Regenerate.
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index da7d36daf96..9d42ada90e6 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -40,8 +40,6 @@ kind of display the frame uses: | |||
| 40 | The frame is displayed in an X window. | 40 | The frame is displayed in an X window. |
| 41 | @item t | 41 | @item t |
| 42 | A terminal frame on a character display. | 42 | A terminal frame on a character display. |
| 43 | @item mac | ||
| 44 | The frame is displayed on a Macintosh. | ||
| 45 | @item w32 | 43 | @item w32 |
| 46 | The frame is displayed on MS-Windows 9X/NT. | 44 | The frame is displayed on MS-Windows 9X/NT. |
| 47 | @item pc | 45 | @item pc |
| @@ -1729,33 +1727,12 @@ and @code{x-set-selection} on MS-Windows support the text data type | |||
| 1729 | only; if the clipboard holds other types of data, Emacs treats the | 1727 | only; if the clipboard holds other types of data, Emacs treats the |
| 1730 | clipboard as empty. | 1728 | clipboard as empty. |
| 1731 | 1729 | ||
| 1732 | @cindex scrap support (for Mac OS) | ||
| 1733 | On Mac OS, selection-like data transfer between applications is | ||
| 1734 | performed through a mechanism called @dfn{scraps}. The clipboard is a | ||
| 1735 | particular scrap named @code{com.apple.scrap.clipboard}. Types of scrap | ||
| 1736 | data are called @dfn{scrap flavor types}, which are identified by | ||
| 1737 | four-char codes such as @code{TEXT}. Emacs associates a selection with | ||
| 1738 | a scrap, and a selection type with a scrap flavor type via | ||
| 1739 | @code{mac-scrap-name} and @code{mac-ostype} properties, respectively. | ||
| 1740 | |||
| 1741 | @example | ||
| 1742 | (get 'CLIPBOARD 'mac-scrap-name) | ||
| 1743 | @result{} "com.apple.scrap.clipboard" | ||
| 1744 | (get 'com.apple.traditional-mac-plain-text 'mac-ostype) | ||
| 1745 | @result{} "TEXT" | ||
| 1746 | @end example | ||
| 1747 | |||
| 1748 | Conventionally, selection types for scrap flavor types on Mac OS have | ||
| 1749 | the form of @acronym{UTI, Uniform Type Identifier} such as | ||
| 1750 | @code{com.apple.traditional-mac-plain-text}, | ||
| 1751 | @code{public.utf16-plain-text}, and @code{public.file-url}. | ||
| 1752 | |||
| 1753 | @defopt x-select-enable-clipboard | 1730 | @defopt x-select-enable-clipboard |
| 1754 | If this is non-@code{nil}, the Emacs yank functions consult the | 1731 | If this is non-@code{nil}, the Emacs yank functions consult the |
| 1755 | clipboard before the primary selection, and the kill functions store in | 1732 | clipboard before the primary selection, and the kill functions store in |
| 1756 | the clipboard as well as the primary selection. Otherwise they do not | 1733 | the clipboard as well as the primary selection. Otherwise they do not |
| 1757 | access the clipboard at all. The default is @code{nil} on most systems, | 1734 | access the clipboard at all. The default is @code{nil} on most systems, |
| 1758 | but @code{t} on MS-Windows and Mac. | 1735 | but @code{t} on MS-Windows. |
| 1759 | @end defopt | 1736 | @end defopt |
| 1760 | 1737 | ||
| 1761 | @node Drag and Drop | 1738 | @node Drag and Drop |