Your message dated Wed, 24 Mar 2004 16:11:46 -0600
with message-id <[EMAIL PROTECTED]>
and subject line kdelibs-data: kate (kwrite): SML syntax highlighting should 
recognize string escapes
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Jun 2003 04:01:40 +0000
>From [EMAIL PROTECTED] Mon Jun 23 23:01:30 2003
Return-path: <[EMAIL PROTECTED]>
Received: from rccy-02-039.dialup.iowatelecom.net (warlock.locknet) 
[216.51.234.168] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19Uezp-0001WF-00; Mon, 23 Jun 2003 23:01:30 -0500
Received: by warlock.locknet (Postfix, from userid 1000)
        id 9EB31ABB6; Mon, 23 Jun 2003 23:01:27 -0500 (CDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Matthew J. Lockner" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: kdelibs-data: kate (kwrite): SML syntax highlighting should recognize
        string escapes
X-Mailer: reportbug 2.10.1
Date: Mon, 23 Jun 2003 23:01:27 -0500
Message-Id: <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-12.3 required=4.0
        tests=BAYES_01,HAS_PACKAGE,PATCH_UNIFIED_DIFF
        autolearn=ham version=2.53-bugs.debian.org_2003_06_18
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_18 
(1.174.2.15-2003-03-30-exp)

Package: kdelibs-data
Version: 4:3.1.2-2
Severity: minor
Tags: upstream patch

Kate syntax highlighting currently messes up if an escaped double quote (\")
appears inside a string, erroneously terminating the string and
mis-highlighting subsequent input.  A good solution is to use the same
highlighting used in the C-family language highlightings for escape sequences.
The patch below can be applied to /usr/share/apps/katepart/syntax/sml.xml
to add this functionality.

--- sml.xml.orig        2003-06-23 22:30:43.000000000 -0500
+++ sml.xml     2003-06-23 22:52:40.000000000 -0500
@@ -77,6 +77,7 @@
         <Detect2Chars attribute="6" context="#pop" char="*" char1=")" />
       </context>
       <context attribute="5" lineEndContext="#stay" name="String">
+        <HlCStringChar attribute="8" context="#stay"/>
         <DetectChar attribute="5" context="#pop" char="&quot;" />
       </context>
     </contexts>
@@ -89,6 +90,7 @@
       <itemData name="String"  defStyleNum="dsString"/>
       <itemData name="Comment" defStyleNum="dsComment" />
       <itemData name="Notice" defStyleNum="dsString" />
+      <itemData name="String Char"  defStyleNum="dsChar" />
     </itemDatas>
   </highlighting>
   <general>

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux warlock 2.4.20 #1 SMP Tue Feb 18 21:34:23 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

-- no debconf information


---------------------------------------
Received: (at 198574-done) by bugs.debian.org; 24 Mar 2004 22:12:11 +0000
>From [EMAIL PROTECTED] Wed Mar 24 14:12:11 2004
Return-path: <[EMAIL PROTECTED]>
Received: from 66-194-152-191.gen.twtelecom.net (pico.surpasshosting.com) 
[66.194.152.191] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B6Gbb-0006JM-00; Wed, 24 Mar 2004 14:12:11 -0800
Received: from conr-adsl-cheney.txucom.net ([207.70.165.48] helo=calc)
        by pico.surpasshosting.com with esmtp (TLSv1:RC4-SHA:128)
        (Exim 4.24)
        id 1B6GbZ-0004Na-W3
        for [EMAIL PROTECTED]; Wed, 24 Mar 2004 17:12:10 -0500
Received: from ccheney by calc with local (Exim 4.30)
        id 1B6GbD-0000K4-2E
        for [EMAIL PROTECTED]; Wed, 24 Mar 2004 16:11:47 -0600
Date: Wed, 24 Mar 2004 16:11:46 -0600
From: Chris Cheney <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: kdelibs-data: kate (kwrite): SML syntax highlighting should recognize 
string escapes
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="z9sQuz+HmDh2hVO4"
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
X-AntiAbuse: This header was added to track abuse, please include it with any 
abuse report
X-AntiAbuse: Primary Hostname - pico.surpasshosting.com
X-AntiAbuse: Original Domain - bugs.debian.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - cheney.cx
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 


--z9sQuz+HmDh2hVO4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

This bug has been fixed as far as I can tell in KDE 3.2, although it was
fixed in a slightly different manner than the original patch.

Thanks,
Chris

--z9sQuz+HmDh2hVO4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAYgei0QZas444SvIRAnynAJ9QjoJ3lL2c179upiPB1bLxtOVyLACfUpFq
6PdtahZ+jCvsaHoxb1KF7I0=
=13MZ
-----END PGP SIGNATURE-----

--z9sQuz+HmDh2hVO4--

Reply via email to