view etc/nxml/01720-0173F.el @ 106482:806e9f7990d8

* minibuffer.el (completion-at-point-functions): New var. (completion-at-point): New command. * indent.el (indent-for-tab-command): Handle the new `complete' behavior. * progmodes/python.el (python-mode-map): Use completion-at-point. (python-completion-at-point): Rename from python-partial-symbol and adjust for use in completion-at-point-functions. (python-mode): Setup completion-at-point for Python completion. * emacs-lisp/lisp.el (lisp-completion-at-point): New function extracted from lisp-complete-symbol. (lisp-complete-symbol): Use it. * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode, setup completion-at-point for Elisp completion. (emacs-lisp-mode-map, lisp-interaction-mode-map): Use completion-at-point. * ielm.el (ielm-map): Use completion-at-point. (inferior-emacs-lisp-mode): Setup completion-at-point for Elisp completion. * progmodes/sym-comp.el: Move to... * obsolete/sym-comp.el: Move from progmodes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 07 Dec 2009 20:06:26 +0000
parents d26545774eef
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'hanunoo
  '(("HANUNOO LETTER A" #x1720)
    ("HANUNOO LETTER I" #x1721)
    ("HANUNOO LETTER U" #x1722)
    ("HANUNOO LETTER KA" #x1723)
    ("HANUNOO LETTER GA" #x1724)
    ("HANUNOO LETTER NGA" #x1725)
    ("HANUNOO LETTER TA" #x1726)
    ("HANUNOO LETTER DA" #x1727)
    ("HANUNOO LETTER NA" #x1728)
    ("HANUNOO LETTER PA" #x1729)
    ("HANUNOO LETTER BA" #x172A)
    ("HANUNOO LETTER MA" #x172B)
    ("HANUNOO LETTER YA" #x172C)
    ("HANUNOO LETTER RA" #x172D)
    ("HANUNOO LETTER LA" #x172E)
    ("HANUNOO LETTER WA" #x172F)
    ("HANUNOO LETTER SA" #x1730)
    ("HANUNOO LETTER HA" #x1731)
    ("HANUNOO VOWEL SIGN I" #x1732)
    ("HANUNOO VOWEL SIGN U" #x1733)
    ("HANUNOO SIGN PAMUDPOD" #x1734)
    ("PHILIPPINE SINGLE PUNCTUATION" #x1735)
    ("PHILIPPINE DOUBLE PUNCTUATION" #x1736)
    ))

;; arch-tag: d577c8e1-70e3-4afc-82f4-b61e4cf0b603