emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fringe arrow conflict between compile and gud?


From: Kim F. Storm
Subject: Re: fringe arrow conflict between compile and gud?
Date: Fri, 01 Apr 2005 09:03:23 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Juri Linkov <address@hidden> writes:

>> (defvar next-error-overlay-arrow-position nil)
>> (put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>")
>
> Thanks for the suggestion to put "=>" on the overlay-arrow-string
> property.  But I wonder why Emacs can't use "=>" by default
> on text-only terminals when this property is nil?

It is assumed to do just that -- and I don't see any problem
in the C code.  

There could be a problem at the lisp level though as
overlay-arrow-string is nil unless it has been set explicitly by some
package.  Perhaps it would make sense to initialize the global value
of overlay-arrow-string to "=>" which most packages want?

Can you produce a simple, self-contained test case demonstrating the
problem?

Then we can see if it works to set overlay-arrow-string's
global value to "=>".

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]