Searched +refs:custom +refs:face +refs:edit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el1 ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
29 ;; This file implements the code to create and edit customize buffers.
31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
142 (require 'cus-face)
143 (require 'wid-edit)
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom
2165 (define-widget 'custom 'default function
3632 (define-widget 'face 'symbol function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el38 (require 'custom)
666 (defun gnus-turn-off-edit-menu (type)
667 "Turn off edit menu in `gnus-TYPE-mode-map'."
669 [menu-bar edit] 'undefined))
808 "The same as `put-text-property', but don't put props on characters with the `gnus-face' property."
811 (when (get-text-property b 'gnus-face)
812 (setq b (next-single-property-change b 'gnus-face nil end)))
816 b (setq b (next-single-property-change b 'gnus-face nil end))
823 (mapcar-extents 'extent-face
824 nil (current-buffer) pos pos nil 'face))
[all...]

Completed in 190 milliseconds