• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/obsolete/

Lines Matching defs:default

197 ;; added default face mapping for 'formula' which is needed for new latex
206 ;; changed references to default-bold-italic to just bold-italic because the
264 ;; of default faces.
384 "alist of major-mode values and default highlighting patterns
459 (defconst hilit-default-face-table
474 (glob-struct magenta Plum1 default-bold-underline)
482 (active-error default/pink-bold default/DeepPink-bold default-underline)
487 (rule blue-bold-underline cyan-underline default-bold-underline)
502 (summary-current default/skyblue-bold green/dimgrey-bold reverse-default)
521 "alist of default faces (face . (light-default dark-default mono-default))
535 hilit-default-face-table))
571 a hexadecimal specification of the form \"hex-[0-9A-Fa-f]+\", or \"default\".
574 default...which is probably of use only if you've changed fonts.
600 (copy-face 'default 'scratch-face)
620 (and (string= "default" fgcolor) (setq fgcolor nil))
621 (and (string= "default" bgcolor) (setq bgcolor nil))
631 (setq face 'default)
1022 "Sets the default highlighting patterns for MODE to PATTERNS.
1051 (interactive "sPattern start regex: \nsPattern end regex (default none): \nxFace: ")
1115 ("[^_]\\<\\(return\\|goto\\|if\\|else\\|case\\|default\\|switch\\|break\\|continue\\|while\\|do\\|for\\)\\>[^_]" 1 keyword)
1130 ("[^_]\\<\\(return\\|goto\\|if\\|else\\|case\\|default\\|switch\\|break\\|continue\\|while\\|do\\|for\\|public\\|protected\\|private\\|delete\\|new\\)\\>[^_]"
1146 ("[^_]\\<\\(return\\|goto\\|if\\|else\\|case\\|default\\|switch\\|break\\|continue\\|while\\|do\\|for\\|public\\|protected\\|private\\|interface\\|implementation\\|end\\|super\\|self\\)\\>[^_]"