Searched refs:point (Results 176 - 200 of 1295) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-script.el94 (let ((orig (point))
95 (here (point-max))
96 (inhibit-point-motion-hooks t)
98 (goto-char (point-max))
100 (goto-char (point-max))
107 (let ((cmd (eshell-parse-command (cons here (point)))))
111 (delete-region here (point))
H A Dem-hist.el45 ;; !ls<C-c SPC> ; expand any matching history input at point
179 "*History keys to bind differently if point is in input text."
232 (if (>= (point) eshell-last-output-end)
392 (buffer-substring (minibuffer-prompt-end) (point-max))))
436 (goto-char (point-max))
477 (let ((start (point)))
479 (subst-char-in-region start (1- (point)) ?\n ?\177)))
481 (write-region (point-min) (point-max) file append
534 (let ((end (or e (point)))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dthai-word.el10752 (goto-char (point-min))
10766 ;; the Thai word ends. It doesn't move point. LIMIT limits the
10807 ;; Move point forward to the end of Thai word which follows point and
10811 ;; character. LIMIT limits the point movement.
10814 (let ((pos (point))
10830 ;; In case we haven't found any wordbreaks resp. point has
10854 ;; If point has reached LIMIT, exit the catch body.
10904 ;; longer than the longest word we can see at the current point,
10914 ;; end point start
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dskeleton.el72 "Hook called at end of skeleton but before going to point of interest.
115 (defvar skeleton-point)
140 Normally the skeleton text is inserted at point, with nothing \"inside\".
186 With optional second argument REGIONS, wrap first interesting point
207 _ interesting point, interregion here
208 - interesting point, no interregion interaction, overrides
209 interesting point set by _
212 & do next ELEMENT iff previous moved point
213 | do next ELEMENT iff previous didn't move point
218 After termination, point wil
[all...]
H A Ddelsel.el67 active. Otherwise, typed text is just inserted at point regardless of
77 (kill-region (point) (mark))
78 (delete-region (point) (mark)))
94 (when (string= (buffer-substring-no-properties (point) (mark))
99 (let ((empty-region (= (point) (mark))))
H A Dtooltip.el268 (defun tooltip-identifier-from-point (point)
270 Value is nil if no identifier exists at point. Identifier extraction
273 (goto-char point)
274 (let ((start (progn (skip-syntax-backward "w_") (point))))
277 (when (> (point) start)
278 (buffer-substring start (point)))))))
289 the region. Otherwise, figure out the identifier around the point
293 (let ((point (posn-point (even
[all...]
H A Dallout.el338 `(' - open paren - an aside or incidental point
340 `!' - exclamation point/bang - emphatic
1327 - from - integer indicating the point at the start of the change.
1328 - to - integer indicating the point of the end of the change.
1341 - new-start - integer indicating the point at the start of the first new item.
1342 - new-end - integer indicating the point of the end of the last new item.
1355 - removed-from - integer indicating the point where the subtree was removed.
1368 - start - integer indicating the start point of the shifted parent item.
1479 (point-marker))))
1480 (if (save-excursion (goto-char (point
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dbootgamma.c22 uint16_t startIn, startOut, point; local
36 point = idx * 65535 / maxIdx;
37 if ((point >= endIn) && (idx != maxIdx))
49 data[channel * count + idx] = startOut + ((endOut - startOut) * (point - startIn)) / (endIn - startIn);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCGWin.cpp131 int from, int numGlyphs, const FloatPoint& point) const
196 float shadowTextX = point.x() + translation.width() + shadowOffset.width();
198 float shadowTextY = point.y() + translation.height() + shadowOffset.height() * (graphicsContext->shadowsIgnoreTransforms() ? -1 : 1);
202 CGContextSetTextPosition(cgContext, point.x() + translation.width() + shadowOffset.width() + font->syntheticBoldOffset(), point.y() + translation.height() + shadowOffset.height());
208 CGContextSetTextPosition(cgContext, point.x() + translation.width(), point.y() + translation.height());
211 CGContextSetTextPosition(cgContext, point.x() + translation.width() + font->syntheticBoldOffset(), point.y() + translation.height());
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGMarkerData.h108 void updateOutslope(const FloatPoint& point) argument
111 m_outslopePoints[1] = point;
141 void updateInslope(const FloatPoint& point) argument
144 m_inslopePoints[1] = point;
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitNSStringExtras.h35 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed;
36 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDocumentInternal.h52 - (NSDictionary *)elementAtPoint:(NSPoint)point;
53 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow;
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-hecomplete.el41 "Complete nick at point."
46 "Complete nick at point.
109 "Complete nick at point.
162 (he-init-string (he-dabbrev-beg) (point))
206 (defun erc-at-beginning-of-line-p (point &optional bol-func)
210 (equal point (point))))
213 "Returns t if point is directly after `erc-prompt' when doing completion."
H A Derc-stamp.el67 while it is called, so (point-min) and (point-max) determine the region to
103 "*If non-nil, print timestamp in the minibuffer when point is moved.
105 and simply move point to an irc message to see its timestamp
118 "*Whether the timestamps should be intangible, i.e. prevent the point
142 (unless (get-text-property (point) 'invisible)
154 (add-text-properties (point-min) (point-max)
156 (add-text-properties (point-min) (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-bcklg.el84 (goto-char (point-max))
87 (setq b (point))
90 (if (> (point-max) b)
97 (goto-char (point-min))
100 (let ((ident (get-text-property (point) 'gnus-backlog))
107 (point) (next-single-property-change
108 (1+ (point)) 'gnus-backlog nil (point-max)))))))
123 (point-min) (point
[all...]
H A Dmml1991.el65 (goto-char (point-min))
69 (delete-region (point-min) (point)))
70 (goto-char (point-max))
73 (quoted-printable-decode-region (point-min) (point-max))
79 (unless (> (point-max) (point-min))
82 (goto-char (point-min))
85 (quoted-printable-encode-region (point
[all...]
H A Dqp.el65 (mm-encode-coding-region (point-min) (point-max) coding-system))
66 (goto-char (point-min))
69 (cond ((eq (char-after (1+ (point))) ?\n)
72 (let ((byte (string-to-number (buffer-substring (1+ (point))
73 (+ 3 (point)))
81 (mm-decode-coding-region (point-min) (point-max) coding-system)))))
90 (quoted-printable-decode-region (point-min) (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dreporter.el141 (setq here (point))
147 (setq move (scan-sexps (point) 1))
163 (setq linebreak (point))
169 (defun reporter-lisp-indent (indent-point state)
186 (here (point)))
315 and point is left after the salutation.
320 to be inserted at the top of the mail buffer; in that case, point is
350 (goto-char (point-min))
358 ;; move point to the body of the message
361 (setq after-sep-pos (point))
[all...]
H A Drmailkwd.el101 (let ((omax (- (buffer-size) (point-max)))
102 (omin (- (buffer-size) (point-min)))
112 (let ((start (1+ (point)))
114 (narrow-to-region (point) (progn (end-of-line) (point)))
115 (setq bound (point-max))
118 (setq bound (1+ (point)))
119 (setq start (1+ (point))))
252 (narrow-to-region (point) (progn (end-of-line) (point)))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-buffers.el66 `mh-log-buffer-lines'. As a side effect the point is set to the
71 (goto-char (point-max))
74 (delete-region (point-min) (point))))
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dantlr-mode.el170 '((inhibit-point-motion-hooks t) deactivate-mark))
384 number, only set mark if point was outside the options area before and
385 the number of lines between point and the insert position is greater
386 than this value. Otherwise, only set mark if point was outside the
562 area to guide the user what to insert at point. Otherwise, READ-FN is
1016 "Maximum distance between `point' and cache position for cache use.
1085 Return `string' if point is within a string, `block-comment' or
1086 `comment' is point is within a comment or the depth within all
1087 parenthesis-syntax delimiters at point otherwise.
1092 (let ((orig (point)) dif
[all...]
H A Dinf-lisp.el254 end of process to point.
255 \\[comint-send-input] before the end of the process' output copies the sexp ending at point
257 \\[comint-copy-old-input] copies the sexp ending at point to the end of the process' output,
285 "Return a string containing the sexp ending at point."
287 (let ((end (point)))
289 (buffer-substring (point) end))))
334 (let ((end (point)))
336 (lisp-eval-region (point) end)))
343 (lisp-eval-region (save-excursion (backward-sexp) (point)) (point) an
[all...]
H A Doctave-mod.el573 "Returns t if point is inside an Octave comment, nil otherwise."
576 (nth 4 (parse-partial-sexp (line-beginning-position) (point)))))
579 "Returns t if point is inside an Octave string, nil otherwise."
582 (nth 3 (parse-partial-sexp (line-beginning-position) (point)))))
585 "Returns t iff point is not inside an Octave string or comment."
586 (let ((pps (parse-partial-sexp (line-beginning-position) (point))))
590 "Returns t if point is inside an Octave block, nil otherwise.
593 (let ((pos (point)))
602 (< pos (point)))))
605 "Returns t iff point i
[all...]
H A Detags.el84 ;; element in this list (e.g. t) means : try at this point
725 "Return the file name of the file whose tags point is within.
830 Returns the buffer containing the tag's definition and moves its point there,
832 The default for TAGNAME is the expression in the buffer near point.
842 A marker representing the point when this command is invoked is pushed
869 (ring-insert find-tag-marker-ring (point-marker))
895 (set-marker marker (point))
903 Select the buffer containing the tag's definition, and move point there.
904 The default for TAGNAME is the expression in the buffer around or before point.
914 A marker representing the point whe
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dunderline.el30 ;; point `underline-region' performs such underlining on a region.
31 ;; The entry point `ununderline-region' removes it.
46 (while (< (point) end1)

Completed in 402 milliseconds

1234567891011>>