Searched +refs:region +refs:overlay (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Dmouse-sel.el44 ;; * Selecting sets the region & X primary selection, but does NOT affect
59 ;; primary selection and region.
70 ;; ;; Enable region highlight
115 ;; * I like to leave point at the end of the region nearest to where the
116 ;; mouse was, even though this makes region highlighting mis-leading (the
136 ;; of mouse-drag-overlay, eg.
138 ;; (overlay-put mouse-drag-overlay 'face 'bold)
157 of the region nearest to where the mouse last was.
158 If nil, point will always be placed at the beginning of the region
[all...]
H A Dalign.el137 "*If non-nil, indent the marked region before aligning it."
156 (defcustom align-region-heuristic 500
159 sections (whenever `align-region-separate' is non-nil, and not a
161 point we should search in looking for a region separator. Larger
177 (defcustom align-large-region 10000
178 "*If an integer, defines what constitutes a \"large\" region.
232 (defcustom align-region-separate "^\\s-*[{}]?\\s-*$"
247 The possible settings for `align-region-separate' are:
249 `entire' The entire region being aligned will be considered as a
301 locations of the region i
[all...]
H A Dmouse.el46 (defcustom mouse-drag-copy-region t
47 "*If non-nil, mouse drag copies region to kill-ring."
632 ;; Use event-end in case called from mouse-drag-region.
636 (defvar mouse-last-region-beg nil)
637 (defvar mouse-last-region-end nil)
638 (defvar mouse-last-region-tick nil)
640 (defun mouse-region-match ()
641 "Return non-nil if there's an active region that was set with the mouse."
643 (eq mouse-last-region-beg (region
[all...]
H A Doutline.el478 the region (from a Lisp program, pass `region' for WHICH). Otherwise:
484 (list (if (and transient-mark-mode mark-active) 'region
488 ((eq which 'region)
489 (outline-map-region 'outline-promote (region-beginning) (region-end)))
491 (outline-map-region 'outline-promote
517 the region (from a Lisp program, pass `region' fo
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-cite.el334 (defvar gnus-cite-overlay-list nil)
508 (narrow-to-region (caar marks) (caadr marks))
515 (fill-region (point-min) (point-max)))
610 (let* ((region (car args))
611 (beg (car region))
612 (end (cdr region))
717 (defun gnus-cite-parse-maybe (&optional force no-overlay)
725 (unless no-overlay
736 (dolist (overlay gnus-cite-overlay
[all...]
H A Dgnus-art.el853 (defvar gnus-decode-header-function 'mail-decode-encoded-word-region
856 (defvar gnus-decode-address-function 'mail-decode-encoded-address-region
1657 "Set text PROPS on the B to E region, extending `intangible' 1 past B."
1665 "Remove hidden text properties from region between B and E."
1711 (delete-region b (point)))))
1713 (delete-region
1722 (delete-region
1781 (delete-region (point-min) (point)))
1805 (delete-region beg (point-max))))))))
1939 (narrow-to-region (poin
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DmediaControls.css84 audio::-webkit-media-controls-overlay-play-button, video::-webkit-media-controls-overlay-play-button {
247 video::-webkit-media-text-track-region {
258 video::-webkit-media-text-track-region-container {
266 video::-webkit-media-text-track-region-container.scrolling {
/macosx-10.10/vim-55/runtime/syntax/
H A Dhtmlos.vim60 syn region htmlosComment start="#" end="/#" contained
84 syn keyword htmlosDefine function overlay contained
90 syn region htmlosStringDouble keepend matchgroup=None start=+"+ end=+"+ contained
91 syn region htmlosStringSingle keepend matchgroup=None start=+'+ end=+'+ contained
112 syn region htmlosRegion keepend matchgroup=Delimiter start="<<" skip=+".\{-}?>.\{-}"\|'.\{-}?>.\{-}'\|/\*.\{-}?>.\{-}\*/+ end=">>" contains=@htmlosTop
113 syn region htmlosRegion keepend matchgroup=Delimiter start="\[\[" skip=+".\{-}?>.\{-}"\|'.\{-}?>.\{-}'\|/\*.\{-}?>.\{-}\*/+ end="\]\]" contains=@htmlosTop
H A Dexpect.vim37 syn keyword expectStatement log_file log_user match_max overlay
75 syn region expectString start=+"+ end=+"+ contains=expectVariables,expectSpecial
H A Dgdb.vim26 syn keyword gdbStatement contained inspect jump kill list load maintenance make next nexti ni output overlay
38 syn region gdbDocument matchgroup=gdbFuncDef start="\<document\>.*$" matchgroup=gdbFuncDef end="^end\s*$"
73 syn region gdbString start=+"+ skip=+\\\\\|\\"+ end=+"+
H A Dprogress.vim34 syn region ProgressDoBlock transparent matchgroup=ProgressDo start="\<do\>" matchgroup=ProgressDo end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
35 syn region ProgressForBlock transparent matchgroup=ProgressFor start="\<for\>" matchgroup=ProgressFor end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
36 syn region ProgressRepeatBlock transparent matchgroup=ProgressRepeat start="\<repeat\>" matchgroup=ProgressRepeat end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
37 syn region ProgressCaseBlock transparent matchgroup=ProgressCase start="\<case\>" matchgroup=ProgressCase end="\<end\scase\>\|\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
78 syn keyword ProgressReserved os2 os400 output overlay page page-bot[tom] page-num[ber] page-top param[eter] pause pdbname persist[ent] pixels
92 syn region ProgressString matchgroup=ProgressQuote start=+"+ end=+"+ skip=+\~'\|\~\~+
93 syn region ProgressString matchgroup=ProgressQuote start=+'+ end=+'+ skip=+\~'\|\~\~+
116 syn region ProgressComment start="/\*" end="\*/" contains=ProgressComment,ProgressTodo,ProgressDebug
117 syn region ProgressInclude start="^[ ]*[{][^&]" end="[}]" contains=ProgressPreProc,ProgressOperator,ProgressString,ProgressComment
118 syn region ProgressPrePro
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dhilit19.el179 ;; installed patch for elusive bug in hilit-rehighlight-region that caused
180 ;; hilit-unhighlight-region to hang in an infinite loop.
186 ;; work-around for bug in next-overlay-change that caused dired and jargon-mode
190 ;; bug fix for next-overlay-change and accompanying change to
191 ;; hilit-unhighlight-region
210 ;; recently highlighted region (which is not necessarily the end of the most
218 ;; some code moved from hilit-highlight-region to hilit-set-mode-patterns.
220 ;; hilit-highlight-region....use a pseudo-mode instead.
652 ;; Region Highlight/Unhighlight code (Both overlay and text-property versions)
655 (defsubst hilit-region
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js431 "presentation-level", "punctuation-trim", "quotes", "region-break-after",
432 "region-break-before", "region-break-inside", "region-fragment",
506 "avoid-region", "background", "backwards", "baseline", "below", "bidi-override", "binary",
555 "outside", "outside-shape", "overlay", "overline", "padding", "padding-box",
558 "radio", "read-only", "read-write", "read-write-plaintext-only", "rectangle", "region",
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js431 "presentation-level", "punctuation-trim", "quotes", "region-break-after",
432 "region-break-before", "region-break-inside", "region-fragment",
506 "avoid-region", "background", "backwards", "baseline", "below", "bidi-override", "binary",
555 "outside", "outside-shape", "overlay", "overline", "padding", "padding-box",
558 "radio", "read-only", "read-write", "read-write-plaintext-only", "rectangle", "region",

Completed in 475 milliseconds