From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: mouse-face highlighting broken? Date: Wed, 6 May 2009 10:51:52 -0700 Message-ID: <006401c9ce73$57448900$c2b22382@us.oracle.com> References: <87iqke6xx3.fsf@cyd.mit.edu> <357AADAB-5EEF-456A-9C7B-D851376EB118@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241632351 11706 80.91.229.12 (6 May 2009 17:52:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2009 17:52:31 +0000 (UTC) To: "'David Reitter'" , "'Chong Yidong'" , "'Emacs-Devel devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 06 19:52:21 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M1lI4-0002JD-4H for ged-emacs-devel@m.gmane.org; Wed, 06 May 2009 19:52:20 +0200 Original-Received: from localhost ([127.0.0.1]:53673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1lI3-0003Gu-Ke for ged-emacs-devel@m.gmane.org; Wed, 06 May 2009 13:52:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1lHu-0003Fs-PB for emacs-devel@gnu.org; Wed, 06 May 2009 13:52:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1lHo-0003Aa-HA for emacs-devel@gnu.org; Wed, 06 May 2009 13:52:09 -0400 Original-Received: from [199.232.76.173] (port=49802 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1lHo-0003AP-BZ for emacs-devel@gnu.org; Wed, 06 May 2009 13:52:04 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:14590) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M1lHn-0005nT-92 for emacs-devel@gnu.org; Wed, 06 May 2009 13:52:03 -0400 Original-Received: from rcsinet12.oracle.com ([148.87.113.124] helo=rgminet12.oracle.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1lHk-0004a2-P0 for emacs-devel@gnu.org; Wed, 06 May 2009 13:52:00 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n46HpnmJ011956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 May 2009 17:51:50 GMT Original-Received: from abhmt002.oracle.com (abhmt002.oracle.com [141.146.116.11]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n46HqCub019312; Wed, 6 May 2009 17:52:12 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 06 May 2009 10:51:51 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <357AADAB-5EEF-456A-9C7B-D851376EB118@gmail.com> Thread-Index: AcnOckJChGFm/WF5RbqqcEYnircg4wAAPYBA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: abhmt002.oracle.com [141.146.116.11] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010204.4A01CE38.0200:SCFSTAT5015188,ss=1,fgs=0 X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110733 Archived-At: > Can people on other systems try this: > (insert > (propertize > (concat "Hello" > (propertize " " 'display '(space :width 40)) > "World") > 'mouse-face 'highlight)) > > The highlight works ok in 22. In 23, only "Hello" and "World" are > highlighted - the space in between is not. > As said above, the same applies to backgrounds of images. In the pretest on Windows, the space between is also mouse-faced.