view etc/nxml/02000-0206F.el @ 110145:c403c2e0a620

Removed cut-buffer code. * lisp/mouse-sel.el (mouse-sel-get-selection-function): x-cut-buffer-or-selection-value renamed to x-selection-value. (x-select-text): Optional push removed. * lisp/select.el (x-get-cut-buffer, x-set-cut-buffer): Remove. * lisp/simple.el (interprogram-cut-function): Remove mention of PUSH. * lisp/w32-fns.el (x-last-selected-text): x-cut-buffer-or-selection-value renamed to x-selection-value. (x-cut-buffer-max): Remove. (x-select-text): Remove argument PUSH, update documentation. * lisp/emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove. * lisp/term/ns-win.el (x-setup-function-keys, ns-last-selected-text): x-cut-buffer-or-selection-value renamed to x-selection-value (x-selection-value): Renamed from x-cut-buffer-or-selection-value. (x-select-text): Remove argument PUSH, update documentation. * lisp/term/pc-win.el (x-last-selected-text): x-cut-buffer-or-selection-value renamed to x-selection-value (x-select-text): Remove argument PUSH, update documentation. * lisp/term/x-win.el: Update documentation for x-last-selected-text-*. (x-last-selected-text-cut, x-last-selected-text-cut-encoded) (x-last-cut-buffer-coding, x-cut-buffer-max): Remove. (x-select-text): Remove argument PUSH, update documentation. Remove cut-buffer code. (x-selection-value-internal): Was previously x-selection-value. (x-selection-value): Renamed from x-cut-buffer-or-selection-value. Update documentation, remove cut-buffer code. Call x-selection-value-internal. (x-clipboard-yank): Call x-selection-value-internal. (x-initialize-window-system): Remove setting of x-cut-buffer-max. * src/xselect.c: Remove declaration of cut-buffer objects and functions. (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn. (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn. (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal) (Fx_rotate_cut_buffers_internal): Remove. (syms_of_xselect): Remove defsubr of above. Remove intern of QCUT_BUFFERn. * src/xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized. * src/xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
author Jan D. <jan.h.d@swipnet.se>
date Thu, 02 Sep 2010 11:47:08 +0200
parents a4c003accb2b
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'general-punctuation
  '(("EN QUAD" #x2000)
    ("EM QUAD" #x2001)
    ("EN SPACE" #x2002)
    ("EM SPACE" #x2003)
    ("THREE-PER-EM SPACE" #x2004)
    ("FOUR-PER-EM SPACE" #x2005)
    ("SIX-PER-EM SPACE" #x2006)
    ("FIGURE SPACE" #x2007)
    ("PUNCTUATION SPACE" #x2008)
    ("THIN SPACE" #x2009)
    ("HAIR SPACE" #x200A)
    ("ZERO WIDTH SPACE" #x200B)
    ("ZERO WIDTH NON-JOINER" #x200C)
    ("ZERO WIDTH JOINER" #x200D)
    ("LEFT-TO-RIGHT MARK" #x200E)
    ("RIGHT-TO-LEFT MARK" #x200F)
    ("HYPHEN" #x2010)
    ("NON-BREAKING HYPHEN" #x2011)
    ("FIGURE DASH" #x2012)
    ("EN DASH" #x2013)
    ("EM DASH" #x2014)
    ("HORIZONTAL BAR" #x2015)
    ("DOUBLE VERTICAL LINE" #x2016)
    ("DOUBLE LOW LINE" #x2017)
    ("LEFT SINGLE QUOTATION MARK" #x2018)
    ("RIGHT SINGLE QUOTATION MARK" #x2019)
    ("SINGLE LOW-9 QUOTATION MARK" #x201A)
    ("SINGLE HIGH-REVERSED-9 QUOTATION MARK" #x201B)
    ("LEFT DOUBLE QUOTATION MARK" #x201C)
    ("RIGHT DOUBLE QUOTATION MARK" #x201D)
    ("DOUBLE LOW-9 QUOTATION MARK" #x201E)
    ("DOUBLE HIGH-REVERSED-9 QUOTATION MARK" #x201F)
    ("DAGGER" #x2020)
    ("DOUBLE DAGGER" #x2021)
    ("BULLET" #x2022)
    ("TRIANGULAR BULLET" #x2023)
    ("ONE DOT LEADER" #x2024)
    ("TWO DOT LEADER" #x2025)
    ("HORIZONTAL ELLIPSIS" #x2026)
    ("HYPHENATION POINT" #x2027)
    ("LINE SEPARATOR" #x2028)
    ("PARAGRAPH SEPARATOR" #x2029)
    ("LEFT-TO-RIGHT EMBEDDING" #x202A)
    ("RIGHT-TO-LEFT EMBEDDING" #x202B)
    ("POP DIRECTIONAL FORMATTING" #x202C)
    ("LEFT-TO-RIGHT OVERRIDE" #x202D)
    ("RIGHT-TO-LEFT OVERRIDE" #x202E)
    ("NARROW NO-BREAK SPACE" #x202F)
    ("PER MILLE SIGN" #x2030)
    ("PER TEN THOUSAND SIGN" #x2031)
    ("PRIME" #x2032)
    ("DOUBLE PRIME" #x2033)
    ("TRIPLE PRIME" #x2034)
    ("REVERSED PRIME" #x2035)
    ("REVERSED DOUBLE PRIME" #x2036)
    ("REVERSED TRIPLE PRIME" #x2037)
    ("CARET" #x2038)
    ("SINGLE LEFT-POINTING ANGLE QUOTATION MARK" #x2039)
    ("SINGLE RIGHT-POINTING ANGLE QUOTATION MARK" #x203A)
    ("REFERENCE MARK" #x203B)
    ("DOUBLE EXCLAMATION MARK" #x203C)
    ("INTERROBANG" #x203D)
    ("OVERLINE" #x203E)
    ("UNDERTIE" #x203F)
    ("CHARACTER TIE" #x2040)
    ("CARET INSERTION POINT" #x2041)
    ("ASTERISM" #x2042)
    ("HYPHEN BULLET" #x2043)
    ("FRACTION SLASH" #x2044)
    ("LEFT SQUARE BRACKET WITH QUILL" #x2045)
    ("RIGHT SQUARE BRACKET WITH QUILL" #x2046)
    ("DOUBLE QUESTION MARK" #x2047)
    ("QUESTION EXCLAMATION MARK" #x2048)
    ("EXCLAMATION QUESTION MARK" #x2049)
    ("TIRONIAN SIGN ET" #x204A)
    ("REVERSED PILCROW SIGN" #x204B)
    ("BLACK LEFTWARDS BULLET" #x204C)
    ("BLACK RIGHTWARDS BULLET" #x204D)
    ("LOW ASTERISK" #x204E)
    ("REVERSED SEMICOLON" #x204F)
    ("CLOSE UP" #x2050)
    ("TWO ASTERISKS ALIGNED VERTICALLY" #x2051)
    ("COMMERCIAL MINUS SIGN" #x2052)
    ("QUADRUPLE PRIME" #x2057)
    ("MEDIUM MATHEMATICAL SPACE" #x205F)
    ("WORD JOINER" #x2060)
    ("FUNCTION APPLICATION" #x2061)
    ("INVISIBLE TIMES" #x2062)
    ("INVISIBLE SEPARATOR" #x2063)
    ("INHIBIT SYMMETRIC SWAPPING" #x206A)
    ("ACTIVATE SYMMETRIC SWAPPING" #x206B)
    ("INHIBIT ARABIC FORM SHAPING" #x206C)
    ("ACTIVATE ARABIC FORM SHAPING" #x206D)
    ("NATIONAL DIGIT SHAPES" #x206E)
    ("NOMINAL DIGIT SHAPES" #x206F)
    ))

;; arch-tag: 9208787e-c528-416d-a9b1-7261c9cde84e