Searched refs:point (Results 126 - 150 of 1295) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/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))))
73 ((< (point) (1- (point-max)))
82 (delete-region (point)
[all...]
H A Dmail-hist.el53 ;; point, so that you can mix the histories of different messages
108 "Get name of mail header point is currently in, without the colon.
109 Returns nil if not in a header, implying that point is in the body of
111 (if (>= (point) (mail-text-start))
119 (prog2 (search-forward ":" body-start t) (1- (point)))))
130 Places point on the first non-whitespace on the line following the
140 (1- (point))))
159 ;; return nil if didn't go as far as asked, otherwise point
173 "Get the contents of the mail header in which point is located."
176 (let ((start (point)))
[all...]
H A Dmailheader.el57 "Extract headers from current buffer after point.
61 (let ((message-headers ()) (top (point))
63 (while (and (setq start (point))
66 (setq end (point))
71 (point) (progn (end-of-line) (point))))))
73 (push (buffer-substring (point) (progn (end-of-line) (point)))
83 "Extract headers from current buffer after point, without properties.
H A Dmail-extr.el29 ;; The entry point of this code is
623 (goto-char (point-min))
684 (goto-char (or (scan-sexps (point) arg) (point)))
746 (set-text-properties (point-min) (point-max) nil)
755 (goto-char (point-min))
761 (progn (goto-char (point-min))
780 domain-pos \.-pos insert-point
785 (goto-char (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dpgg-pgp.el99 (pgg-convert-lbt-region (point-min)(point-max) 'LF)
123 (goto-char (point-min))
126 (buffer-substring (point)(+ 8 (point))))
131 (buffer-substring (point)(progn (end-of-line) (point)))))
190 (goto-char (point-min))
195 (point))
196 (point
[all...]
H A Dadd-log.el333 (narrow-to-region (point)
336 (mark) (point)))
339 (indent-region (point-min) (point-max))
340 (goto-char (point-min))
342 (delete-region (point) (progn (skip-chars-forward " \t\n") (point))))
343 (set-mark (point-min))
344 (goto-char (point-max))
345 (delete-region (point) (prog
[all...]
H A Dhippie-exp.el129 ;; extract the string before point to complete, and substitute the
134 ;; to restore the text before point to its original contents, and
274 "Try to expand text before point, using multiple methods.
328 (let ((newpos (point-marker)))
331 (delete-region (point) he-string-end)
343 (newpos (point-marker))
349 (delete-region (point) he-string-end)
425 "Try to expand text before point, using the following functions: \n"
443 (he-init-string (he-file-name-beg) (point))
480 (he-init-string (he-file-name-beg) (point))
[all...]
H A Dnewcomment.el135 This function is called with no args with point at the beginning of
286 (goto-char (point-min))
341 (goto-char (point-min))
353 (when (and (< (point-min) (match-beginning 0))
368 point is within a string or not. Major modes whose syntax is faithfully
373 "Find a comment start between point and LIMIT.
374 Moves point to inside the comment and returns the position of the
375 comment-starter. If no comment is found, moves point to LIMIT
382 (let* ((pt (point))
384 (s (parse-partial-sexp pt (or limit (point
[all...]
H A Doutline.el61 You can assume that point is at the beginning of a heading when this
279 The remaining commands are used when point is on a heading line.
347 It can assume point is at the beginning of a header line and that the match
410 "Non-nil if the character after point is invisible."
411 (get-char-property (or pos (point)) 'invisible))
429 (point)))))
434 "Return t if point is on a (visible) heading line.
442 "Insert a new heading at same depth at point."
492 (point)
493 (save-excursion (outline-get-next-sibling) (point))))
[all...]
H A Ddelim-col.el293 (while (< (point) the-end)
296 (point)
300 (while (< (point) the-end)
303 (point)
368 (set-marker delimit-columns-limit (point))
404 (set-marker delimit-columns-limit (point))
408 (< (point) delimit-columns-limit)
417 (and (< (point) delimit-columns-limit)
424 (delete-region (match-beginning 0) (point))
452 (goto-char (max (point) delimi
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DFontCairo.cpp65 static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs) argument
88 FloatRect fontExtentsRect(point.x() + extents.x_bearing, point.y() + extents.y_bearing, extents.width, extents.height);
97 int from, int numGlyphs, const FloatPoint& point) const
104 float offset = point.x();
107 glyphs[i].y = point.y();
112 drawGlyphsShadow(context, point, font, glyphs, numGlyphs);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
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.el389 (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-marker) "") marks)
461 (goto-char (point-max))
463 (push (cons (point
[all...]
H A Dgnus-ems.el138 (point)
148 (point))
189 (goto-char (point-min))
202 (setq beg (point))
204 (set-text-properties beg (point) '(face gnus-splash))
207 (goto-char (point-min))
227 (let ((point (point)))
229 (put-text-property point (point) 'gnu
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dhideif.el46 ;; still in the buffer, and you can move the point into it and modify
93 ;; You can move the point between ifdefs with forward-ifdef, backward-ifdef,
229 (hif-show-ifdef-region (point-min) (point-max)))
253 (goto-char start) (hif-end-of-line) (setq start (point))
254 (goto-char end) (hif-end-of-line) (setq end (point))
321 (while (progn (forward-comment (point-max)) (< (point) end))
328 (let ((token (buffer-substring (point) (match-end 0))))
506 (let* ((tokens (hif-tokenize (point)
[all...]
H A Dcc-defs.el60 (cc-bytecomp-defvar inhibit-point-motion-hooks) ; Emacs
171 ;; arguably a bug because the point with `eval-when-compile' is
186 (defmacro c-point (position &optional point)
188 The current point is used if POINT isn't specified. POSITION can be
205 If the referenced position doesn't exist, the closest accessible point
206 to it is returned. This function does not modify the point or the mark."
213 (if (and (cc-bytecomp-fboundp 'line-beginning-position) (not point))
216 ,@(if point `((goto-char ,point)))
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DShadowOffsetView.py32 def setOffsetFromPoint_(self, point):
35 width = (point.x - NSMidX(bounds)) / (NSWidth(bounds) / 2),
36 height = (point.y - NSMidY(bounds)) / (NSHeight(bounds) / 2))
48 point = self.convertPoint_fromView_(event.locationInWindow(), None)
49 self.setOffsetFromPoint_(point)
52 point = self.convertPoint_fromView_(event.locationInWindow(), None)
53 self.setOffsetFromPoint_(point)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DShadowOffsetView.py32 def setOffsetFromPoint_(self, point):
35 width = (point.x - NSMidX(bounds)) / (NSWidth(bounds) / 2),
36 height = (point.y - NSMidY(bounds)) / (NSHeight(bounds) / 2))
48 point = self.convertPoint_fromView_(event.locationInWindow(), None)
49 self.setOffsetFromPoint_(point)
52 point = self.convertPoint_fromView_(event.locationInWindow(), None)
53 self.setOffsetFromPoint_(point)
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-toc.el79 (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) 'face reftex-toc-header-face))
202 (put-text-property (point-min) (point) 'intangible t)
203 (put-text-property (point-min) (1+ (point-min)) 'xr-alist xr-alist)
238 ;; Find the correct starting point
[all...]
H A Dreftex-sel.el156 ;; a used member near to this one, as a possible starting point.
205 (setq from (point))
225 (setq to (point))
243 (setq to (point))
282 (setq to (point))
284 (- (point) (length label)) to
294 (setq to (point))
298 (setq to (point)))
319 (setq to (point))
321 (- (point) (lengt
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcheckdoc.el531 point, otherwise the check starts at the beginning of the current
552 point, otherwise the check starts at the beginning of the current
582 (let* ((begin (prog1 (point)
583 (if (not start-here) (goto-char (point-min)))))
595 ;; Include whatever function point is in for good measure.
602 (point) (progn (forward-sexp 1)
603 (point)))))
614 (save-excursion (forward-sexp 1) (point))
616 (let ((l (count-lines (point)
618 (forward-sexp 1) (point)))))
[all...]
/macosx-10.9.5/ruby-104/ruby/misc/
H A Druby-mode.el251 (defvar ruby-indent-point nil "internal variable")
283 (setq beg (point))
292 (nreverse (ruby-imenu-create-index-in-block nil (point-min) nil)))
296 (or end (setq end (point-max)))
298 (>= (nth 2 state) 0) (< (point) end)))))
331 (goto-char (point-min))
333 (goto-char (point-min))
352 (delete-region (point) (match-end 2))
383 (setq beg (point))
393 (delete-region beg (point))
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_pkey_ec.c15 EC_POINT *point; member in struct:__anon12266
77 (p) = ec_point->point; \
80 #define Require_EC_POINT(obj, point) do { \
81 Get_EC_POINT((obj), (point)); \
82 if ((point) == NULL) \
86 #define SafeRequire_EC_POINT(obj, point) do { \
88 Require_EC_POINT((obj), (point)); \
365 static VALUE ossl_ec_point_dup(const EC_POINT *point, VALUE group_v) argument
376 new_point->point = EC_POINT_dup(point, grou
393 const EC_POINT *point; local
417 EC_POINT *point = NULL; local
636 EC_POINT *point; local
891 const EC_POINT *point; local
1249 EC_POINT *point = NULL; local
1349 EC_POINT *point; local
1372 EC_POINT *point; local
1395 EC_POINT *point; local
1415 EC_POINT *point; local
1435 EC_POINT *point; local
1456 EC_POINT *point; local
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dcsh-mode.el101 point is at the left margin or in the line's indentation; otherwise
283 "Return the vertical position of point in the buffer.
285 (+ (count-lines (point-min) (point))
290 (begin-re end-re anchor-point &optional balance-list)
294 (;; Locate the next compound begin keyword bounded by point-min
295 (match-point (if (re-search-backward begin-re (point-min) t)
297 (nest-column (if (zerop match-point)
300 (goto-char match-point)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-smart.el64 ;; M-r, point will jump to the bottom of the buffer before invoking
67 ;; @ If none of the above has happened yet (i.e., your point is just
71 ;; point and window so that the maximum amount of output is always
106 Reviewing means keeping point on the text of the command that was just
133 "*If non-nil, space will go to end of buffer when point-max is visible.
135 when the end of the buffer is visible, point will go to the end of the
146 tracking requires the user to manually move point to the end of the
152 "*This variable indicates where point should jump to after a command.
198 (let ((inhibit-point-motion-hooks t)
221 "Set the point t
[all...]

Completed in 207 milliseconds

1234567891011>>