• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching +refs:point +refs:max

123 (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))
257 (re-search-forward "\\([ ]*\\)\\(</dt>\\|<dd>\\)" (point-max) t)
263 (goto-char (- (point) mw))
264 (delete-region (point) (+ (point) mw1))
265 (setq def-p2 (point))))
266 (setq def-p2 (- (point) (string-width (match-string 2)))))
330 (put-text-property p1 (point) 'face 'bold))))
352 (setq refill-start (point))
361 (setq refill-stop (+ (point)
364 refill-start (point))))
365 ;; (message "Point = %s refill-stop = %s" (point) refill-stop)
377 (goto-char (point-min))
382 (goto-char (point-min))
384 (let ((p1 (point)))
386 ;;(message "Kaller fix med p1=%s p2=%s " p1 (1- (point))) (sleep-for 5)
387 (html2text-fix-paragraph p1 (1- (point)))
408 (goto-char (point-min))
409 (while (re-search-forward (format "\\(</?%s[^>]*>\\)" tag) (point-max) t)
418 (goto-char (point-min))
420 (point-max) t)
422 (p2 (point))
424 (search-backward "<" (point-min) t)
425 (setq p1 (point))
426 (unless (search-forward (format "</%s>" tag) (point-max) t)
429 (setq p4 (point))
430 (search-backward "</" (point-min) t)
431 (setq p3 (point))
439 (goto-char (point-min))
442 (html2text-replace-string old-string new-string (point-min) (point-max)))))
449 (goto-char (point-min))
451 (point-max) t)
453 (p2 (point)))
454 (search-backward "<" (point-min) t)
455 (setq p1 (point))