# HG changeset patch # User Gerd Moellmann # Date 979558423 0 # Node ID 64ea5b1e9d94259c81359e751937324c878f8c2b # Parent e34fbc66493b0528ff050eac650136f2a73e2e79 (ansi-colors) : Fix :version by Dave Love (ansi-color-for-comint-mode): Fix :version. (ansi-color-unfontify-region): Doc change. diff -r e34fbc66493b -r 64ea5b1e9d94 lisp/ansi-color.el --- a/lisp/ansi-color.el Mon Jan 15 10:35:16 2001 +0000 +++ b/lisp/ansi-color.el Mon Jan 15 11:33:43 2001 +0000 @@ -4,8 +4,8 @@ ;; Author: Alex Schroeder ;; Maintainer: Alex Schroeder -;; Version: 3.4.0 -;; Keywords: comm processes +;; Version: 3.4.2 +;; Keywords: comm processes terminals services ;; This file is part of GNU Emacs. @@ -172,7 +172,7 @@ \\[ansi-color-for-comint-mode-on] \\[ansi-color-for-comint-mode-off] \\[ansi-color-for-comint-mode-filter]" - :version "20.8" + :version "21.1" :type '(choice (const :tag "Do nothing" nil) (const :tag "Filter" filter) (const :tag "Translate" t)) @@ -218,7 +218,7 @@ 'ansi-color-process-output) -;; Alternative font-lock-unfontify-region-function +;; Alternative font-lock-unfontify-region-function for Emacs only (eval-when-compile @@ -238,9 +238,12 @@ (put 'save-buffer-state 'lisp-indent-function 1)) (defun ansi-color-unfontify-region (beg end &rest xemacs-stuff) - "Replacement function for `font-lock-default-unfontify-region'. -When font-lock is active in a buffer, you cannot simply add face -text-properties to the buffer. Font-lock will remove the face + "Replacement function for `font-lock-default-unfontify-region'. + +As text-properties are implemented using extents in XEmacs, this +function is probably not needed. In Emacs, however, things are a bit +different: When font-lock is active in a buffer, you cannot simply add +face text-properties to the buffer. Font-lock will remove the face text-property using `font-lock-unfontify-region-function'. If you want to insert the strings returned by `ansi-color-apply' into such buffers, you must set `font-lock-unfontify-region-function' to