From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4017 Path: main.gmane.org!not-for-mail From: steve@miranova.com (Steven L. Baur) Newsgroups: gmane.emacs.gnus.general Subject: Re: `mouse-face' under XEmacs Date: 16 Nov 1995 19:06:04 -0800 Organization: Miranova Systems, Inc. Sender: steve@miranova.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144826 28279 80.91.224.250 (20 Oct 2002 20:13:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:13:46 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id TAA03546 for ; Thu, 16 Nov 1995 19:43:15 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 17 Nov 1995 04:06:10 +0100 Original-Received: (from steve@localhost) by miranova.com (8.6.11/8.6.9) id TAA03098; Thu, 16 Nov 1995 19:06:05 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ In-Reply-To: Lars Magne Ingebrigtsen's message of 17 Nov 1995 02:23:10 +0100 Original-Lines: 14 X-Mailer: September Gnus v0.13 Xref: main.gmane.org gmane.emacs.gnus.general:4017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4017 >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Lars> (put-text-property 1 4 'mouse-face 'bold) doesn't seem to Lars> work. Do I really have to fiddle with extents to get this Lars> to work? What is that example supposed to do? If you want to make text highlight underneath the mouse you do (put-text-property 1 4 'highlight t) There is no 'mouse-face property documented in my copy of the manual. -- steve@miranova.com baur