/[emacs]/emacs/lisp/view.el
ViewVC logotype

Diff of /emacs/lisp/view.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by rms, Sat Jan 25 19:43:29 2003 UTC revision 1.67 by lektu, Tue Feb 4 12:12:45 2003 UTC
# Line 700  Also set the mark at the position where Line 700  Also set the mark at the position where
700  ;    (goto-char (point-max))  ;    (goto-char (point-max))
701  ;    (beginning-of-line))  ;    (beginning-of-line))
702  ;  (view-recenter))  ;  (view-recenter))
703      
704  (defun View-goto-line (&optional line)  (defun View-goto-line (&optional line)
705    "Move to first (or prefix LINE) line in View mode.    "Move to first (or prefix LINE) line in View mode.
706  Display is centered at LINE.  Display is centered at LINE.
# Line 792  If LINES is more than a window-full, onl Line 792  If LINES is more than a window-full, onl
792  See also `View-scroll-page-forward'."  See also `View-scroll-page-forward'."
793    (interactive "P")    (interactive "P")
794    (view-scroll-lines lines t view-page-size nil))    (view-scroll-lines lines t view-page-size nil))
795      
796  (defun View-scroll-page-forward-set-page-size (&optional lines)  (defun View-scroll-page-forward-set-page-size (&optional lines)
797    "Scroll forward LINES lines in View mode, setting the \"page size\".    "Scroll forward LINES lines in View mode, setting the \"page size\".
798  This is the number of lines which \\[View-scroll-page-forward] and  This is the number of lines which \\[View-scroll-page-forward] and
# Line 866  invocations return to earlier marks." Line 866  invocations return to earlier marks."
866    (goto-char (or (mark t) (point-min)))    (goto-char (or (mark t) (point-min)))
867    (pop-mark)    (pop-mark)
868    (view-recenter))    (view-recenter))
869                
870  (defun View-search-regexp-forward (n regexp)  (defun View-search-regexp-forward (n regexp)
871    "Search forward for first (or prefix Nth) occurrence of REGEXP in View mode.    "Search forward for first (or prefix Nth) occurrence of REGEXP in View mode.
872    

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26