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

Lines Matching +defs:set +defs:line

116 		   (set-buffer (window-buffer ,w)))
128 (set symbol nil))
152 'line-beginning-position))
157 'line-end-position))
181 ;; Delete the current line (and the next N lines).
182 (defmacro gnus-delete-line (&optional n)
184 (progn (forward-line ,(or n 1)) (point))))
250 (beginning-of-line)
303 (defmacro gnus-local-set-keys (&rest plist)
317 (put 'gnus-local-set-keys 'lisp-indent-function 1)
327 (error "Can't set keys in a null keymap"))
332 (set (car keymap) nil)
552 (set-window-hscroll (gnus-get-buffer-window (current-buffer) t) 0)
557 ;; Find the longest line currently displayed in the window.
561 (end-of-line)
563 (forward-line 1))
567 (set-window-hscroll
571 (set-window-hscroll (gnus-get-buffer-window (current-buffer) t) 0))
598 (defun gnus-set-work-buffer ()
602 (set-buffer gnus-work-buffer)
604 (set-buffer (gnus-get-buffer-create gnus-work-buffer))
861 set to nil on a successful assignment. In case of an error or other
947 (set-buffer file-buffer)
954 (set-buffer tmpbuf)
964 (set-buffer outbuf)
1001 (set-buffer file-buffer)
1007 (set-buffer tmpbuf)
1012 (forward-line 1)
1016 (beginning-of-line)
1034 (set-buffer outbuf)
1081 (set-buffer gnus-group-buffer)
1111 "Return a regexp that matches a whole line, iff RE matches a part of it."
1116 (defun gnus-set-window-start (&optional point)
1120 (set-window-start win (or point (point))))))
1308 decoding of carriage returns and line feeds in the string, which is normally
1368 (set history nil))
1391 "Allow continuing onto the next line even if an error occurs."
1398 (gnus-error 4 "Invalid data on line %d"
1400 (forward-line 1)))))
1411 (set variable (list file time contents))
1449 (setq n (/ (1- (window-width)) max)) ; items per line
1467 (defun gnus-select-frame-set-input-focus (frame)
1468 "Select FRAME, raise it, and set input focus, if possible."
1470 (if (fboundp 'select-frame-set-input-focus)
1471 (select-frame-set-input-focus frame)
1475 ;; `select-frame-set-input-focus' defined in Emacs 21 will not
1476 ;; set the input focus.
1478 (select-frame-set-input-focus frame))
1487 (set-mouse-position frame (1- (frame-width frame)) 0)))))
1640 (if (fboundp 'set-process-query-on-exit-flag)
1641 (defalias 'gnus-set-process-query-on-exit-flag
1642 'set-process-query-on-exit-flag)
1643 (defalias 'gnus-set-process-query-on-exit-flag