<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.bluefish.user">
    <title>gmane.comp.web.bluefish.user</title>
    <link>http://blog.gmane.org/gmane.comp.web.bluefish.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2716"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2715"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2714"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2713"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2712"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2711"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2710"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2709"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2708"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2707"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2706"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2705"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2704"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2703"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2702"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2701"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2700"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2697"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2696"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2716">
    <title>Re: how does bf handle UTF BOM?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2716</link>
    <description>&lt;pre&gt;thank you very much for your help Olivier.

i think ill be switching to php soon..

El 15/06/13 03:03, Olivier Sessink escribió:

&lt;/pre&gt;</description>
    <dc:creator>Legion 1978</dc:creator>
    <dc:date>2013-06-15T20:57:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2715">
    <title>Re: how does bf handle UTF BOM?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2715</link>
    <description>&lt;pre&gt;
testing bluefish and gtk behavior regarding BOM: if the initial data
loaded in a document has a BOM header, gtk keeps it intact. Adding it
later seems to be not working.

Olivier-- Bluefish website http://bluefish.openoffice.nl/ Blog
http://oli4444.wordpress.com/
&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-15T08:03:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2714">
    <title>Re: how does bf handle UTF BOM?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2714</link>
    <description>&lt;pre&gt;
Bluefish does not insert the BOM character, because that is not
recommended, and BOM has no meaning in UTF-8. A good description can be
found here: http://en.wikipedia.org/wiki/Byte_order_mark#UTF-8

However, this page also mentions that many Microsoft products ignore
this recommendation and do expect a BOM character for text that is UTF-8
(and fail to detect UTF-8 without a BOM character). So the issue you
describe could be caused by this bug in Microsoft products.

Olivier

&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-15T07:26:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2713">
    <title>how does bf handle UTF BOM?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2713</link>
    <description>&lt;pre&gt;hello.
need a little help here.

im asking about the BOM byte because for the longest time ive had issues 
widh classic asp pages encoding. specially when sending emails (spanish 
language).
I always tried different settings and 
encoding-declaration/header-adding/actual-document-encoding and recently 
managed to get rid of the faulty characters by adding asp headers for 
utf-8 Response.CodePage = 65001 and Response.CharSet = "utf-8", but then 
encoding some of the documents as iso-8859-1. Thats the only way the 
emails go through clean.

Right now im embedding some pieces of code rather than including 
external files and the behaviour is just weird.
If I encode the file as utf-8, the html comes up fine, but the 
characters parsed from the embedded code come up bad. If i encode as 
iso-8859-1 then its the other way around. Note the meta tag is set to 
utf-8 and the general include file has the asp encoding headers, also 
for utf-8.

So i been looking around the web and it apparently comes down to the BOM 
byte, but i dunno how to check this in bluefish. I assume it does not 
mark it by default, by i thought i better asked, and maybe if someone in 
the list can give me an extra clue about this, i would really apreciate it.

thank you :)
&lt;/pre&gt;</description>
    <dc:creator>Legion 1978</dc:creator>
    <dc:date>2013-06-15T00:36:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2712">
    <title>Re: Word wrap doesn't work</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2712</link>
    <description>&lt;pre&gt;I've got no problems with lines wrap...
using Xubuntu
McZ

 
/Martin crysman Zahradník/
/www:/ crysmanovo.blogspot.com &amp;lt;http://crysmanovo.blogspot.com&amp;gt;
/e-mail:/ crysman-9Vj9tDbzfuSlVyrhU4qvOw&amp;lt; at &amp;gt;public.gmane.org
/jabber:/ crysman-/eSpBmjxGS4dnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org
/Google talk/hangout:/ crysmanovo-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
/facebook:/ no way!
&amp;lt;http://crysmanovo.blogspot.cz/2013/04/proc-koncim-na-facebooku.html&amp;gt;
/Skype:/ no way!
&amp;lt;http://crysmanovo.blogspot.cz/2013/05/proc-nepouzivam-skype-resp-proc.html&amp;gt;
using Ekiga &amp;lt;http://ekiga.net&amp;gt; - SIP:crysman-gabAEHCsIuteoWH0uzbU5w&amp;lt; at &amp;gt;public.gmane.org
running GNU/Linux Xubuntu &amp;lt;http://xubuntu.org/&amp;gt;
On 12.6.2013 12:57, Cliff Laine wrote:

&lt;/pre&gt;</description>
    <dc:creator>Martin crysman Zahradník</dc:creator>
    <dc:date>2013-06-12T11:31:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2711">
    <title>Re: Word wrap doesn't work</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2711</link>
    <description>&lt;pre&gt;On Tue, 11 Jun 2013 20:35:52 +0200
Olivier Sessink &amp;lt;olivier-nC7VSXl9xTvubjhGYR2Sn81g+rXCo1yR&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Thanks Oliver. It's a shame--I can't use BF without word wrap. It's
simply not practical to have endless lines.

Cliff
&lt;/pre&gt;</description>
    <dc:creator>Cliff Laine</dc:creator>
    <dc:date>2013-06-12T10:57:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2710">
    <title>Re: Word wrap doesn't work</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2710</link>
    <description>&lt;pre&gt;
the word wrap doesn't wrap on the "Right margin split line end position"
but on the window border. The "Right margin split line end position" is
used for the indicator line (Document-&amp;gt;Show right margin) and for the
split line feature (Tools-&amp;gt;Format-&amp;gt;split lines on right margin). Perhaps
it should have a better name.


that is not good, once you hit the window border the line should wrap.
It does on the computer I use right now.

Olivier

&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-11T18:35:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2709">
    <title>Word wrap doesn't work</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2709</link>
    <description>&lt;pre&gt;Dear All

I am having difficulty in getting the word wrap to work in 2.2.3. 

In Editor settings, I have "Right margin split line end position set to
75.

From the Document menu, I have the Word wrap box ticked.

In my Project Settings, I have the Wrap Lines box ticked.

Yet every time I start typing, my lines go endlessly on, adding a
scroller at the bottom of the pane.

Is there anything I am missing here?

Thanks

Cliff
--
Bluefish 2.2.3
GTK+ 2.24.13 / GLib 2.34.1
Linux Mint Nadia 14 3.5.0-17-generic (i686)
&lt;/pre&gt;</description>
    <dc:creator>Cliff Laine</dc:creator>
    <dc:date>2013-06-11T09:11:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2708">
    <title>Re: crash resolved in r7954</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2708</link>
    <description>&lt;pre&gt;
On rev7962M i havent had crashes. Not even that one i posted about 
context menu bf gui lock.

Note i also upgraded my linuxmint to latest (v15) ..dunno if it has 
anything to do with it, but so far so good :)

Thanx!


El 05/06/13 15:48, Olivier Sessink escribió:

&lt;/pre&gt;</description>
    <dc:creator>Legion 1978</dc:creator>
    <dc:date>2013-06-07T17:16:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2707">
    <title>Re: crash resolved in r7954</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2707</link>
    <description>&lt;pre&gt;
I'm 90% sure I fixed this one already, so please let me know if you
still see it.

Olivier

&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-05T20:48:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2706">
    <title>Re: crash!</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2706</link>
    <description>&lt;pre&gt;fixed in svn!

thanks,

    Olivier

On 06/05/2013 12:51 PM, Martin crysman Zahradník wrote:
&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-05T20:21:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2705">
    <title>Re: crash!</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2705</link>
    <description>&lt;pre&gt;Interesting, this is a very old bug that is visible now because I
improved the scancache integrity check function.

Thanks for reporting, I'll go find out what is causing this.

Olivier

On 06/05/2013 12:51 PM, Martin crysman Zahradník wrote:


&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-05T18:43:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2704">
    <title>crash!</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2704</link>
    <description>&lt;pre&gt;I've just got a crash repeatedly when writing "type" to the SCRIPT tag.
It always crashes.
I have last (today) SVN.

Console output:
=====

cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 0(0Kb) = 0Kb

Possible error in language file, id - / pattern } has ends_context=2, but has only 1 parent contexts

Language statistics for CSS from /usr/local/share/bluefish/bflang//css.bflang2

reference size           22,82 Kbytes

largest table  1032 (   258,00 Kbytes)

total tables   7426 (  1856,50 Kbytes)

contexts         81 (     3,80 Kbytes)

matches        1160 (    54,38 Kbytes)

blocks            1 (     0,03 Kbytes)

cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 0(0Kb) = 0Kb

cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 0(0Kb) = 0Kb


(bluefish:30768): Gtk-CRITICAL **: gtk_tree_model_filter_convert_child_iter_to_iter: assertion `GTK_IS_TREE_MODEL_FILTER (filter)' failed


(bluefish:30768): Gtk-CRITICAL **: gtk_tree_model_get_path: assertion `GTK_IS_TREE_MODEL (tree_model)' failed


(bluefish:30768): Gtk-CRITICAL **: gtk_tree_view_expand_row: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

Possible error in language file, id - / pattern } has ends_context=2, but has only 2 parent contexts

Possible error in language file, id end-style-tag / pattern &amp;lt;/style&amp;gt; has ends_context=3, but has only 3 parent contexts

Language statistics for PHP from /usr/local/share/bluefish/bflang//php.bflang2

reference size          783,59 Kbytes

largest table 32354 (  8088,50 Kbytes)

total tables  51348 ( 12837,00 Kbytes)

contexts        194 (     9,09 Kbytes)

matches        8173 (   383,11 Kbytes)

blocks           14 (     0,44 Kbytes)

cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 0(0Kb) = 0Kb

scanning run 1 (7 ms): 0, 0, 0, 7; from 0-10513, loops=12164,chars=10513,blocks 214/189 (0) contexts 192/192 (0) scancache 493

memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

average 1501857 chars/s 10513 chars/run

scancache integrity check done in 0,080000 ms.

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb

cleanup_scanner, memory scancache 493(11Kb+19Kb) found 214(6Kb) fcontext 192(4Kb) = 42Kb


(bluefish:30768): Gtk-CRITICAL **: gtk_tree_model_filter_convert_child_iter_to_iter: assertion `GTK_IS_TREE_MODEL_FILTER (filter)' failed


(bluefish:30768): Gtk-CRITICAL **: gtk_tree_model_get_path: assertion `GTK_IS_TREE_MODEL (tree_model)' failed


(bluefish:30768): Gtk-CRITICAL **: gtk_tree_view_collapse_row: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

scanning run 2 (1 ms): 0, 0, 0, 1; from 0-351, loops=412,chars=351,blocks 16/14 (0) contexts 16/16 (0) scancache 35

memory scancache 35(0Kb+1Kb) found 16(0Kb) fcontext 16(0Kb) = 3Kb

average 1358000 chars/s 5432 chars/run

scancache integrity check done in 0,008000 ms.

delete_async, failed to delete: Error removing file: No such file or directory


(bluefish:30768): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

scanning run 3 (3 ms): 0, 0, 0, 3; from 0-2185, loops=2509,chars=2185,blocks 84/72 (0) contexts 80/79 (0) scancache 180

memory scancache 215(5Kb+8Kb) found 100(3Kb) fcontext 96(2Kb) = 18Kb

average 1186272 chars/s 4349 chars/run

scancache integrity check done in 0,046000 ms.

scanning run 4 (1 ms): 0, 0, 0, 1; from 625-659, loops=41,chars=34,blocks 0/0 (0) contexts 0/0 (0) scancache 180

memory scancache 215(5Kb+8Kb) found 100(3Kb) fcontext 96(2Kb) = 18Kb

average 1090250 chars/s 3270 chars/run

Nothing to scan anymore, total run timer took 33684 ms

scanning run 5 (0 ms): 0, 0, 0, 0; from 625-660, loops=42,chars=35,blocks 0/0 (0) contexts 0/0 (0) scancache 180

memory scancache 215(5Kb+8Kb) found 100(3Kb) fcontext 96(2Kb) = 18Kb

average 1093166 chars/s 2623 chars/run

Nothing to scan anymore, total run timer took 4 ms

scanning run 6 (0 ms): 0, 0, 0, 0; from 625-661, loops=43,chars=36,blocks 0/0 (0) contexts 0/0 (0) scancache 180

memory scancache 215(5Kb+8Kb) found 100(3Kb) fcontext 96(2Kb) = 18Kb

average 1096166 chars/s 2192 chars/run

Nothing to scan anymore, total run timer took 10 ms

scanning run 7 (1 ms): 0, 0, 0, 1; from 625-662, loops=44,chars=37,blocks 0/0 (0) contexts 0/0 (0) scancache 180

memory scancache 215(5Kb+8Kb) found 100(3Kb) fcontext 96(2Kb) = 18Kb

average 1014692 chars/s 1884 chars/run

Nothing to scan anymore, total run timer took 11 ms

scanning run 8 (1 ms): 0, 0, 0, 1; from 625-663, loops=46,chars=38,blocks 0/0 (0) contexts 0/0 (0) scancache 180

memory scancache 215(5Kb+8Kb) found 100(3Kb) fcontext 96(2Kb) = 18Kb

average 944928 chars/s 1653 chars/run

Nothing to scan anymore, total run timer took 12 ms

scanning run 9 (6 ms): 0, 0, 0, 6; from 625-2191, loops=1697,chars=1566,blocks 12/12 (0) contexts 26/24 (0) scancache 126

memory scancache 161(3Kb+6Kb) found 64(2Kb) fcontext 76(1Kb) = 13Kb

average 739750 chars/s 1643 chars/run


** (bluefish:30768): WARNING **: block is at 618:1239-654:663, prevfound_o at 616 and charoffset_o at 625


DUMP SCANCACHE

with length 126, document length=2191


  9: 0x4b54460, fblock (nil), fcontext 0x7f65b9aac480 siter 0x47bd470

    numcontextchange=1,context 3, highlight html-tag, parent=(nil), 9:14

 15: 0x7f65b9723060, fblock (nil), fcontext 0x7f65b9aac480 siter 0x268b4a0

    numcontextchange=-1,context 3, highlight html-tag, parent=(nil), 9:14

 21: 0x7f65b9891320, fblock 0x48f22c0, fcontext 0x7f65b9854fa0 siter 0x4b41230

    numcontextchange=1,context 4, highlight (null), parent=(nil), 21:21

    numblockchange=1, pattern 6 &amp;lt;html, parent=(nil), 16:22-2147483647:2147483647

 22: 0x48f2340, fblock 0x48f22c0, fcontext 0x7f65b9854fa0 siter 0x47bc040

    numcontextchange=-1,context 4, highlight (null), parent=(nil), 21:21

 28: 0x4b454a0, fblock 0x7f65b9bcd920, fcontext 0x4afa860 siter 0x4b42350

    numcontextchange=1,context 7, highlight (null), parent=(nil), 28:28

    numblockchange=1, pattern 16 &amp;lt;head, parent=0x48f22c0, 23:29-2147483647:2147483647

 29: 0x7f65b9a2a140, fblock 0x7f65b9bcd920, fcontext 0x4afa860 siter 0x47ba960

    numcontextchange=-1,context 7, highlight (null), parent=(nil), 28:28

 36: 0x48f2240, fblock 0x4b54080, fcontext 0x4b420a0 siter 0x47b9d50

    numcontextchange=1,context 10, highlight (null), parent=(nil), 36:52

    numblockchange=1, pattern 37 &amp;lt;meta, parent=0x7f65b9bcd920, 31:53-2147483647:2147483647

 46: 0x7f65b9a2a100, fblock 0x4b41ba0, fcontext 0x4b40aa0 siter 0x47baa60

    numcontextchange=1,context 5, highlight attribute-string, parent=0x4b420a0, 46:51

    numblockchange=1, pattern 10 ", parent=0x4b54080, 45:46-51:52

 52: 0x4b42020, fblock 0x4b41ba0, fcontext 0x4b40aa0 siter 0x47baa00

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x4b420a0, 46:51

    numblockchange=-1, pattern 10 ", parent=0x4b54080, 45:46-51:52

 53: 0x7f65b9865d80, fblock 0x4b54080, fcontext 0x4b420a0 siter 0x7f65b0008210

    numcontextchange=-1,context 10, highlight (null), parent=(nil), 36:52

 61: 0x28faca0, fblock 0x7f65b9bc0500, fcontext 0x28fac00 siter 0x47bf390

    numcontextchange=1,context 11, highlight (null), parent=(nil), 61:61

    numblockchange=1, pattern 45 &amp;lt;title, parent=0x4b54080, 55:62-111:119

 62: 0x7f65b9c96c60, fblock 0x7f65b9bc0500, fcontext 0x28fac00 siter 0x7f65b9916ef0

    numcontextchange=-1,context 11, highlight (null), parent=(nil), 61:61

 67: 0x7f65b94b7c00, fblock 0x7f65b99a8a60, fcontext 0x7f65b93c8660 siter 0x47baa30

    numcontextchange=1,context 187, highlight (null), parent=(nil), 67:86

    numblockchange=1, pattern 3538 &amp;lt;?php, parent=0x7f65b9bc0500, 62:67-86:88

 77: 0x7f65b94d3580, fblock 0x7f65b94bf160, fcontext 0x7f65b93c8660 siter 0x47b8d20

    numblockchange=1, pattern 8126 (, parent=0x7f65b99a8a60, 76:77-83:84

 78: 0x7f65b99f3180, fblock 0x7f65b971d4e0, fcontext 0x7f65b971d500 siter 0x4b0af90

    numcontextchange=1,context 188, highlight string, parent=0x7f65b93c8660, 78:82

    numblockchange=1, pattern 8090 ', parent=0x7f65b94bf160, 77:78-82:83

 83: 0x7f65b9854540, fblock 0x7f65b971d4e0, fcontext 0x7f65b971d500 siter 0x47ba990

    numcontextchange=-1,context 188, highlight string, parent=0x7f65b93c8660, 78:82

    numblockchange=-1, pattern 8090 ', parent=0x7f65b94bf160, 77:78-82:83

 84: 0x7f65b9574900, fblock 0x7f65b94bf160, fcontext 0x7f65b93c8660 siter 0x47b8f30

    numblockchange=-1, pattern 8126 (, parent=0x7f65b99a8a60, 76:77-83:84

 88: 0x4afa700, fblock 0x7f65b99a8a60, fcontext 0x7f65b93c8660 siter 0x47b8390

    numcontextchange=-1,context 187, highlight (null), parent=(nil), 67:86

    numblockchange=-1, pattern 3538 ?&amp;gt;, parent=0x7f65b9bc0500, 62:67-86:88

 96: 0x7f65b9878260, fblock 0x7f65b941b240, fcontext 0x7f65b98717a0 siter 0x47ba840

    numcontextchange=1,context 187, highlight (null), parent=(nil), 96:109

    numblockchange=1, pattern 3538 &amp;lt;?php, parent=0x7f65b9bc0500, 91:96-109:111

106: 0x7f65b966b940, fblock 0x474b740, fcontext 0x7f65b98717a0 siter 0x4b4dc60

    numblockchange=1, pattern 8126 (, parent=0x7f65b941b240, 105:106-106:107

107: 0x7f65b94bd060, fblock 0x474b740, fcontext 0x7f65b98717a0 siter 0x4a8b380

    numblockchange=-1, pattern 8126 (, parent=0x7f65b941b240, 105:106-106:107

111: 0x4b40840, fblock 0x7f65b941b240, fcontext 0x7f65b98717a0 siter 0x47bf400

    numcontextchange=-1,context 187, highlight (null), parent=(nil), 96:109

    numblockchange=-1, pattern 3538 ?&amp;gt;, parent=0x7f65b9bc0500, 91:96-109:111

119: 0x47c08e0, fblock 0x7f65b9bc0500, fcontext (nil) siter 0x7f65d0010390

    numblockchange=-1, pattern 45 &amp;lt;title, parent=0x4b54080, 55:62-111:119

126: 0x47c08a0, fblock 0x7f65b9858ca0, fcontext 0x7f65b9b04d00 siter 0x47b9030

    numcontextchange=1,context 104, highlight (null), parent=(nil), 126:220

    numblockchange=1, pattern 1763 &amp;lt;link, parent=0x4b54080, 121:221-2147483647:2147483647

132: 0x7f65b9855820, fblock 0x7f65b9c4c680, fcontext 0x4711b40 siter 0x475dcf0

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 132:142

    numblockchange=1, pattern 10 ", parent=0x7f65b9858ca0, 131:132-142:143

143: 0x7f65b94a96c0, fblock 0x7f65b9c4c680, fcontext 0x4711b40 siter 0x4b0e2c0

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 132:142

    numblockchange=-1, pattern 10 ", parent=0x7f65b9858ca0, 131:132-142:143

150: 0x7f65b98a0860, fblock 0x7f65b9a3bc20, fcontext 0x48f2040 siter 0x4b0e320

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 150:186

    numblockchange=1, pattern 10 ", parent=0x7f65b9858ca0, 149:150-186:187

187: 0x7f65b9725b40, fblock 0x7f65b9a3bc20, fcontext 0x48f2040 siter 0x4b0e380

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 150:186

    numblockchange=-1, pattern 10 ", parent=0x7f65b9858ca0, 149:150-186:187

194: 0x7f65b9855980, fblock 0x4b4bf60, fcontext 0x46eae20 siter 0x4b0e440

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 194:202

    numblockchange=1, pattern 10 ", parent=0x7f65b9858ca0, 193:194-202:203

203: 0x7f65b96ede20, fblock 0x4b4bf60, fcontext 0x46eae20 siter 0x4b0e4a0

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 194:202

    numblockchange=-1, pattern 10 ", parent=0x7f65b9858ca0, 193:194-202:203

211: 0x7f65b9855940, fblock 0x7f65b9574940, fcontext 0x7f65b94def00 siter 0x4b0e500

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 211:217

    numblockchange=1, pattern 10 ", parent=0x7f65b9858ca0, 210:211-217:218

218: 0x7f65b9867d40, fblock 0x7f65b9574940, fcontext 0x7f65b94def00 siter 0x4b0e560

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b9b04d00, 211:217

    numblockchange=-1, pattern 10 ", parent=0x7f65b9858ca0, 210:211-217:218

221: 0x7f65b95d3da0, fblock 0x7f65b9858ca0, fcontext 0x7f65b9b04d00 siter 0x4b0e600

    numcontextchange=-1,context 104, highlight (null), parent=(nil), 126:220

227: 0x7f65b97ee8a0, fblock 0x7f65b94d3440, fcontext 0x47c0480 siter 0x4b0e660

    numcontextchange=1,context 2, highlight html-comment, parent=(nil), 227:297

    numblockchange=1, pattern 1 &amp;lt;!--, parent=0x7f65b9858ca0, 223:227-297:300

300: 0x7f65b971d400, fblock 0x7f65b94d3440, fcontext 0x47c0480 siter 0x4b0e6c0

    numcontextchange=-1,context 2, highlight html-comment, parent=(nil), 227:297

    numblockchange=-1, pattern 1 &amp;lt;!--, parent=0x7f65b9858ca0, 223:227-297:300

308: 0x7f65b99b4840, fblock 0x7f65b955b6a0, fcontext 0x7f65b992e760 siter 0x4b0e720

    numcontextchange=1,context 104, highlight (null), parent=(nil), 308:366

    numblockchange=1, pattern 1763 &amp;lt;link, parent=0x7f65b9858ca0, 303:367-2147483647:2147483647

314: 0x7f65b948cb40, fblock 0x2958360, fcontext 0x7f65b97ba6a0 siter 0x4b0e780

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b992e760, 314:322

    numblockchange=1, pattern 10 ", parent=0x7f65b955b6a0, 313:314-322:323

323: 0x7f65b95d3d20, fblock 0x2958360, fcontext 0x7f65b97ba6a0 siter 0x4b0e750

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b992e760, 314:322

    numblockchange=-1, pattern 10 ", parent=0x7f65b955b6a0, 313:314-322:323

330: 0x48f1d40, fblock 0x7f65b97ba6c0, fcontext 0x7f65b9c4c640 siter 0x4b0e690

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b992e760, 330:363

    numblockchange=1, pattern 10 ", parent=0x7f65b955b6a0, 329:330-363:364

364: 0x7f65b9891360, fblock 0x7f65b97ba6c0, fcontext 0x7f65b9c4c640 siter 0x4b0e590

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b992e760, 330:363

    numblockchange=-1, pattern 10 ", parent=0x7f65b955b6a0, 329:330-363:364

367: 0x7f65b9c015a0, fblock 0x7f65b955b6a0, fcontext 0x7f65b992e760 siter 0x4b0e4d0

    numcontextchange=-1,context 104, highlight (null), parent=(nil), 308:366

374: 0x7f65b9a1ae60, fblock 0x7f65b9c4c760, fcontext 0x7f65b989a6e0 siter 0x4b0e410

    numcontextchange=1,context 104, highlight (null), parent=(nil), 374:428

    numblockchange=1, pattern 1763 &amp;lt;link, parent=0x7f65b955b6a0, 369:429-2147483647:2147483647

380: 0x7f65b9b022a0, fblock 0x7f65b9b02240, fcontext 0x7f65b9c4c620 siter 0x4b0e2f0

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b989a6e0, 380:384

    numblockchange=1, pattern 10 ", parent=0x7f65b9c4c760, 379:380-384:385

385: 0x7f65b9c83cc0, fblock 0x7f65b9b02240, fcontext 0x7f65b9c4c620 siter 0x4b0e350

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b989a6e0, 380:384

    numblockchange=-1, pattern 10 ", parent=0x7f65b9c4c760, 379:380-384:385

392: 0x47d1980, fblock 0x7f65b93dc8e0, fcontext 0x7f65b99c4d00 siter 0x4b0e530

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b989a6e0, 392:407

    numblockchange=1, pattern 10 ", parent=0x7f65b9c4c760, 391:392-407:408

408: 0x7f65b97ba780, fblock 0x7f65b93dc8e0, fcontext 0x7f65b99c4d00 siter 0x4b0e6f0

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b989a6e0, 392:407

    numblockchange=-1, pattern 10 ", parent=0x7f65b9c4c760, 391:392-407:408

415: 0x7f65b9c5d8c0, fblock 0x7f65b9b02200, fcontext 0x7f65b9c4c7a0 siter 0x4b0e630

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b989a6e0, 415:427

    numblockchange=1, pattern 10 ", parent=0x7f65b9c4c760, 414:415-427:428

428: 0x7f65b9cd2c80, fblock 0x7f65b9b02200, fcontext 0x7f65b9c4c7a0 siter 0x47b8c90

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b989a6e0, 415:427

    numblockchange=-1, pattern 10 ", parent=0x7f65b9c4c760, 414:415-427:428

429: 0x7f65b94065a0, fblock 0x7f65b9c4c760, fcontext 0x7f65b989a6e0 siter 0x4b0e810

    numcontextchange=-1,context 104, highlight (null), parent=(nil), 374:428

436: 0x7f65b985e440, fblock 0x474b280, fcontext 0x7f65b985e540 siter 0x47bf6d0

    numcontextchange=1,context 104, highlight (null), parent=(nil), 436:499

    numblockchange=1, pattern 1763 &amp;lt;link, parent=0x7f65b9c4c760, 431:500-2147483647:2147483647

442: 0x7f65b9855880, fblock 0x7f65b9b021a0, fcontext 0x7f65b98a2b40 siter 0x47b70d0

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b985e540, 442:455

    numblockchange=1, pattern 10 ", parent=0x474b280, 441:442-455:456

456: 0x24dc5a0, fblock 0x7f65b9b021a0, fcontext 0x7f65b98a2b40 siter 0x47bd630

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b985e540, 442:455

    numblockchange=-1, pattern 10 ", parent=0x474b280, 441:442-455:456

463: 0x7f65b9c1c0e0, fblock 0x46e6940, fcontext 0x7f65b9856220 siter 0x47bbd90

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b985e540, 463:478

    numblockchange=1, pattern 10 ", parent=0x474b280, 462:463-478:479

479: 0x4b41b00, fblock 0x46e6940, fcontext 0x7f65b9856220 siter 0x47bd440

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b985e540, 463:478

    numblockchange=-1, pattern 10 ", parent=0x474b280, 462:463-478:479

486: 0x7f65b93c7780, fblock 0x47c0920, fcontext 0x7f65b9854480 siter 0x47b8a70

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b985e540, 486:498

    numblockchange=1, pattern 10 ", parent=0x474b280, 485:486-498:499

499: 0x47c04c0, fblock 0x47c0920, fcontext 0x7f65b9854480 siter 0x47bf610

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b985e540, 486:498

    numblockchange=-1, pattern 10 ", parent=0x474b280, 485:486-498:499

500: 0x7f65b94d35a0, fblock 0x474b280, fcontext 0x7f65b985e540 siter 0x47b8cc0

    numcontextchange=-1,context 104, highlight (null), parent=(nil), 436:499

507: 0x7f65b992e680, fblock 0x7f65b94d34e0, fcontext 0x7f65b98544a0 siter 0x299e200

    numcontextchange=1,context 10, highlight (null), parent=(nil), 507:537

    numblockchange=1, pattern 37 &amp;lt;meta, parent=0x474b280, 502:538-2147483647:2147483647

514: 0x47c06c0, fblock 0x4b4e580, fcontext 0x7f65b98544c0 siter 0x47b8f90

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b98544a0, 514:525

    numblockchange=1, pattern 10 ", parent=0x7f65b94d34e0, 513:514-525:526

526: 0x7f65b93c8720, fblock 0x4b4e580, fcontext 0x7f65b98544c0 siter 0x47b9150

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b98544a0, 514:525

    numblockchange=-1, pattern 10 ", parent=0x7f65b94d34e0, 513:514-525:526

536: 0x4b06100, fblock 0x2999960, fcontext 0x7f65b966b920 siter 0x47b9180

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b98544a0, 536:536

    numblockchange=1, pattern 10 ", parent=0x7f65b94d34e0, 535:536-536:537

537: 0x7f65b9856ea0, fblock 0x2999960, fcontext 0x7f65b966b920 siter 0x47b8c00

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b98544a0, 536:536

    numblockchange=-1, pattern 10 ", parent=0x7f65b94d34e0, 535:536-536:537

538: 0x4711b00, fblock 0x7f65b94d34e0, fcontext 0x7f65b98544a0 siter 0x47b8b90

    numcontextchange=-1,context 10, highlight (null), parent=(nil), 507:537

545: 0x7f65b9865d20, fblock 0x7f65b94d34a0, fcontext 0x7f65b9854e60 siter 0x47b7160

    numcontextchange=1,context 10, highlight (null), parent=(nil), 545:594

    numblockchange=1, pattern 37 &amp;lt;meta, parent=0x7f65b94d34e0, 540:595-2147483647:2147483647

552: 0x7f65b98670c0, fblock 0x7f65b9871700, fcontext 0x7f65b9878ca0 siter 0x46ff2a0

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b9854e60, 552:558

    numblockchange=1, pattern 10 ", parent=0x7f65b94d34a0, 551:552-558:559

559: 0x7f65b94d3560, fblock 0x7f65b9871700, fcontext 0x7f65b9878ca0 siter 0x47b9090

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b9854e60, 552:558

    numblockchange=-1, pattern 10 ", parent=0x7f65b94d34a0, 551:552-558:559

569: 0x7f65b971d4c0, fblock 0x7f65b99e77a0, fcontext 0x46eaf80 siter 0x28bad20

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b9854e60, 569:593

    numblockchange=1, pattern 10 ", parent=0x7f65b94d34a0, 568:569-593:594

594: 0x7f65b9c9b500, fblock 0x7f65b99e77a0, fcontext 0x46eaf80 siter 0x47b8b30

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b9854e60, 569:593

    numblockchange=-1, pattern 10 ", parent=0x7f65b94d34a0, 568:569-593:594

595: 0x7f65b9b0ff60, fblock 0x7f65b94d34a0, fcontext 0x7f65b9854e60 siter 0x47bc100

    numcontextchange=-1,context 10, highlight (null), parent=(nil), 545:594

602: 0x7f65b9c88900, fblock 0x7f65b94bd0c0, fcontext 0x7f65b9865c40 siter 0x47bae60

    numcontextchange=1,context 187, highlight (null), parent=(nil), 602:614

    numblockchange=1, pattern 3538 &amp;lt;?php, parent=0x7f65b94d34a0, 597:602-614:616

611: 0x7f65b93d9280, fblock 0x7f65b9b57940, fcontext 0x7f65b9865c40 siter 0x47b8d50

    numblockchange=1, pattern 8126 (, parent=0x7f65b94bd0c0, 610:611-611:612

612: 0x7f65b9c0a480, fblock 0x7f65b9b57940, fcontext 0x7f65b9865c40 siter 0x47b9790

    numblockchange=-1, pattern 8126 (, parent=0x7f65b94bd0c0, 610:611-611:612

616: 0x7f65b9a3bc40, fblock 0x7f65b94bd0c0, fcontext 0x7f65b9865c40 siter 0x47baf50

    numcontextchange=-1,context 187, highlight (null), parent=(nil), 602:614

    numblockchange=-1, pattern 3538 ?&amp;gt;, parent=0x7f65b94d34a0, 597:602-614:616

625: 0x7f65b9856340, fblock 0x47c0540, fcontext 0x7f65b99b4980 siter 0x47bd410

    numcontextchange=1,context 12, highlight (null), parent=(nil), 625:654

    numblockchange=1, pattern 50 &amp;lt;script, parent=0x7f65b94d34a0, 618:1239-654:663

632: 0x48f1820, fblock 0x7f65b94a9700, fcontext 0x7f65b99e1760 siter 0x2983160

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 632:636

    numblockchange=1, pattern 10 ", parent=0x47c0540, 631:632-636:637

637: 0x7f65b9877800, fblock 0x7f65b94a9700, fcontext 0x7f65b99e1760 siter 0x47b1a60

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 632:636

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 631:632-636:637

653: 0x7f65b9c90ac0, fblock 0x7f65b9857880, fcontext 0x7f65b9791060 siter 0x2998400

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 653:688

    numblockchange=1, pattern 10 ", parent=0x47c0540, 652:653-688:689

689: 0x7f65b9a1af20, fblock 0x7f65b9857880, fcontext 0x7f65b9791060 siter 0x2998860

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 653:688

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 652:653-688:689

704: 0x7f65b9574960, fblock 0x7f65b9825560, fcontext 0x7f65b9854ec0 siter 0x47b8b60

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 704:711

    numblockchange=1, pattern 10 ", parent=0x47c0540, 703:704-711:712

712: 0x7f65b9b0e860, fblock 0x7f65b9825560, fcontext 0x7f65b9854ec0 siter 0x2998490

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 704:711

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 703:704-711:712

718: 0x7f65b9825540, fblock 0x7f65b99e5200, fcontext 0x47192c0 siter 0x298ff50

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 718:830

    numblockchange=1, pattern 10 ", parent=0x47c0540, 717:718-830:831

831: 0x47c0720, fblock 0x7f65b99e5200, fcontext 0x47192c0 siter 0x48fb130

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 718:830

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 717:718-830:831

839: 0x7f65b98562e0, fblock 0x7f65b93d92c0, fcontext 0x7f65b9c990c0 siter 0x29a04a0

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 839:1008

    numblockchange=1, pattern 10 ", parent=0x47c0540, 838:839-1008:1009

1009: 0x7f65b9c888a0, fblock 0x7f65b93d92c0, fcontext 0x7f65b9c990c0 siter 0x299e610

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 839:1008

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 838:839-1008:1009

1019: 0x7f65b9825520, fblock 0x7f65b9b0e820, fcontext 0x7f65b99e5380 siter 0x470dcc0

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1019:1036

    numblockchange=1, pattern 10 ", parent=0x47c0540, 1018:1019-1036:1037

1037: 0x7f65b94d3520, fblock 0x7f65b9b0e820, fcontext 0x7f65b99e5380 siter 0x48fb200

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1019:1036

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 1018:1019-1036:1037

1066: 0x47c0840, fblock 0x24df880, fcontext 0x7f65b9825500 siter 0x298fc40

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1066:1075

    numblockchange=1, pattern 10 ", parent=0x47c0540, 1065:1066-1075:1076

1076: 0x7f65b9856300, fblock 0x24df880, fcontext 0x7f65b9825500 siter 0x4713360

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1066:1075

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 1065:1066-1075:1076

1087: 0x7f65b93eaba0, fblock 0x7f65b93eab60, fcontext 0x7f65b93eab80 siter 0x299a070

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1087:1094

    numblockchange=1, pattern 10 ", parent=0x47c0540, 1086:1087-1094:1095

1095: 0x7f65b93dee00, fblock 0x7f65b93eab60, fcontext 0x7f65b93eab80 siter 0x29984c0

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1087:1094

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 1086:1087-1094:1095

1135: 0x7f65b93dee60, fblock 0x7f65b93dee20, fcontext 0x7f65b93dee40 siter 0x2983790

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1135:1142

    numblockchange=1, pattern 10 ", parent=0x47c0540, 1134:1135-1142:1143

1143: 0x7f65b93deee0, fblock 0x7f65b93dee20, fcontext 0x7f65b93dee40 siter 0x47b9920

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1135:1142

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 1134:1135-1142:1143

1186: 0x7f65b93def80, fblock 0x7f65b93def00, fcontext 0x7f65b93def60 siter 0x47b9aa0

    numcontextchange=1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1186:1205

    numblockchange=1, pattern 10 ", parent=0x47c0540, 1185:1186-1205:1206

1206: 0x7f65b93defa0, fblock 0x7f65b93def00, fcontext 0x7f65b93def60 siter 0x47baca0

    numcontextchange=-1,context 5, highlight attribute-string, parent=0x7f65b99b4980, 1186:1205

    numblockchange=-1, pattern 10 ", parent=0x47c0540, 1185:1186-1205:1206

1229: 0x7f65b9c87640, fblock 0x7f65b9c87600, fcontext 0x7f65b9c87620 siter 0x47b9730

    numcontextchange=1,context 6, highlight attribute-string, parent=0x7f65b99b4980, 1229:1233

    numblockchange=1, pattern 12 ', parent=0x47c0540, 1228:1229-1233:1234

1234: 0x7f65b9c87660, fblock 0x7f65b9c87600, fcontext 0x7f65b9c87620 siter 0x2998520

    numcontextchange=-1,context 6, highlight attribute-string, parent=0x7f65b99b4980, 1229:1233

    numblockchange=-1, pattern 12 ', parent=0x47c0540, 1228:1229-1233:1234

1239: 0x7f65b9c876c0, fblock 0x47c0540, fcontext 0x7f65b9c876a0 siter 0x299a100

    numcontextchange=1,context 13, highlight (null), parent=0x7f65b99b4980, 1239:2147483647

1240: 0x7f65b9c877a0, fblock 0x47c0540, fcontext 0x7f65b9c87720 siter 0x298fd90

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1240:1247

1248: 0x7f65b9b0e800, fblock 0x47c0540, fcontext 0x7f65b9c87720 siter 0x4708e70

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1240:1247

1274: 0x7f65b9b0e880, fblock 0x47c0540, fcontext 0x7f65b9b0e840 siter 0x470b430

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1274:1283

1284: 0x7f65b9b0e8a0, fblock 0x47c0540, fcontext 0x7f65b9b0e840 siter 0x299a0d0

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1274:1283

1293: 0x7f65b93def20, fblock 0x47c0540, fcontext 0x7f65b9b0e8c0 siter 0x29984f0

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1293:1298

1299: 0x7f65b9a1af00, fblock 0x47c0540, fcontext 0x7f65b9b0e8c0 siter 0x47b8c60

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1293:1298

1336: 0x7f65b9854500, fblock 0x47c0540, fcontext 0x7f65b966b840 siter 0x2983760

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1336:1341

1342: 0x7f65b9550120, fblock 0x47c0540, fcontext 0x7f65b966b840 siter 0x299dc40

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1336:1341

1357: 0x7f65b9b0e8e0, fblock 0x7f65b99b6f00, fcontext 0x7f65b9c876a0 siter 0x299a160

    numblockchange=1, pattern 59 (, parent=0x47c0540, 1356:1357-1363:1364

1358: 0x7f65b9b0e920, fblock 0x7f65b99b6f00, fcontext 0x7f65b9b0e900 siter 0x47b70a0

    numcontextchange=1,context 19, highlight js-string, parent=0x7f65b9c876a0, 1358:1362

1363: 0x7f65b9b0e940, fblock 0x7f65b99b6f00, fcontext 0x7f65b9b0e900 siter 0x28bb360

    numcontextchange=-1,context 19, highlight js-string, parent=0x7f65b9c876a0, 1358:1362

1364: 0x7f65b9b0e960, fblock 0x7f65b99b6f00, fcontext 0x7f65b9c876a0 siter 0x298fd60

    numblockchange=-1, pattern 59 (, parent=0x47c0540, 1356:1357-1363:1364

1369: 0x7f65b9b0e9a0, fblock 0x47c0540, fcontext 0x7f65b9b0e980 siter 0x49016c0

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1369:1574

1575: 0x7f65b9a1ae20, fblock 0x47c0540, fcontext 0x7f65b9b0e980 siter 0x298fe90

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1369:1574

1589: 0x7f65b9a1aec0, fblock 0x47c0540, fcontext 0x7f65b9a1aea0 siter 0x47bab50

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1589:1596

1597: 0x7f65b9a1aee0, fblock 0x47c0540, fcontext 0x7f65b9a1aea0 siter 0x47b8e70

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1589:1596

1607: 0x7f65b9a1af80, fblock 0x47c0540, fcontext 0x7f65b9a1af40 siter 0x47b8ed0

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1607:1622

1623: 0x7f65b99e5220, fblock 0x47c0540, fcontext 0x7f65b9a1af40 siter 0x47b9b00

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1607:1622

1628: 0x7f65b99e5260, fblock 0x47c0540, fcontext 0x7f65b99e5240 siter 0x47bac10

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1628:1634

1635: 0x7f65b99e5280, fblock 0x47c0540, fcontext 0x7f65b99e5240 siter 0x47b9700

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1628:1634

1646: 0x7f65b99e52c0, fblock 0x47c0540, fcontext 0x7f65b99e52a0 siter 0x47b8aa0

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1646:1896

1897: 0x7f65b99e5360, fblock 0x47c0540, fcontext 0x7f65b99e52a0 siter 0x47bd6c0

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1646:1896

1908: 0x7f65b9867c00, fblock 0x47c0540, fcontext 0x7f65b99e53a0 siter 0x47baf80

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1908:1934

1935: 0x7f65b9867c20, fblock 0x47c0540, fcontext 0x7f65b99e53a0 siter 0x47b9120

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1908:1934

1949: 0x7f65b9867c60, fblock 0x47c0540, fcontext 0x7f65b9867c40 siter 0x47bbd30

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1949:2159

2160: 0x7f65b9867ca0, fblock 0x47c0540, fcontext 0x7f65b9867c40 siter 0x47b8d80

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 1949:2159

2165: 0x7f65b9867ce0, fblock 0x47c0540, fcontext 0x7f65b9867cc0 siter 0x47b9ad0

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 2165:2172

2173: 0x7f65b9867d00, fblock 0x47c0540, fcontext 0x7f65b9867cc0 siter 0x47b8ea0

    numcontextchange=-1,context 18, highlight js-string, parent=0x7f65b9c876a0, 2165:2172

2190: 0x7f65b9867d60, fblock 0x47c0540, fcontext 0x7f65b9867d20 siter 0x47b98f0

    numcontextchange=1,context 18, highlight js-string, parent=0x7f65b9c876a0, 2190:2147483647

END OF DUMP


**

ERROR:bftextview2_scanner.c:2329:scancache_check_integrity: code should not be reached


=====


McZ

&lt;/pre&gt;</description>
    <dc:creator>Martin crysman Zahradník</dc:creator>
    <dc:date>2013-06-05T10:51:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2703">
    <title>Re: crash resolved in r7954</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2703</link>
    <description>&lt;pre&gt;El 02/06/13 10:44, Olivier Sessink escribió:

worked fine. thank you.  :)
&lt;/pre&gt;</description>
    <dc:creator>Legion 1978</dc:creator>
    <dc:date>2013-06-02T15:58:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2702">
    <title>Re: crash resolved in r7954</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2702</link>
    <description>&lt;pre&gt;
fixed in svn!

please try again!

Olivier

&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-02T15:44:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2701">
    <title>Re: crash resolved in r7954</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2701</link>
    <description>&lt;pre&gt;El 02/06/13 03:32, Olivier Sessink escribió:
cant compile latest build. what library am i missing?

gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" 
-DPKGDATADIR=\"/usr/local/share/bluefish\" 
-DPKGLIBDIR=\"/usr/local/lib/bluefish\"  -I.     -g -O2 -Wall -pipe 
-I/usr/include/python2.7 -pthread -I/usr/include/gtk-3.0 
-I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include 
-I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/libxml2    -MT bftextview2_scanner.o -MD -MP -MF 
.deps/bftextview2_scanner.Tpo -c -o bftextview2_scanner.o 
bftextview2_scanner.c
bftextview2_scanner.c: En la función ‘mark_needscanning’:
bftextview2_scanner.c:384:14: aviso: variable ‘it1’ sin usar 
[-Wunused-variable]
bftextview2_scanner.c: En la función ‘cleanup_scanner’:
bftextview2_scanner.c:2352:29: error: ‘BluefishTextView’ no tiene un 
miembro llamado ‘spellcheck’
make[3]: *** [bftextview2_scanner.o] Error 1
make[3]: se sale del directorio «/home/legion/bluefish/src»
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio «/home/legion/bluefish/src»
make[1]: *** [all] Error 2
make[1]: se sale del directorio «/home/legion/bluefish/src»
make: *** [all-recursive] Error 1

&lt;/pre&gt;</description>
    <dc:creator>Legion 1978</dc:creator>
    <dc:date>2013-06-02T12:23:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2700">
    <title>Re: crash resolved in r7954</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2700</link>
    <description>&lt;pre&gt;El 02/06/13 03:32, Olivier Sessink escribió:
Ok. this week ive been working with rev7941. i did not have crashes 
related to selections or ctrl z like before. ill update to latest :)

I did have one crash, but i havent been able to reproduce it and it 
-strangely enough- only occurs when i call bluefish by normal means 
(launcher, menu or synapse) and not when i start it from the console. it 
could be just coincidence. I know it has to do with autocompletion and 
it causes bluefish to lock and gui becomes unresponsive, and i have to 
kill it. My settings for autocompletion are "show inmediatly" and 
threshold is 1. The 3 options at the bottom are all checked.
--
When i was typing this, went to bf to check these options, changed the 
shortcut to ctrl alt space and tried it randomly in an open document. bf 
crashed completely.
heres the output

--&amp;gt;8
***
markregion profiling: changes:1008, allocs=0, walks=1023, 
new/append/prepend/insert=45,436508/2,976190/0,198413/4,960317
***
scanning run 458 (11 ms): 0, 0, 0, 11; from 0-2634, 
loops=2947,chars=2634,blocks 50/46 (0) contexts 56/53 (0) scancache 153
memory scancache 1410(22Kb+55Kb) found 221(5Kb) fcontext 571(8Kb) = 63Kb
average 168513 chars/s 167 chars/run
scancache integrity check done in 0,037000 ms.

(bluefish:3768): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 12: Se cerró el 
elemento «b», pero el elemento que está abierto actualmente es «markup»

(bluefish:3768): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 12: Se cerró el 
elemento «b», pero el elemento que está abierto actualmente es «markup»

(bluefish:3768): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 12: Se cerró el 
elemento «b», pero el elemento que está abierto actualmente es «markup»
abort offering closing tag: block has an end already
Violación de segmento (`core' generado)

/ / / / tested again

cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 
0(0Kb) = 0Kb
bluefish_text_view_set_mimetype, apply needscanning to 0:0
cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 
0(0Kb) = 0Kb
bluefish_text_view_set_mimetype, apply needscanning to 0:2634
Possible error in language file, id - / pattern } has ends_context=2, 
but has only 2 parent contexts
Possible error in language file, id end-style-tag / pattern &amp;lt;/style&amp;gt; has 
ends_context=3, but has only 3 parent contexts
Language statistics for ASP-VBS from 
/usr/local/share/bluefish/bflang//asp-vbscript.bflang2
reference size           27,76 Kbytes
largest table  2722 (   680,50 Kbytes)
total tables  20551 (  5137,75 Kbytes)
contexts        189 (     4,43 Kbytes)
matches        3883 (   106,18 Kbytes)
blocks            9 (     0,14 Kbytes)
cleanup_scanner, memory scancache 0(0Kb+0Kb) found 0(0Kb) fcontext 
0(0Kb) = 0Kb
bluefish_text_view_rescan, apply needscanning to 0:2634
bftextview2_mr_find_region2scan, got region 0:2634
bftextview2_mr_find_region2scan, tried itsers at 0:2634, got iters at 0:2634
bftextview2_run_scanner, region done until 2634, mark needscanning from 
2634:2634
***
markregion profiling: changes:5, allocs=0, walks=4, 
new/append/prepend/insert=20,000000/0,000000/0,000000/40,000000
***
scanning run 1 (3 ms): 0, 0, 0, 3; from 0-2634, 
loops=2947,chars=2634,blocks 50/46 (0) contexts 56/53 (0) scancache 153
memory scancache 153(2Kb+5Kb) found 50(1Kb) fcontext 56(0Kb) = 7Kb
average 878000 chars/s 2634 chars/run
scancache integrity check done in 0,045000 ms.

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 12: Se cerró el 
elemento «b», pero el elemento que está abierto actualmente es «markup»
abort offering closing tag: block has an end already

(bluefish:14861): Pango-WARNING **: pango_layout_set_markup_with_accel: 
Error en la línea 1, carácter 101: Texto codificado como UTF-8 en el 
nombre no válido; «\xe8,\xac    \xc0\xa9\xb0    \xa0)\xac 
j\xbd8\xf4\xa8\u0011\xb0    0\xa7\xaf    &amp;lt; at &amp;gt;\xa6\xaf 
\xd5ff\x97\xc0\xf1\xad    \xa0\xa9\xb0     \xa7\xaf 
\x93\xbf\x87\u000b\xd8\u001a\xab    \xc0\xa7\xae    `)\xac 
\xf7\xcb~|p\xe8\xa4    p)\xac    \xa0\xa7\xaf    O\x82\xc3W&amp;lt; at &amp;gt;˨  )\xac    
» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 17: Texto codificado 
como UTF-8 en el nombre no válido; «\u0008V\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\u0010r\xb0    &amp;gt;» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 28: Texto codificado 
como UTF-8 en el nombre no válido; «\u0015\xb0\xa7    \x99\u0012\xa2    
`» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «&amp;lt; at &amp;gt;g\xac    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «Hw\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «H\x9b\xa4 \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «P\xa1s\xb7`\xaa\xa5    \u0001» no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 2, carácter 2: Texto codificado 
como UTF-8 en el nombre no válido; «P\xa1s\xb7\x80\xa7\xad
» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 23: Texto codificado 
como UTF-8 en el nombre no válido; «`\u0010\xaa    \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «`]\xac    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «`\xa7\xae » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «h\xe6\xa6 \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 14: Texto codificado 
como UTF-8 en el nombre no válido; «p\xd4Ķ\x81» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\x94\xaf    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xa9\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xcas\xb7(\x8c\u007f    » no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 17: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xcas\xb7&amp;lt; at &amp;gt;\xd2\u007f    » no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 19: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xd4Ķ\u0011» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\x98H\xb0 » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 23: Texto codificado 
como UTF-8 en el nombre no válido; «\x98\xe1\xaf    \u0001\u0001» no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\xa0o\xaf » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 14: Texto codificado 
como UTF-8 en el nombre no válido; «\xa1tico» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\xac\xcas\xb7\u0010ȯ    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\xac\xcas\xb7P\xb9\u007f    » no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 24: Texto codificado 
como UTF-8 en el nombre no válido; «\xb8\u001d\xa5    \u0019» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\xc0\u0004\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\xd0ư    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «\xd8\xe7\xa5    \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «\xe0L\xb0 \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 101: Texto 
codificado como UTF-8 en el nombre no válido; «\xe8,\xac \xc0\xa9\xb0    
\xa0)\xac    j\xbd8\xf4\xa8\u0011\xb0 0\xa7\xaf    &amp;lt; at &amp;gt;\xa6\xaf    
\xd5ff\x97\xc0\xf1\xad \xa0\xa9\xb0     \xa7\xaf    
\x93\xbf\x87\u000b\xd8\u001a\xab \xc0\xa7\xae`)\xac    
\xf7\xcb~|p\xe8\xa4    p)\xac \xa0\xa7\xaf    O\x82\xc3W&amp;lt; at &amp;gt;˨     )\xac    
» no es válido
abort offering closing tag: block has an end already

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 17: Texto codificado 
como UTF-8 en el nombre no válido; «\u0008V\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\u0010r\xb0    &amp;gt;» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 28: Texto codificado 
como UTF-8 en el nombre no válido; «\u0015\xb0\xa7    \x99\u0012\xa2    
`» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «&amp;lt; at &amp;gt;g\xac    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «Hw\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «H\x9b\xa4 \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «P\xa1s\xb7`\xaa\xa5    \u0001» no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 2, carácter 2: Texto codificado 
como UTF-8 en el nombre no válido; «P\xa1s\xb7\x80\xa7\xad
» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 23: Texto codificado 
como UTF-8 en el nombre no válido; «`\u0010\xaa    \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «`]\xac    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «`\xa7\xae » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «h\xe6\xa6 \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 14: Texto codificado 
como UTF-8 en el nombre no válido; «p\xd4Ķ\x81» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\x94\xaf    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xa9\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xcas\xb7(\x8c\u007f    » no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 17: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xcas\xb7&amp;lt; at &amp;gt;\xd2\u007f    » no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 19: Texto codificado 
como UTF-8 en el nombre no válido; «\x90\xd4Ķ\u0011» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\x98H\xb0 » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 23: Texto codificado 
como UTF-8 en el nombre no válido; «\x98\xe1\xaf    \u0001\u0001» no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\xa0o\xaf » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 14: Texto codificado 
como UTF-8 en el nombre no válido; «\xa1tico» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\xac\xcas\xb7\u0010ȯ    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 22: Texto codificado 
como UTF-8 en el nombre no válido; «\xac\xcas\xb7P\xb9\u007f    » no es 
válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 24: Texto codificado 
como UTF-8 en el nombre no válido; «\xb8\u001d\xa5    \u0019» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\xc0\u0004\xb0    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 13: Texto codificado 
como UTF-8 en el nombre no válido; «\xd0ư    » no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «\xd8\xe7\xa5    \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 18: Texto codificado 
como UTF-8 en el nombre no válido; «\xe0L\xb0 \u0001» no es válido

(bluefish:14861): Gtk-WARNING **: Failed to set text from markup due to 
error parsing markup: Error en la línea 1, carácter 101: Texto 
codificado como UTF-8 en el nombre no válido; «\xe8,\xac \xc0\xa9\xb0    
\xa0)\xac    j\xbd8\xf4\xa8\u0011\xb0 0\xa7\xaf    &amp;lt; at &amp;gt;\xa6\xaf    
\xd5ff\x97\xc0\xf1\xad \xa0\xa9\xb0     \xa7\xaf    
\x93\xbf\x87\u000b\xd8\u001a\xab \xc0\xa7\xae`)\xac    
\xf7\xcb~|p\xe8\xa4    p)\xac \xa0\xa7\xaf    O\x82\xc3W&amp;lt; at &amp;gt;˨     )\xac    
» no es válido
Violación de segmento (`core' generado)

&lt;/pre&gt;</description>
    <dc:creator>Legion 1978</dc:creator>
    <dc:date>2013-06-02T12:00:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2698">
    <title>Re: CSS parser bug?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2698</link>
    <description>&lt;pre&gt;
hmmm I'm trying to support the grouping feature without causing
regression in other parts, but it seems to be a limitation in Bluefish.

Olivier

&lt;/pre&gt;</description>
    <dc:creator>Olivier Sessink</dc:creator>
    <dc:date>2013-06-01T12:36:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2697">
    <title>Re: CSS parser bug?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2697</link>
    <description>&lt;pre&gt;On Tue, 28 May 2013 13:11:32 +0200
Olivier Sessink &amp;lt;olivier-nC7VSXl9xTvubjhGYR2Sn81g+rXCo1yR&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


block folding in css was request here:
https://bugzilla.gnome.org/show_bug.cgi?id=649036
working example:
https://bug649036.bugzilla-attachments.gnome.org/attachment.cgi?id=188615

I have to see if the bug reported by Martin is new and how to fix.
Sorry I'm very slow at the moment.

ff

&lt;/pre&gt;</description>
    <dc:creator>clansco</dc:creator>
    <dc:date>2013-05-30T06:33:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2696">
    <title>Re: CSS parser bug?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2696</link>
    <description>&lt;pre&gt;On Tue, 28 May 2013 13:11:32 +0200
Olivier Sessink &amp;lt;olivier-nC7VSXl9xTvubjhGYR2Sn81g+rXCo1yR&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



ok, I see : the comment at the start of the line.
I will have a look asap.

&lt;/pre&gt;</description>
    <dc:creator>clansco</dc:creator>
    <dc:date>2013-05-29T06:38:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.bluefish.user/2695">
    <title>Open Advanced...</title>
    <link>http://permalink.gmane.org/gmane.comp.web.bluefish.user/2695</link>
    <description>&lt;pre&gt;Hello,

please, what is the proper syntax for File -&amp;gt; "Open Advenced..." -&amp;gt; Pattern:
?

I would like to add a combined mask, something like:

This would work in many dual panel file commanders (e.g. Double
Commander I am using), but is not in BF. Am I doing something wrong or
it does not support multimask?

Thanks a lot, if it works, saves me a lot of time...

McZ

&lt;/pre&gt;</description>
    <dc:creator>Martin crysman Zahradník</dc:creator>
    <dc:date>2013-05-28T18:29:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.bluefish.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.bluefish.user</link>
  </textinput>
</rdf:RDF>
