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

Lines Matching +defs:read +defs:only

63 ;; only says if scrolling past buffer end should leave view mode or not, it
69 only rings the bell and gives a message on how to leave."
92 If `view-exits-all-viewing-windows' is nil, only the selected window is
117 (defvar view-old-buffer-read-only nil)
118 (make-variable-buffer-local 'view-old-buffer-read-only)
388 read-only.
439 This command restores the previous read-only status of the buffer.
467 ;; This is to guarantee that the buffer-read-only variable is restored.
472 view-old-buffer-read-only buffer-read-only
473 buffer-read-only t
489 ;; Calling toggle-read-only while View mode is enabled
490 ;; sets view-read-only to t as a buffer-local variable
491 ;; after exiting View mode. That arranges that the next toggle-read-only
494 ;; so that View mode stays off if toggle-read-only is called.
495 (if (local-variable-p 'view-read-only)
496 (kill-local-variable 'view-read-only))
499 (if buffer-read-only
500 (setq buffer-read-only view-old-buffer-read-only)))
517 2) t Delete WINDOW or, if it is the only window, its frame.
548 Otherwise only the selected window is affected (if it is on RETURN-TO-ALIST).
555 2) t Delete WINDOW and, if it is the only window, its frame.
604 ;; Not the only frame, so can safely be removed.
634 (let ((view-old-buffer-read-only nil)
825 If LINES is more than a window-full, only the last window-full is shown."
893 If LINES is more than a window-full, only the last window-full is shown."
910 If REGEXP is empty or only consist of these control characters, then
929 If REGEXP is empty or only consist of these control characters, then