Searched refs:point (Results 251 - 275 of 1295) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dispell.el86 ;; `x': Exit spelling buffer. Move cursor to original point.
87 ;; `X': Exit spelling buffer. Leaves cursor at the current point, and permits
176 ;; point in right place on words < 2 chars. Simplified ispell-minor-mode.
397 "*Non-nil means `ispell-word' checks the word around or after point.
778 (goto-char (point-min))
783 (setq result (concat (buffer-substring-no-properties (point-min)
784 (point))
791 (goto-char (point-min))
816 (goto-char (point-min))
967 (buffer-substring (point)
[all...]
H A Dflyspell.el292 (goto-char (point-min))
298 (point)))
300 (goto-char (point-max))
303 (point))))
304 (cond ((< (point) header-end)
307 (> (point) (match-end 0))))
308 ((> (point) signature-begin)
331 (let ((this (point-marker))
332 (e (progn (end-of-line) (point-marker))))
345 (let ((this (point
[all...]
H A Drefer.el49 ;; refer-yank-key to insert it at point in the current buffer
154 look for next entry by continuing search from previous point."
168 "Inserts at point in current buffer the \"key\" field of the entry
171 (let ((old-point (point)))
181 (if (not (= (point) old-point))
182 (set-mark old-point))))
225 (setq refer-saved-pos (point))
244 (goto-char (point
[all...]
H A Dreftex-index.el43 "Put selection or the word near point into the default index macro.
45 entry. The phrase indexed is the current selection or the word near point.
61 (skip-syntax-backward "w\\") (point))))
65 (skip-syntax-forward "w\\") (point))))
319 (make-local-variable 'reftex-last-follow-point)
364 (goto-char (or pos (point-min)))
390 (set-marker reftex-index-return-marker (point))
391 (setq reftex-last-follow-point 1)
460 (put-text-property 1 (point) 'face reftex-index-header-face))
461 (put-text-property 1 (point) 'intangibl
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dabbrev.el93 "Insert after point a description of all defined abbrevs.
102 (point))))
131 (goto-char (point-min))
178 (goto-char (point-min))
249 "Define mode-specific abbrev for last word(s) before point.
250 Argument is how many words before point form the expansion;
265 "Define global (all modes) abbrev for last word(s) before point.
266 The prefix argument specifies the number of words before point that form the
278 (point)
280 (save-excursion (forward-word (- arg)) (point))))))
[all...]
H A Dlog-edit.el205 (delete-region (point-min) (point-max))
260 ;; Insert the VC comment, leaving point before it.
261 (setq end (save-excursion (insert comment) (point-marker)))
271 (while (< (point) end)
274 (setq end (point))))
278 (fill-region (point) end))
309 Mark and point will be set around the entire contents of the
329 (goto-char (point-min)) (push-mark (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-picon.el169 spec file point cache)
202 (setq point (point))
204 (goto-char point)
217 spec file point)
234 (narrow-to-region (point) (point))
236 (goto-char (point-min))
240 (goto-char (point-max))))))))
H A Dnnlistserv.el96 (goto-char (point-min))
98 (goto-char (point-min))
114 (nnheader-message 5 "%s %s %s" (cdr active) (point) pages)))))
125 (goto-char (point-min))
128 (goto-char (point-min))
130 (delete-region (point-min) (progn (forward-line 1) (point)))
131 (goto-char (point-max))
133 (delete-region (point-max) (progn (beginning-of-line) (point)))
[all...]
H A Dnndoc.el225 (goto-char (point-max))
226 (unless (eq (char-after (1- (point))) ?\n)
251 (setq beg (point))
390 (goto-char (point-min))
418 (let ((beg (point))
424 (setq end (point))
430 (unless (= (setq len (+ (point) len)) (point-max))
431 (and (< len (point-max))
451 (goto-char (+ (point) (strin
[all...]
H A Dnnheader.el118 (autoload 'gnus-point-at-eol "gnus-util")
240 (goto-char (point-max))
246 (buffer-substring (point) (gnus-point-at-eol)))
255 (p (point-min))
259 (subst-char-in-region (point-min) (point-max) ?\t ? )
292 (1- (or (search-forward "<" (gnus-point-at-eol) t)
293 (point)))
294 (or (search-forward ">" (gnus-point
[all...]
/macosx-10.9.5/ruby-104/ruby/misc/
H A Dinf-ruby.el200 end of process to point.
201 Return before the end of the process' output copies the sexp ending at point
247 "Snarf the sexp ending at point"
249 (let ((end (point)))
251 (remove-in-string (buffer-substring (point) end)
313 (set-marker m (point))))
323 (let ((end (point)))
325 (ruby-send-region (point) end))))
330 ; (ruby-send-region (save-excursion (backward-sexp) (point)) (point)))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-nicklist.el278 (defun erc-nicklist-call-erc-command (command point buffer window)
284 (let* ((p (text-properties-at point))
305 (let* ((p (text-properties-at (point)))
351 (let* ((point (point))
356 (car (x-popup-menu point
358 point
367 (let* ((point (nth 1 (cadr arg)))
374 point
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudc-bob.el67 ["Play sound" eudc-bob-play-sound-at-point
72 "Jump to the window and point where EVENT occurred."
73 (if (fboundp 'event-closest-point)
74 (goto-char (event-closest-point event))
76 (goto-char (posn-point (event-start event)))))
80 (let ((overlays (append (overlays-at (1- (point)))
81 (overlays-at (point))))
104 (p (point))
107 (put-text-property p (point) 'face 'bold)
108 (setq overlay (make-overlay p (point)))
[all...]
H A Dnewsticker.el304 ;; `o' (`newsticker-mark-item-at-point-as-read').
306 ;; `i' (`newsticker-mark-item-at-point-as-immortal').
594 The URL gives the location of the news feed. It must point to a valid
1034 point."
2145 :help "Browse URL for item at point"
2159 (define-key tool-bar-map [newsticker-mark-item-at-point-as-read]
2160 (list 'menu-item "newsticker-mark-item-at-point-as-read"
2161 'newsticker-mark-item-at-point-as-read
2166 (define-key tool-bar-map [newsticker-mark-item-at-point-as-immortal]
2167 (list 'menu-item "newsticker-mark-item-at-point
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_at_sb.c380 XPoint point[6]; local
397 point[0].x = off + sbw->scrollbar.shadow_width;
398 point[0].y = size;
399 point[1].x = thickness - off - sbw->scrollbar.shadow_width;
400 point[1].y = size;
401 point[2].x = thickness / 2;
402 point[2].y = sbw->scrollbar.shadow_width;
404 point[3].x = off + sbw->scrollbar.shadow_width;
405 point[3].y = sbw->scrollbar.length - size;
406 point[
426 point, 3, local
430 point, 3, local
439 point+3, 3, local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatPoint.cpp75 void FloatPoint::moveBy(const LayoutPoint& point) argument
77 m_x += point.x();
78 m_y += point.y();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontQt.cpp120 static void drawQtGlyphRun(GraphicsContext* context, const QGlyphRun& qtGlyphRun, const QPointF& point, int baseLineOffset) argument
126 textStrokePath = pathForGlyphs(qtGlyphRun, point);
135 const QRectF boundingRect(point.x(), point.y() - font.ascent() + baseLineOffset, width, height);
141 shadowPainter->drawGlyphRun(point, qtGlyphRun);
152 painter->drawGlyphRun(point, qtGlyphRun);
166 painter->drawGlyphRun(point, qtGlyphRun);
171 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to) const argument
179 const QPointF adjustedPoint(point.x(), point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-trail.el67 (goto-char (point-min))
74 (goto-char (point-max))
145 (let* ((next (save-excursion (forward-line 1) (point)))
146 (str (buffer-substring (point) (1- next)))
170 (goto-char (point-min))
172 (point))
173 (point-max))
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dtq.el50 ;; sent immediately, send it at this point, awaiting the response.
137 (goto-char (point-max))
149 (copy-to-buffer buf (point-min) (point-max))
150 (delete-region (point-min) (point))
155 (goto-char (point-min))
157 (let ((answer (buffer-substring (point-min) (point))))
158 (delete-region (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Drmailedit.el95 (setq rmail-old-text (buffer-substring (point-min) (point-max)))
113 (goto-char (point-max))
118 (point)))
128 (if (and (= (length old) (- (point-max) (point-min)))
129 (string= old (buffer-substring (point-min) (point-max))))
142 (delete-region (point)
144 (point))))))))))))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dsolitaire.el77 (define-key solitaire-mode-map [kp-5] 'solitaire-center-point)
215 (goto-char (point-max))
217 (setq buffer-undo-list (list (point)))
248 (setq solitaire-start (point))
255 (setq solitaire-center (point))
260 (setq solitaire-end (point))
267 (let ((start (point)))
278 (let ((start (point)))
289 (let ((start (point))
306 (let ((start (point))
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstruct10.c13 } point; typedef in typeref:struct:__anon12012
17 point l;
18 point r;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstruct10.c13 } point; typedef in typeref:struct:__anon12043
17 point l;
18 point r;
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dpython.el188 ;; (put-text-property (1+ (nth 8 state)) (1- (point))
233 :help "Mark innermost block around point"]
235 :help "Mark innermost definition around point"]
238 :help "Go to start of innermost definition around point"]
240 :help "Go to end of innermost definition around point"]
242 :help "Go to start of innermost definition around point"]
244 :help "Go to end of innermost definition around point"]
272 :help "Use pydoc on symbol at point"]
274 :help "Complete (qualified) symbol before point"]
306 "Return non-nil if point i
[all...]
H A Dsimula.el50 Otherwise TAB indents only when point is within
55 Otherwise TAB indents only when point is within
226 ;; Start with point after all type specifiers.
228 ;; Finish with point after first type specifier.
341 regardless of where in the line point is when the TAB command is used.
406 "Indent SIMULA expression following point."
408 (let ((here (point))
417 (setq end (point-marker))
420 (while (< (point) end)
430 (let ((origin (- (point
[all...]

Completed in 589 milliseconds

<<11121314151617181920>>