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

Lines Matching +defs:set +defs:line

187 	      (cvs-flags-set sym 0 val))))
189 (cvs-flags-set 'cvs-cvs-flags 0
216 (defvar cvs-mode-line-process nil
217 "Mode-line control for displaying info on cvs process status.")
264 (if (not -cvs-mode!-fun) (set-buffer cvsbuf)
270 (set-buffer cvsbuf)
275 (set-buffer cvs-mode!-buf)
291 (defun cvs-set-branch-prefix (arg)
293 See `cvs-prefix-set' for a further the description of the behavior.
298 (cvs-prefix-set 'cvs-branch-prefix arg))
301 "Add branch selection argument if the branch prefix was set.
315 (defun cvs-set-secondary-branch-prefix (arg)
317 See `cvs-prefix-set' for a further the description of the behavior.
322 (cvs-prefix-set 'cvs-secondary-branch-prefix arg))
325 "Add branch selection argument if the secondary branch prefix was set.
366 (set (make-local-variable 'cvs-temp-buffer)
385 ;; doing a `switch-to-buffer' which does a `set-buffer', hence
390 (set (make-local-variable 'other-window-scroll-buffer) buf))
398 (set (make-local-variable 'cvs-buffer) cvs-buf)
402 (when lbd (set (make-local-variable 'list-buffers-directory) lbd)))
404 ;;(set (make-local-variable 'cvs-buffer) cvs-buf)
430 (set-buffer buffer)
470 (set (make-local-variable 'list-buffers-directory) buffer-name)
471 ;;(set (make-local-variable 'cvs-temp-buffer) (cvs-temp-buffer))
473 (set (make-local-variable 'cvs-cookies) cookies)
478 ;;(set-buffer buf)
493 (set-buffer cvsbuf)
510 (set-buffer procbuf)
513 ;; find the set of files we'll process in this round
537 (set-process-filter proc nil)
558 ;; confirmation). A better workaround is to set CVS_RSH to
576 (set-process-sentinel process 'cvs-sentinel)
577 (set-process-filter process 'cvs-update-filter)
578 (set-marker (process-mark process) (point-max))
582 (set-buffer cvsbuf)
583 (setq cvs-mode-line-process (symbol-name (process-status process)))
584 (force-mode-line-update)))))
586 ;; The following line is said to improve display updates on some
631 ;; Remove the default empty line, if applicable.
638 ;; Re-add the default empty line, if applicable.
641 ;; set the new header and footer
642 (ewoc-set-hf cvs-cookies
659 ;; Since the buffer and mode line will show that the
668 (setq cvs-mode-line-process (symbol-name (process-status proc)))
669 (force-mode-line-update)
672 ;;(set-process-buffer proc nil)
1010 (set-buffer cvsbuf)
1086 (set-marker (process-mark proc) (point))
1092 (beginning-of-line 0) ;Move to beginning of last complete line.
1097 (set (make-local-variable 'cvs-lock-file) lock)
1126 (cvs-prefix-set 'cvs-force-command arg))
1132 (setq mode-line-process
1137 " " cvs-mode-line-process))
1141 ;;(set (make-local-variable 'goal-column) cvs-cursor-column)
1142 (set (make-local-variable 'revert-buffer-function) 'cvs-mode-revert-buffer)
1148 (make-local-variable 'cvs-mode-line-process)
1155 (if buffer (set-buffer buffer))
1197 (let* ((eol (line-end-position))
1202 (defun-cvs-mode cvs-mode-previous-line (arg)
1203 "Go to the previous line.
1209 (defun-cvs-mode cvs-mode-next-line (arg)
1210 "Go to the next line.
1221 "Mark the fileinfo on the current line.
1241 (cvs-mode-next-line 1))))
1248 (posn-set-point (event-end e))
1252 "Unmark the fileinfo on the current line."
1309 "Unmark the file on the previous line."
1334 See `cvs-prefix-set' for further description of the behavior.
1339 (cvs-prefix-set 'cvs-ignore-marks-modif arg))
1457 (set (make-local-variable 'cvs-minor-wrap-function) 'cvs-commit-minor-wrap)
1480 (end-of-line)
1482 (forward-line 1)
1483 (if (looking-at "date:") (forward-line 1))
1484 (if (looking-at "branches:") (forward-line 1))
1518 (set (make-local-variable 'cvs-edit-log-files) (list file)))
1521 (set (make-local-variable 'cvs-edit-log-revision) rev)
1522 (set (make-local-variable 'cvs-minor-wrap-function)
1660 (set-buffer (cvs-temp-buffer "diff")))
1750 (after-insert-file-set-coding (buffer-size) t)
1751 (set-buffer-modified-p nil)
2018 (when (and (/= (point) (progn (posn-set-point (event-end e)) (point)))
2019 (not (memq (get-text-property (1- (line-end-position))
2036 (set-buffer cvs-buf)
2047 (goto-line (cvs-find-modif fi)))
2218 ;; interactive commands to set optional flags
2220 (defun cvs-mode-set-flags (flag)
2374 (set-buffer cvs-buf)
2379 (set-buffer buffer)
2380 (set (make-local-variable 'cvs-buffer) cvs-buf)
2404 (set-buffer cvs-buf)