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

Lines Matching +defs:all +defs:buffers

65 ;; of the file).  The command highlight-compare-buffers can be used to
66 ;; compare two buffers.
124 ;; on Highlight Changes mode in all "suitable" existing buffers and will turn
125 ;; it on in new "suitable" buffers to be created.
129 ;; * nil -- then no buffers are suitable;
131 ;; an example, if the value is `buffer-file-name' then all buffers
133 ;; buffers) are not;
152 ;; highlight-compare-buffers
175 ;; a while back I ran into a problem with ediff-buffers-internal.)
195 ;; - Added highlight-compare-buffers
213 ;; However, having it set for non-delete changes can be annoying because all
309 A value of nil means no buffers are suitable for `global-highlight-changes'
314 means that Highlight Changes mode is turned on for buffers in C and C++
317 (const :tag "all non-special buffers visiting files" t)
330 (defcustom highlight-changes-global-changes-existing-buffers nil
331 "*If non-nil, toggling global Highlight Changes mode affects existing buffers.
332 Normally, `global-highlight-changes' affects only new buffers (to be
333 created). However, if `highlight-changes-global-changes-existing-buffers'
335 Highlight Changes mode in suitable buffers, and turning the mode off will
336 remove it from existing buffers."
432 (setq end (text-property-not-all start limit 'hilit-chg prop))
598 This removes all saved change information."
601 ;; on many buffers from `global-highlight-changes'.
801 ;; and display them all if active
808 ;; Comparing buffers/files
811 (defun highlight-markup-buffers
813 "Get differences between two buffers and set highlight changes.
814 Both buffers are done unless optional parameter MARKUP-A-ONLY
881 (defun highlight-compare-buffers (buf-a buf-b)
882 "Compare two buffers and highlight the differences.
903 (highlight-markup-buffers buf-a file-a buf-b file-b)
940 (highlight-markup-buffers buf-a file-a buf-b file-b (not existing-buf))
1012 ;; the user. However, it is called from `kill-all-variables' and at
1029 ;; Also, don't enable it for other special buffers.
1060 on for future \"suitable\" buffers (and for \"suitable\" existing buffers if
1061 variable `highlight-changes-global-changes-existing-buffers' is non-nil).
1095 (if highlight-changes-global-changes-existing-buffers
1096 (hilit-chg-update-all-buffers
1104 (if highlight-changes-global-changes-existing-buffers
1105 (hilit-chg-update-all-buffers nil))))
1111 A buffer is appropriate for Highlight Changes mode if all these are true:
1118 This function is called from `hilit-chg-update-all-buffers' or
1147 (defun hilit-chg-update-all-buffers (value)