<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On Dec 4, 2005, at 1:22 AM, Allan Odgaard wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">You could do something like this instead:</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space">   </SPAN>symbolTransformation = '</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space">      </SPAN>s/^\W.*/-/m;</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space">      </SPAN>s/(\w+(?:\W+\w+){,7})\W*(.+)?/$1(?2:…)/m;</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space">   </SPAN>';</FONT></P> <BR class="Apple-interchange-newline"></BLOCKQUOTE></DIV><BR><DIV>Hm, doesn't work over here. Tried these lines:</DIV><DIV>{</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>markdown will pick up</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>this line</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>And this too</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>works well with long lines though, puts the ellipses as promised</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>}</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>It actually picks up all these lines, and does the ellipses nicely. This is how my preferences file looks:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>/* preferences */</DIV><DIV>{    showInSymbolList = '1';</DIV><DIV>    symbolTransformation = '</DIV><DIV>    s/^\W.*/-/m;</DIV><DIV>    s/(\w+(?:\W+\w+){,7})\W*(.+)?/$1(?2:…)/m;</DIV><DIV>   ';</DIV><DIV>}</DIV><BR><DIV> <DIV>Haris</DIV><DIV><BR class="khtml-block-placeholder"></DIV> </DIV><BR></BODY></HTML>