Searched +refs:set +refs:face +refs:font (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-sel.el61 (set (make-local-variable 'reftex-select-marked) nil)
63 (set-syntax-table reftex-latex-syntax-table))
64 ;; We do not set a local map - reftex-select-item does this.
91 (set (make-local-variable 'reftex-select-marked) nil)
92 ;; We do not set a local map - reftex-select-item does this.
102 ;;; (set-buffer buf)
125 (set-buffer buf)
159 (let* ((font (reftex-use-fonts))
169 (mouse-face
171 reftex-mouse-selected-face
[all...]
H A Dreftex-index.el306 (set (make-local-variable 'revert-buffer-function) 'reftex-index-revert)
307 (set (make-local-variable 'reftex-index-restriction-data) nil)
308 (set (make-local-variable 'reftex-index-restriction-indicator) nil)
390 (set-marker reftex-index-return-marker (point))
435 (set (make-local-variable 'reftex-last-index-file) calling-file)
436 (set (make-local-variable 'reftex-index-tag) index-tag)
437 (set (make-local-variable 'reftex-docstruct-symbol) docstruct-symbol)
460 (put-text-property 1 (point) 'face reftex-index-header-face))
485 (font (refte
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dhilit19.el73 ;; a face with a green foreground, and a black background, using a
74 ;; bold-italic font...with underlining for good measure.
90 ;; If you like font-lock-mode and want to use both packages, then you can
91 ;; disable hilit for the modes in which you want to use font-lock by listing
102 ;; SETUP -- Are you using the right font for Emacs?
105 ;; verbose X11 font name. If you specify a font for emacs in your
106 ;; .Xdefaults, it *MUST* be specified using the long form of the font name.
107 ;; Here's a good font menu:
110 ;; x-fixed-font
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontSelector.cpp94 // Obtain the font-family property and the src property. Both must be defined.
173 // font-variant descriptor can be a value list.
209 // An item in the list either specifies a string (local font name) or a URL (remote font to download).
272 // We need to use the raw text for all the generic family types, since @font-face is a way of actually
273 // defining what font to use for those types.
319 m_locallyInstalledFontFaces.set(familyName, familyLocallyInstalledFaces.release());
414 // We need to check font-variant css property for CSS2.1 compatibility.
416 // Prefer a font tha
519 RefPtr<CSSSegmentedFontFace>& face = segmentedFontFaceCache->add(traitsMask, 0).iterator->value; local
584 beginLoadingFontSoon(CachedFont* font) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dps-print.el52 ;; fontifying package such as font-lock or hilit.
54 ;; ps-print uses the same face attributes defined through font-lock or hilit to
58 ;; ps-print allows a remap of face to another one that it is better to print,
59 ;; for example, the face font-lock-comment-face (if you are using font-lock)
115 ;; include font, color, and underline information in the PostScript image, so
117 ;; without the -with-faces suffix don't include font, colo
[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
[all...]
H A Dstartup.el112 ("-fn" 1 x-handle-switch font)
113 ("-font" 1 x-handle-switch font)
138 ("--font" 1 x-handle-switch font)
170 therefore, if you set `debug-on-error' non-nil in `.emacs',
178 It also follows `emacs-startup-hook'. This hook exists for users to set,
236 is not allowed, since it would not work anyway. The only way to set
237 this variable usefully is to set it while building and dumping Emacs."
241 :set '(lambd
[all...]
H A Dmouse.el63 or perform the normal Mouse-1 action (typically set point).
150 ;; expects this to be set from a menu keymap.
181 (set-keymap-parent newmap ancestor))
307 (set-mouse-position (selected-frame) (1- (frame-width)) 0))))
504 (set-window-configuration wconfig)))))))))
627 (defun mouse-set-point (event)
634 (posn-set-point (event-end event)))
641 "Return non-nil if there's an active region that was set with the mouse."
647 (defun mouse-set-region (click)
663 (set
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex111 \font\titlefont=\fontname\tenbf \scaledmag3
112 \font\headingfont=\fontname\tenbf \scaledmag2
113 \font\smallfont=\fontname\sevenrm
114 \font\smallsy=\fontname\sevensy
127 \font\titlefont=cmbx10 \scaledmag2
128 \font\headingfont=cmbx10 \scaledmag1
129 \font\smallfont=cmr6
130 \font\smallsy=cmsy6
131 \font\eightrm=cmr8
132 \font\eightb
[all...]
H A Dpl-refcard.tex123 \font\titlefont=\fontname\tenbf \scaledmag3
124 \font\headingfont=\fontname\tenbf \scaledmag2
125 \font\smallfont=\fontname\sevenrm
126 \font\smallsy=\fontname\sevensy
135 \font\titlefont=plbx10 \scaledmag2
136 \font\headingfont=plbx10 \scaledmag1
137 \font\smallfont=plr6
138 \font\smallsy=plsy6
139 \font\eightrm=plr8
140 \font\eightb
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dmac-win.el31 ;; Mac display is opened and hooks are set for popping up the initial window.
54 ;; -fn *font
55 ;; -font *font
86 (defvar mac-font-panel-mode)
178 ;; to the option's operand; set the name of
1114 "Add a character set to display with Mac fonts.
1116 XLFD-CHARSET is a string which will appear in the XLFD font name
1117 to identify the character set. MAC-TEXT-ENCODING is the
1237 (set
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A D2html.vim23 set cpo-=C
81 " For inverse, we always must set both colors (and exchange them)
85 let a = a . '<font color="' . ( x != "" ? x : s:bgc ) . '">'
90 if x != "" | let a = a . '<font color="' . x . '">' | endif
105 let a = a . '</font></span>'
108 if x != "" | let a = a . '</font>' | endif
166 " For inverse, we always must set both colors (and exchange them)
177 if synIDattr(a:id, "bold") | let a = a . "font-weight: bold; " | endif
178 if synIDattr(a:id, "italic") | let a = a . "font-style: italic; " | endif
213 set notitl
[all...]
H A Dhtml.vim49 syn keyword htmlTagName contained cite code dd dfn dir div dl dt font
67 syn keyword htmlArg contained cols colspan content coords enctype face
111 syn match htmlPreStmt contained "<!--#\(config\|echo\|exec\|fsize\|flastmod\|include\|printenv\|set\|if\|elif\|else\|endif\|geoguide\)\>"
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex116 % 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
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use an explicitly smaller font, rather than using
617 % the \scriptstyle font (since we don't reset \scriptstyle and
705 \endgraf % Not \par, as it may have been set to \lisppar.
793 % outputs text on separate line in roman font, starting at standard page margin
1078 % @dots{} outputs an ellipsis using the current font.
1080 % font a
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex116 % 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
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use an explicitly smaller font, rather than using
617 % the \scriptstyle font (since we don't reset \scriptstyle and
705 \endgraf % Not \par, as it may have been set to \lisppar.
793 % outputs text on separate line in roman font, starting at standard page margin
1078 % @dots{} outputs an ellipsis using the current font.
1080 % font a
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex115 % 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
612 % latex.ltx, since we use a different font for the raised A; it's most
613 % convenient for us to use an explicitly smaller font, rather than using
614 % the \scriptstyle font (since we don't reset \scriptstyle and
702 \endgraf % Not \par, as it may have been set to \lisppar.
790 % outputs text on separate line in roman font, starting at standard page margin
1075 % @dots{} outputs an ellipsis using the current font.
1077 % font a
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex102 % Set up fixed words for English if not already set.
222 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
699 % @dots{} output an ellipsis using the current font.
701 % font as three actual period characters.
730 % outputs text on separate line in roman font, starting at standard page margin
888 % to set catcodes according to plain TeX first, to allow for subscripts,
891 \let\implicitmath = $%$ font-lock fix
922 % argument to a command which set the catcodes (such as @item or @section).
1171 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1172 % So we set u
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex99 % Set up fixed words for English if not already set.
195 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
658 % @dots{} output an ellipsis using the current font.
660 % font as three actual period characters.
689 % outputs text on separate line in roman font, starting at standard page margin
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
849 \let\implicitmath = $%$ font-lock fix
1112 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1113 % So we set u
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex96 % Set up fixed words for English if not already set.
182 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
645 % @dots{} output an ellipsis using the current font.
647 % font as three actual period characters.
676 % outputs text on separate line in roman font, starting at standard page margin
1066 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1067 % So we set up a \sf analogous to plain's \rm, etc.
1079 % Set the font macro #1 to the font named #2, adding on the
1080 % specified font prefi
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex116 % 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
620 % latex.ltx, since we use a different font for the raised A; it's most
621 % convenient for us to use an explicitly smaller font, rather than using
622 % the \scriptstyle font (since we don't reset \scriptstyle and
725 \endgraf % Not \par, as it may have been set to \lisppar.
813 % outputs text on separate line in roman font, starting at standard page margin
1098 % @dots{} outputs an ellipsis using the current font.
1196 % can be set)
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex116 % 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
620 % latex.ltx, since we use a different font for the raised A; it's most
621 % convenient for us to use an explicitly smaller font, rather than using
622 % the \scriptstyle font (since we don't reset \scriptstyle and
725 \endgraf % Not \par, as it may have been set to \lisppar.
813 % outputs text on separate line in roman font, starting at standard page margin
1098 % @dots{} outputs an ellipsis using the current font.
1196 % can be set)
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex96 % Set up fixed words for English if not already set.
182 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
644 % @dots{} output an ellipsis using the current font.
646 % font as three actual period characters.
675 % outputs text on separate line in roman font, starting at standard page margin
1026 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1027 % So we set up a \sf analogous to plain's \rm, etc.
1039 % Set the font macro #1 to the font named #2, adding on the
1040 % specified font prefi
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1699 \ 'fdf_get_ap(': 'resource fdf_document, string field, int face, string filename | bool',
1715 \ 'fdf_set_ap(': 'resource fdf_document, string field_name, int face, string filename, int page_number | bool',
2223 \ 'imagechar(': 'resource image, int font, int x, int y, string c, int color | bool',
2224 \ 'imagecharup(': 'resource image, int font, int x, int y, string c, int color | bool',
2269 \ 'imagefontheight(': 'int font | int',
2270 \ 'imagefontwidth(': 'int font | int',
2286 \ 'imagepsbbox(': 'string text, int font, int size [, int space, int tightness, float angle] | array',
2293 \ 'imagepstext(': 'resource image, string text, resource font, int size, int foreground, int background, int x, int y [, int space, int tightness, float angle, int antialias_steps] | array',
2302 \ 'imagestring(': 'resource image, int font, int x, int y, string s, int col | bool',
2303 \ 'imagestringup(': 'resource image, int font, in
[all...]

Completed in 373 milliseconds