Searched +refs:point +refs:max (Results 26 - 50 of 379) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el41 ;; insertion point.
260 (let* ((part (get-text-property (point) 'mh-data))
300 (data (get-text-property (point) 'mh-data))
301 (inserted-flag (get-text-property (point) 'mh-mime-inserted))
303 (point (point))
309 (setq start (point-marker))
312 (setq end (point-marker))
319 (goto-char point)
341 "Save MIME part at point
[all...]
H A Dmh-letter.el57 (fcc . mh-folder-expand-at-point)
68 Each hook function can find the citation between point and mark.
69 And each hook function should leave point and mark around the
243 "Find header field region between point and LIMIT."
244 (and (< (point) (mh-letter-header-end))
245 (< (point) limit)
247 (point (point))
255 (setq data-begin (point-min))
258 (setq data-begin (max poin
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dvip.el56 (defvar vip-insert-point nil
57 "Remember insert point as a marker. (Buffer-specific.)")
59 (set-default 'vip-insert-point (make-marker))
60 (make-variable-buffer-local 'vip-insert-point)
62 (defvar vip-com-point nil
63 "Remember com point as a marker. (Buffer-specific.)")
65 (set-default 'vip-com-point (make-marker))
66 (make-variable-buffer-local 'vip-com-point)
182 (define-key vip-mode-map "\C-o" 'vip-open-line-at-point)
271 (define-key vip-mode-map "m" 'vip-mark-point)
[all...]
H A Dviper-ex.el404 (set-mark (point))
407 (setq ex-token (buffer-substring (point) (mark t)))
431 (set-mark (point))
438 (string-to-number (buffer-substring (point) (mark t)))))
469 (set-mark (point))
477 (setq ex-token (buffer-substring (point) (mark t)))
482 (set-mark (point))
492 (setq ex-token (buffer-substring (1- (point)) (mark t))))
564 (goto-char (point-max)))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-mode.el61 ;; @ <C-c C-r> will move point to the beginning of the output of the
375 (set (make-local-variable 'max-lisp-eval-depth)
376 (max 3000 max-lisp-eval-depth))
377 (set (make-local-variable 'max-specpdl-size)
378 (max 6000 max-lisp-eval-depth))
380 (set (make-local-variable 'eshell-last-input-start) (point-marker))
381 (set (make-local-variable 'eshell-last-input-end) (point-marker))
382 (set (make-local-variable 'eshell-last-output-start) (point
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddelim-col.el285 delimit-columns-max)
293 (while (< (point) the-end)
294 (delimit-columns-rectangle-max
296 (point)
300 (while (< (point) the-end)
303 (point)
341 delimit-columns-max)
346 (operate-on-rectangle 'delimit-columns-rectangle-max
363 (defvar delimit-columns-max nil)
367 (defun delimit-columns-rectangle-max (startpo
[all...]
H A Dparen.el34 ;; before or after point.
45 ;; This is the overlay used to highlight the closeparen right before point.
143 (let ((oldpos (point))
144 (dir (cond ((eq (syntax-class (syntax-after (1- (point)))) 5) -1)
145 ((eq (syntax-class (syntax-after (point))) 4) 1)))
155 (max (point-min) (- (point) blink-matching-paren-distance))
156 (min (point-max) (
[all...]
H A Dsimple.el41 Various Emacs features that update auxiliary information when point moves
312 "Visit the source code corresponding to the `next-error' message at point."
341 "Move point to the next error in the `next-error' buffer and highlight match.
352 "Move point to the previous error in the `next-error' buffer and highlight match.
381 (setq compilation-current-error (point))
421 (not (buffer-has-markers-at (1- (point))))
422 (not (buffer-has-markers-at (point)))
425 (not (get-char-property (1- (point)) 'modification-hooks))
426 (not (get-char-property (1- (point)) 'insert-behind-hooks))
428 (not (get-char-property (point) 'inser
[all...]
H A Dcompare-w.el28 ;; This package provides one entry point, compare-windows. It compares
29 ;; text starting from point in two adjacent windows, advancing point
46 whitespace around (including before) point; it should also advance
48 point at the current scanning point. It gets one argument, the point
50 any text before that point.
142 (defvar compare-windows-sync-point nil)
147 Compares the text starting at point i
[all...]
H A Ddiff-mode.el315 (start (point)))
391 (goto-char (or end (point-max)))))
429 (narrow-to-region (point)
431 (point)))
439 (let* ((start (point))
444 (diff-beginning-of-file) (diff-hunk-next) (point)))
445 (nextfile (ignore-errors (diff-file-next) (point)))
454 (kill-region start (point)))))
460 (let* ((start (point))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dhtml2text.el123 (defun html2text-replace-string (from-string to-string min max)
128 (while (search-forward from-string max t)
151 (let* ((attr-string (buffer-substring-no-properties (1- (point)) (1- p2)))
237 (re-search-forward "<li>" (point-max) t)
252 (re-search-forward "<dt>\\([ ]*\\)" (point-max) t)
254 (delete-region (point) (- (point) (string-width (match-string 1)))))
255 (let ((def-p1 (point))
[all...]
H A Dgnus-win.el73 (group 1.0 point)
77 (summary 1.0 point)
83 (summary 0.25 point)
88 (summary 0.25 point)
93 (server 1.0 point)
97 (browse 1.0 point)
101 (message 1.0 point)))
104 (article 1.0 point)))
107 (info 1.0 point)))
111 (faq 1.0 point)))
[all...]
H A Dgnus-cite.el63 (defcustom gnus-cite-parse-max-size 25000
70 (defcustom gnus-cite-max-prefix 20
389 (inhibit-point-motion-hooks t)
416 (goto-char (point-min))
419 (gnus-point-at-eol)
448 (goto-char (point-min))
450 (push (cons (point-marker) "") marks)
454 (goto-char (point-min))
456 (push (cons (point-marker) prefix) marks)))
459 (push (cons (point
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dmlsupport.el133 (kill-region (point) (1+ (point)))
134 (kill-region (point) (if (search-forward ?\n nil t)
135 (1- (point)) (point-max))))))
152 (delete-region (point) (mark)))
155 (copy-to-buffer bufname (point) (mark))
156 (delete-region (point) (mark)))
159 (copy-to-buffer bufname (point) (mar
[all...]
H A Dooutline.el57 You can assume that point is at the beginning of a heading when this
187 The remaining commands are used when point is on a heading line.
266 (outline-flag-region (point-min) (point-max) ?\n))
272 It can assume point is at the beginning of a header line.")
313 "Return t if point is on a (visible) heading line."
360 (outline-flag-region (point) (progn (outline-next-preface) (point)) ?\^M)))
366 (outline-flag-region (point) (prog
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dperl-mode.el312 (while (< (point) limit)
323 (put-text-property (point) (1+ (point)) 'syntax-table '(7)))))
333 (point) (progn (forward-word 1) (point)))
336 (pos (point))
341 (parse-partial-sexp (point) (point-max)
344 (parse-partial-sexp (point) (poin
[all...]
H A Dcc-awk.el142 ;; at point.
152 ;; Matches a sequence of (at least one) \"harmless-line\" at point.
163 ;; Matches an AWK string at point up to, but not including, any terminator.
325 (let ((par-pos (c-safe (scan-lists (point) -1 0))))
340 (let ((par-pos (c-safe (scan-lists (point) -1 0))))
369 (let ((par-pos (c-safe (scan-lists (point) -1 1))))
398 (not (setq nl-prop (c-get-char-property (1- (point)) 'c-awk-NL-prop)))
399 (progn (setq bol-pos (c-point 'bopl))
400 (setq bsws-pos (point))
406 (or (/= (point) bsw
[all...]
H A Dcmacexp.el87 ;; If the start point of the region is inside a macro definition the
187 (let ((exchange (= (point) start)))
191 (exchange-point-and-mark)))
220 (goto-char (point-min))
243 (max minheight
244 (+ 2 (vertical-motion (point-max)))))
246 (goto-char (point-min))
266 ;; where START was, so return the substring from point to end of
307 (setq startlinenum (+ (count-lines 1 (point))
[all...]
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_imagemap.c34 * Added point datatype, using code in NCSA's version 1.8 imagemap.c
36 * The point code is originally added by Craig Milo Rogers, Rogers@ISI.Edu
133 static int pointinrect(const double point[2], double coords[MAXVERTS][2]) argument
135 double max[2], min[2]; local
137 max[0] = coords[0][X];
141 max[0] = coords[1][X];
146 max[1] = coords[0][Y];
150 max[1] = coords[1][Y];
154 return ((point[X] >= min[0] && point[
158 pointincircle(const double point[2], double coords[MAXVERTS][2]) argument
174 pointinpoly(const double point[2], double pgon[MAXVERTS][2]) argument
203 is_closer(const double point[2], double coords[MAXVERTS][2], double *closest) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Drfc822.el42 (max (point-min) (1- (point)))
43 (point-max)))
47 (goto-char (point-min))
53 (goto-char (point-min)) (insert "(Unparsable address -- "
56 (goto-char (point-max)) (insert "\")"))
58 (throw 'address (buffer-substring rfc822-address-start (point))))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dmakeinfo.el122 (goto-char (point-min))
123 (let ((search-end (save-excursion (forward-line 100) (point))))
135 (goto-char (point-min))
141 (setq filename-or-header-beginning (point)))
146 (setq filename-or-header-end (point))))
155 (goto-char (point-min))
158 (setq filename-or-header-beginning (point))
160 (setq filename-or-header-end (point))
168 (max region-beginning filename-or-header-end)
222 (goto-char (point
[all...]
H A Dnroff-mode.el139 (string-to-number (buffer-substring (point) (+ 1 (point))))))
146 (let ((pt (point)))
159 (max comment-column
175 (goto-char (point-min))
241 automatically inserts the matching closing request after point."
247 (<= (point) (- (point-max) 3))
248 (cdr (assoc (buffer-substring (point)
[all...]
H A Dreftex-toc.el44 (defvar reftex-toc-max-level-indicator nil)
63 (set (make-local-variable 'reftex-toc-max-level-indicator)
64 (if (= reftex-toc-max-level 100)
66 (int-to-string reftex-toc-max-level)))
72 " T<" 'reftex-toc-max-level-indicator ">"
79 (make-local-variable 'reftex-last-follow-point)
108 M-% Global search and replace to rename label at point.
128 (set-marker reftex-toc-return-marker (point))
201 (put-text-property (point-min) (point) 'fac
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DFontComplexTextMac.cpp78 float Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
83 float startX = point.x() + getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer);
89 // Draw the glyph buffer now at the starting point returned in startX.
90 FloatPoint startPoint(startX, point.y());
96 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
104 drawEmphasisMarks(context, run, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
111 glyphOverflow->top = std::max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
112 glyphOverflow->bottom = std::max<int>(glyphOverflow->bottom, ceilf(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
113 glyphOverflow->left = std::max<in
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlisp-mode.el185 (while (and (> docelt 0) (< (point) startpos)
189 (and (zerop docelt) (<= (point) startpos)
190 (progn (forward-comment (point-max)) t)
191 (= (point) (nth 8 state)))))
433 before point, and prints its value into the buffer, advancing point.
446 "Evaluate sexp before point; print value into current buffer.
468 (define-key map [down-mouse-2] 'mouse-set-point)
485 (let ((value (get-text-property (point) 'printe
[all...]

Completed in 281 milliseconds

1234567891011>>