Searched +refs:set +refs:face +refs:doc +refs:string (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-face.el1 ;;; cus-face.el --- customization support for faces
34 ;;; Declaring a face.
37 (defun custom-declare-face (face spec doc &rest args)
39 (unless (get face 'face-defface-spec)
41 (unless (facep face)
42 ;; If the user has already created the face, respect that.
43 (let ((value (or (get face 'save
[all...]
H A Dcustom.el33 ;; The code implementing face declarations is in `cus-face.el'.
46 Users should not set it.")
62 (set-default symbol (if (get symbol 'saved-value)
66 (defun custom-initialize-set (symbol value)
69 then set it using its `:set' function (or `set-default' if it has none).
73 (funcall (or (get symbol 'custom-set) 'set
[all...]
H A Dhelp-fns.el67 (buffer-string))))))
70 "Split a function DOCSTRING into the actual doc and the usage info.
73 ;; Functions can get the calling sequence at the end of the doc string.
75 ;; function's name in the doc string so we use `fn' as the anonymous
77 (when (and docstring (string-match "\n\n(fn\\(\\( .*\\)?)\\)\\'" docstring))
81 (match-string 1 docstring))
88 ARGLIST can also be t or a string of the form \"(FUN ARG1 ARG2 ...)\"."
90 (if (or (string
[all...]
H A Dcus-edit.el46 ;; property. Similarly, set-default (or the 'custom-set' property)
47 ;; can set it.
109 ;; 3. set
142 (require 'cus-face)
302 "Internationalization and alternate character-set support."
476 (set-keymap-parent map widget-keymap)
481 (define-key map "\C-c\C-c" 'Custom-set)
492 (set-keymap-parent map custom-mode-map)
503 "If REGEXP is a string, spli
3632 (define-widget 'face 'symbol function
[all...]
H A Dwoman.el82 ;; variable is set then WoMan will use it; otherwise you may need to
84 ;; set the Lisp variable `woman-path'. Please see the online
153 ;; (global-set-key "\C-cw"
179 ;; hooks. `woman-pre-format-hook' might be appropriate for face
185 ;; current man page (using imenu). Alternatively, if you set the
261 ;; set-visited-file-name is to avoid font-locking triggered by
271 ;; set-visited-file-name
302 ;; who want complete case independence should set the NTEmacs variable
307 ;; cache by default. (It caused too much confusion!) Explicitly set
436 (if (string
[all...]
H A Dwid-edit.el53 ;; browse-url-browser-function' set up appropriately.]
95 (defvar widget-documentation-face 'widget-documentation
97 This exists as a variable so it can be set locally in certain buffers.")
110 (put 'widget-documentation-face 'face-alias 'widget-documentation)
112 (defvar widget-button-face 'widget-button
114 This exists as a variable so it can be set locally in certain buffers.")
120 (put 'widget-button-face 'face-alias 'widget-button)
122 (defcustom widget-mouse-face 'highligh
2996 (define-widget 'string 'editable-field function
3649 (define-widget 'set 'checklist function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dgud.el68 :type 'string
71 (global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh)
134 (if (string-equal gud-target-name "emacs")
183 :visible (and (string-equal
222 . (,(propertize "down" 'face 'font-lock-doc-face) . gud-down))
224 . (,(propertize "up" 'face 'font-lock-doc-face)
[all...]
H A Dcperl-mode.el49 ;; and control flow words, one for each: comments, string, labels,
82 (defconst cperl-xemacs-p (string-match "XEmacs\\|Lucid" emacs-version))
96 (defmacro defgroup (name val doc &rest arr)
99 (defmacro defcustom (name val doc &rest arr)
100 (` (defvar (, name) (, val) (, doc)))))
102 (string< "19.31" emacs-version)) ; Checked with 19.30: defface does not work
114 (defmacro cperl-is-face (arg) ; Takes quoted arg
115 (cond ((fboundp 'find-face)
116 (` (find-face (, arg))))
117 (;;(and (fboundp 'face
[all...]
H A Didlw-shell.el112 (defmacro defcustom (var value doc &rest args)
113 `(defvar ,var ,value ,doc))))
131 This is a fine thing to set in your `.emacs' file."
139 :type 'string)
199 :type 'string)
209 This variable must already be set when idlwave-shell.el is loaded.
212 :type 'string)
224 upon return to the main level. Can be set to 'breakpoint to enter
253 to set this option to nil."
258 "The characters allowed in file names, as a string
[all...]
H A Dcompile.el50 ;; FILENAME is a string parsed from an error message. DIRECTORY is a string
110 started. It can be used to set any variables or functions that are used
119 compilation buffer. It should return a string.
125 It is called with two arguments: the compilation buffer, and a string
136 and a string describing how the process finished.")
219 (2 (compilation-face '(3))))
255 (2 compilation-info-face)
256 (3 compilation-line-face nil t)
290 nil 3 nil (2) nil (1 (compilation-face '(
[all...]
H A Didlwave.el109 ;; You can set your own preferred values with Customize, or with Lisp
168 (unless (fboundp 'match-string-no-properties)
169 (defalias 'match-string-no-properties 'match-string))
183 (defmacro defcustom (var value doc &rest args)
184 `(defvar ,var ,value ,doc))))
227 This extra offset applies to the first of a set of continuation lines.
278 "*If set non-nil then comment paragraphs are indented under the
301 (defcustom idlwave-auto-fill-split-string t
303 When the line end falls within a string, strin
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el69 (defconst erc-version-string "Version 5.2"
150 (string :tag "Server")))
155 This can be either a string or a number."
159 (string :tag "Port string")))
164 This can be either a string, or a list of strings.
172 (string :tag "Nickname")
173 (repeat (string :tag "Nickname"))))
176 "The string to append to the nick if it is already in use."
178 :type 'string)
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
651 " is to go through the looong string looking for
1027 \ 'addcslashes(': 'string str, string charlist | string',
1028 \ 'addslashes(': 'string str | string',
1029 \ 'aggregate(': 'object object, string class_name | void',
1031 \ 'aggregate_methods_by_list(': 'object object, string class_nam
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-e.el51 ;; (global-set-key "\C-cr" 'mh-rmail)
52 ;; (global-set-key "\C-xm" 'mh-smail)
53 ;; (global-set-key "\C-x4m" 'mh-smail-other-window)
113 ;; Function declarations (use font-lock-function-name-face).
115 ;; Variable declarations (use font-lock-variable-name-face).
116 "\\(def\\(custom\\|face\\)-mh\\)\\|"
117 ;; Group declarations (use font-lock-type-face).
123 (1 font-lock-keyword-face)
124 (7 (cond ((match-beginning 2) font-lock-function-name-face)
125 ((match-beginning 4) font-lock-variable-name-face)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dispell.el42 ;; of the users. Otherwise the users may need to set a number of variables
153 ;; Fixed misalignment offset bug when replacing a string after a shift made.
210 (defmacro defcustom (symbol value doc &rest args)
212 `(defvar ,symbol ,value ,doc))))
230 ;;; The following variables should be set according to personal preference
239 When set to `block', assumes a block cursor with TTY displays."
253 (defcustom ispell-highlight-face (if ispell-lazy-highlight 'isearch 'highlight)
254 "*The face used for Ispell highlighting. For Emacses with overlays.
257 This variable can be set by the user to whatever face the
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule-cmds.el48 (define-key mule-keymap "f" 'set-buffer-file-coding-system)
50 (define-key mule-keymap "F" 'set-file-name-coding-system)
51 (define-key mule-keymap "t" 'set-terminal-coding-system)
52 (define-key mule-keymap "k" 'set-keyboard-coding-system)
53 (define-key mule-keymap "p" 'set-buffer-process-coding-system)
54 (define-key mule-keymap "x" 'set-selection-coding-system)
55 (define-key mule-keymap "X" 'set-next-selection-coding-system)
56 (define-key mule-keymap "\C-\\" 'set-input-method)
58 (define-key mule-keymap "l" 'set-language-environment)
70 (defvar set
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex102 % If this character appears in an error message or help string, it
115 % Set up fixed words for English if not already set.
181 par-a-digms rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
272 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
437 % either the null string, or it ends with \^^M---thus there is no danger
449 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
453 \expandafter \doparseargdef \csname\string#1\endcsname #1%
526 in environment \expandafter\string#1%
702 \endgraf % Not \par, as it may have been set to \lisppar.
1196 % We have to set dummie
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
116 % Set up fixed words for English if not already set.
183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
275 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
440 % either the null string, or it ends with \^^M---thus there is no danger
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
456 \expandafter \doparseargdef \csname\string#1\endcsname #1%
529 in environment \expandafter\string#1%
705 \endgraf % Not \par, as it may have been set to \lisppar.
1167 % can be set)
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
116 % Set up fixed words for English if not already set.
183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
275 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
440 % either the null string, or it ends with \^^M---thus there is no danger
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
456 \expandafter \doparseargdef \csname\string#1\endcsname #1%
529 in environment \expandafter\string#1%
705 \endgraf % Not \par, as it may have been set to \lisppar.
1167 % can be set)
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex36 % and /home/gd/gnu/doc/texinfo.tex on the GNU machines.
98 % If this character appears in an error message or help string, it
102 % Set up fixed words for English if not already set.
160 % True if #1 is the empty string, i.e., called like `\ifempty{}'.
222 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
888 % to set catcodes according to plain TeX first, to allow for subscripts,
922 % argument to a command which set the catcodes (such as @item or @section).
1051 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
1052 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
1172 % So we set u
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex37 % and /home/gd/gnu/doc/texinfo.tex on the GNU machines.
95 % If this character appears in an error message or help string, it
99 % Set up fixed words for English if not already set.
195 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
841 % to set catcodes according to plain TeX first, to allow for subscripts,
845 % entries, and other such contexts where the catcodes are set before
994 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
995 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
1113 % So we set up a \sf analogous to plain's \rm, etc.
1155 \def\rmbshape{bx} %where the normal face i
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
116 % Set up fixed words for English if not already set.
185 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
277 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
445 % either the null string, or it ends with \^^M---thus there is no danger
457 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
461 \expandafter \doparseargdef \csname\string#1\endcsname #1%
534 in environment \expandafter\string#1%
725 \endgraf % Not \par, as it may have been set to \lisppar.
1196 % can be set)
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
116 % Set up fixed words for English if not already set.
185 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
277 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
445 % either the null string, or it ends with \^^M---thus there is no danger
457 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
461 \expandafter \doparseargdef \csname\string#1\endcsname #1%
534 in environment \expandafter\string#1%
725 \endgraf % Not \par, as it may have been set to \lisppar.
1196 % can be set)
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex37 % /home/gd/gnu/doc/texinfo.tex on the GNU machines.
92 % If this character appears in an error message or help string, it
96 % Set up fixed words for English if not already set.
182 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
950 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
951 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
1067 % So we set up a \sf analogous to plain's \rm, etc.
1092 \def\rmbshape{bx} %where the normal face is bold
1605 % Commands to set those variables.
1666 % When we turn headings on, set th
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex37 % /home/gd/gnu/doc/texinfo.tex on the GNU machines.
92 % If this character appears in an error message or help string, it
96 % Set up fixed words for English if not already set.
182 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
910 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
911 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
1027 % So we set up a \sf analogous to plain's \rm, etc.
1052 \def\rmbshape{bx} %where the normal face is bold
1565 % Commands to set those variables.
1626 % When we turn headings on, set th
[all...]

Completed in 512 milliseconds