Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Cc: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: Re: `mouse-face' under XEmacs
Date: 16 Nov 1995 20:10:23 -0800	[thread overview]
Message-ID: <m2pwer3mq8.fsf@diana.miranova.com> (raw)
In-Reply-To: Per Abrahamsen's message of Fri, 17 Nov 1995 03:52:31 +0100

>>>>> "Per" == Per Abrahamsen <abraham@dina.kvl.dk> writes:

    Per> I don't think XEmacs supports mouse-face, at least I couln't
    Per> find it in the documentation when writing `custom.el'.  It
    Per> does support `highlight' instead, but the value is flag
    Per> rather than a face.  If the flag is set the text will be
    Per> highlighted when the mouse is over it, with some fixed face
    Per> (presumably `highlight').

    Per> I use the following in custom.el:

(defconst mouse-face (if (string-match "XEmacs" emacs-version)
         'highlight
         'mouse-face)
  "Symbol used for highlighting text under mouse.")

    Per> (put-text-property 1 4 mouse-face 'bold)
    Per> which seems to work.

highlight on XEmacs is a boolean property.  So the 'bold there just
means t.

Highlighting is done in the face called ``highlight''.

-- 
steve@miranova.com baur


      parent reply	other threads:[~1995-11-17  4:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-17  1:23 Lars Magne Ingebrigtsen
1995-11-17  2:52 ` Per Abrahamsen
1995-11-17  3:59   ` Lars Magne Ingebrigtsen
1995-11-17  4:58     ` Steven L. Baur
1995-11-17 11:32     ` Peter Arius
1995-11-17 17:53       ` Steven L. Baur
1995-11-19  7:43         ` Lars Magne Ingebrigtsen
1995-11-22  0:31           ` Felix Lee
1995-11-23 12:37             ` Lars Magne Ingebrigtsen
1995-11-24 19:22               ` Steven L. Baur
1995-11-24 20:30                 ` William Perry
1995-11-26 14:28                 ` Lars Magne Ingebrigtsen
1995-11-17  3:06 ` Steven L. Baur
1995-11-17  3:17   ` Lars Magne Ingebrigtsen
1995-11-17  3:37     ` William Perry
1995-11-17  3:30 ` William Perry
1995-11-17  4:10 ` Steven L. Baur [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2pwer3mq8.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    --cc=larsi@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).