comparison lisp/simple.el @ 61950:5f3a630ef0ac

(next-error-overlay-arrow-position): Turn off, for ttys.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Apr 2005 20:30:53 +0000
parents af1b504ffc35
children 91b85d61710d effe22690419
comparison
equal deleted inserted replaced
61949:d0cfb9c978f9 61950:5f3a630ef0ac
111 :version "22.1") 111 :version "22.1")
112 112
113 (defvar next-error-highlight-timer nil) 113 (defvar next-error-highlight-timer nil)
114 114
115 (defvar next-error-overlay-arrow-position nil) 115 (defvar next-error-overlay-arrow-position nil)
116 (put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>") 116 ;; This is nil so as not to really display anything on text
117 ;; terminals. On text terminals, it would hide part of the file name.
118 (put 'next-error-overlay-arrow-position 'overlay-arrow-string "")
117 (add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position) 119 (add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position)
118 120
119 (defvar next-error-last-buffer nil 121 (defvar next-error-last-buffer nil
120 "The most recent next-error buffer. 122 "The most recent next-error buffer.
121 A buffer becomes most recent when its compilation, grep, or 123 A buffer becomes most recent when its compilation, grep, or