emacs-devel
[Top][All Lists]
Advanced

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

what is the point of overlay-arrow-string?


From: Kevin A. Burton
Subject: what is the point of overlay-arrow-string?
Date: 01 Nov 2001 14:36:53 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


OK.

According to the documentation on overlay-arrow-string:

    String to display as an arrow.  See also `overlay-arrow-position'.

Whatever I set overlay-arrow-string to I get a little bitmap arrow ">".

AKA the following source code displays an arrow:

- ------------

(make-local-variable 'overlay-arrow-string)

(setq overlay-arrow-string "asdf")

(let(m)

  (setq m (make-marker))

  (set-marker m 1)
        
  (setq overlay-arrow-position m))


- -----------

All of the source in Emacs sets this to "=>".  What is the difference?  Can one
display anything other than an arrow?

Also, shouldn't this variable be make-variable-buffer-local'd ???

Kevin

- -- 
Kevin A. Burton ( address@hidden, address@hidden, address@hidden )
             Location - San Francisco, CA, Cell - 415.595.9965
        Jabber - address@hidden,  Web - http://relativity.yi.org/

Boycott Amazon.com http://www.gnu.org/philosophy/amazon.html

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt

iD8DBQE74c6AAwM6xb2dfE0RAsi8AJ0RRfr/FQYyjyf3jcSivgN1uVVqYACg0gJq
GfnDXxizwq8KRZA6bjSkuxs=
=2b0w
-----END PGP SIGNATURE-----



reply via email to

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