Searched +refs:point +refs:min (Results 76 - 100 of 300) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Davoid.el140 (defun mouse-avoidance-point-position ()
141 "Return the position of point as (FRAME X . Y).
144 (x-y (posn-x-y (posn-at-point))))
151 ;(defun mouse-avoidance-point-position-test ()
153 ; (message (format "point=%s mouse=%s"
154 ; (cdr (mouse-avoidance-point-position))
169 "Return t if mouse pointer and point cursor are too close.
179 (let ((point (mouse-avoidance-point-position))
181 (and (eq frame (car 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
[all...]
H A Disearch.el57 ;; keep the behavior. No point in forcing nonincremental search until
135 whenever point is in one of them."
170 If nil, move point to the beginning of the buffer for a forward search,
214 '((((class color) (min-colors 88) (background light))
218 (((class color) (min-colors 88) (background dark))
220 (((class color) (min-colors 16))
222 (((class color) (min-colors 8))
287 '((((class color) (min-colors 88) (background light))
289 (((class color) (min-colors 88) (background dark))
291 (((class color) (min
[all...]
H A Ddabbrev.el35 ;; To expand a word, just put the point right after the word and press
54 ;; to a function that point out those buffers.
196 The value nil has a special meaning: the abbreviation is from point to
382 (abbrev (dabbrev--abbrev-at-point))
457 If no suitable preceding word is found, words following point are
475 expansion old direction (orig-point (point)))
487 (point)))))
498 (= (point) (1+ dabbrev--last-abbrev-location)))
510 (< dabbrev--last-expansion-location (point))))
[all...]
H A Dcomint.el72 ;; C-c C-a comint-bol-or-process-mark First time, move point to bol;
86 ;; comint-dynamic-complete-filename Complete filename at point.
88 ;; comint-replace-by-expanded-filename Expand and complete filename at point;
90 ;; comint-replace-by-expanded-history Expand history at point;
101 ;; comint-goto-process-mark Move point to where process-mark is.
102 ;; comint-set-process-mark Set process-mark to point.
137 ;; comint-move-point-for-output symbol ...
233 '((((min-colors 88) (background dark)) (:foreground "cyan1"))
270 (defcustom comint-move-point-for-output nil
271 "*Controls whether interpreter output moves point t
[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...]
H A Dreplace.el203 of the region. Otherwise, operate from point to the end of the buffer.
241 "Replace some things after point matching REGEXP with TO-STRING.
246 of the region. Otherwise, operate from point to the end of the buffer.
305 "Replace some things after point matching REGEXP with the result of TO-EXPR.
326 of the region. Otherwise, operate from point to the end of the buffer.
377 of the region. Otherwise, operate from point to the end of the buffer.
428 of the region. Otherwise, operate from point to the end of the buffer.
460 "Replace things after point matching REGEXP with TO-STRING.
465 of the region. Otherwise, operate from point to the end of the buffer.
539 applies to all lines starting after point
[all...]
/macosx-10.10/emacs-93/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
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dflow-fill.el45 ;; 2000-02-19 use `point-at-{b,e}ol' in XEmacs
46 ;; 2000-03-11 no compile warnings for point-at-bol stuff
79 (defalias 'fill-flowed-point-at-bol
80 (if (fboundp 'point-at-bol)
81 'point-at-bol
84 (defalias 'fill-flowed-point-at-eol
85 (if (fboundp 'point-at-eol)
86 'point-at-eol
92 ;; No point in doing this unless hard newlines is used.
94 (let ((start (point
[all...]
H A Dnnwarchive.el185 (goto-char (point-min))
208 (setq b (goto-char (point-min)))
211 (goto-char (point-max)))
212 (setq e (point))
320 (goto-char (point-min))
399 (goto-char (point-min))
[all...]
H A Drfc2047.el63 (defalias 'rfc2047-point-at-bol
64 (if (fboundp 'point-at-bol)
65 'point-at-bol
68 (defalias 'rfc2047-point-at-eol
69 (if (fboundp 'point-at-eol)
70 'point-at-eol
139 (let ((limit (min (point-max) (+ 2000 (point-min))))
[all...]
H A Dnnsoup.el156 (goto-char (point-max))
157 (let ((b (point))
181 (goto-char (point-max))
184 (goto-char (point-max))
374 entry e min max)
376 (setq min (caaar e))
380 (setcdr entry (cons (cons min max) (cdr entry)))))
471 (count-lines (point-min) (point
[all...]
H A Dmessage.el923 citation between (point) and (mark t). And each function should leave
924 point and mark around the citation text as modified."
1037 (goto-char (point-min))
1291 (let ((start (point)))
1294 (goto-char (point-min))
1298 (setq limit (min limit (match-beginning 0))))
1629 (autoload 'gnus-point-at-eol "gnus-util")
1630 (autoload 'gnus-point
[all...]
H A Dnnfolder.el168 (goto-char (point-min))
180 (setq start (point))
182 (1- (point))
183 (point-max)))
188 (goto-char (point-max))
195 (setq start (point))
208 (point) (gnus-point-at-eol))))
218 (point) (gnu
[all...]
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dcookie1.el87 (let ((start (point)))
89 (cookie1 (min (- (length cookie-vector) 1) (or count 1)) cookie-vector)
91 (fill-region-as-paragraph start (point) nil))))
123 (let ((beg (point)))
H A Dlandmark.el43 ;;; In laymen's terms, the search space is initially flat. The point
276 ;; The key point point about the algorithm is that, rather than considering
289 ;; has score zero because there is no more any point in playing in it, from
290 ;; both an attacking and a defending point of view.
334 ;; should illustrate the point. If you manage to improve on these values,
432 maxi2 (min 4 maxi)
433 maxj2 (min 4 maxj))
461 (let ((left (min 4 (1- i)))
462 (right (min
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dcua-rect.el78 (defvar cua--rect-undo-set-point nil)
92 (setq cua--rect-undo-set-point s)
94 (setq cua--buffer-and-point-before-command nil))
151 ;; t if point is on right side of rectangle.
188 (message "%S (%d)" cua--rectangle (point))
195 ;; Calculate the rectangular region represented by point and mark,
198 (let ((top (point)) (bot (mark)) r l corner)
214 (setq top (point))
217 (setq bot (point))))
221 ;; Set mark and point i
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Drmail.el196 (goto-char (point-min))
832 (goto-char (point-max)))
872 (goto-char (point-min))
882 ((equal (point-min) (point-max))
894 (goto-char (point-max))
903 (goto-char (point
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp233 if ( descriptor->point >= kCDTrackMinIndex &&
234 descriptor->point <= kCDTrackMaxIndex &&
238 CDTrack * track = tracks + descriptor->point;
257 trackMinIndex = min(descriptor->point, trackMinIndex);
258 trackMaxIndex = max(descriptor->point, trackMaxIndex);
263 else if ( descriptor->point == 0xA0 &&
276 else if ( descriptor->point == 0xA2 &&
286 sessionMinIndex = min(descriptor->session, sessionMinIndex);
390 descriptor.point
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderRegion.cpp67 LayoutPoint RenderRegion::mapRegionPointIntoFlowThreadCoordinates(const LayoutPoint& point) argument
69 // Assuming the point is relative to the region block, 3 cases will be considered:
74 LayoutUnit pointLogicalTop(isHorizontalWritingMode() ? point.y() : point.x());
75 LayoutUnit pointLogicalLeft(isHorizontalWritingMode() ? point.x() : point.y());
107 VisiblePosition RenderRegion::positionForPoint(const LayoutPoint& point, const RenderRegion* region) argument
110 return RenderBlock::positionForPoint(point, region);
112 return m_flowThread->positionForPoint(mapRegionPointIntoFlowThreadCoordinates(point), this);
168 LayoutUnit minX = clipX ? flowThreadPortionRect.x() : std::min(flowThreadPortionRec
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el1919 position is call the relative indent point for the line. Some
1920 syntactic symbols may not have a relative indent point associated with
1928 point. The sum of this calculation for each element in the syntactic
1940 element symbol and the relative indent point. The function should
2471 (let ((pos (point))
2477 (goto-char (point-min))
4926 "fs" "ps" "ns" "us" "ms" "sec" "min" "hr"
5150 (defmacro vhdl-point (position)
5151 "Return the value of point a
[all...]
H A Dsh-script.el124 ;; to reload them in another buffer or at another point in time.
542 (defcustom sh-remember-variable-min 3
805 '((((min-colors 88) (class color)
932 (sh-in-comment-or-string (point)))))
934 (= (point) start)))
962 (let ((ppss (save-excursion (syntax-ppss (1- (point))))))
966 (put-text-property (1- (point)) (point) 'syntax-table '(12))) ;">"
967 (if (or (nth 5 ppss) (> (count-lines start (point)) 1))
975 (put-text-property start (point) 'fon
[all...]
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...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFETurbulence.cpp268 unsigned char FETurbulence::calculateTurbulenceValueForPoint(int channel, PaintingData& paintingData, StitchData& stitchData, const FloatPoint& point)
303 FloatPoint noiseVector(point.x() * baseFrequencyX, point.y() * baseFrequencyY);
328 turbulenceFunctionResult = std::max(std::min(turbulenceFunctionResult, 1.f), 0.f);
335 IntPoint point(0, filterRegion.y() + startY);
341 point.setY(point.y() + 1);
342 point.setX(filterRegion.x());
344 point.setX(point
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
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...]

Completed in 257 milliseconds

1234567891011>>