David Mitchell wrote:
> david alis wrote:
>> When I view posts containing J expressions sometimes parts of them are
>> changed into hyperlinks. Is this something my browser is doing and if
>> so is there something I can do to prevent it?
>>
>> For example, last friday's post from Raul Miller (Fri Oct 16 05:29:04
>> HKT 2009) has this problem.
>>
>> The source that Firefox displays shows that
>>  <. @  +  has been changed into
>>  &lt;<A HREF="http://jsoftware.com/cgi-bin/mailman/listinfo/programming";>.
>> at +</A>
>>
>> (same display in IE8)
>>
>> David
> 
> I see the effect you describe in
> 
> http://jsoftware.com/pipermail/programming/2009-October/016591.html
> 
> When I look at the same message locally in the Thunderbird client, the text
> 
> "<....@+"
> 
> has not been changed to a link.
> 
> --
> David Mitchell
> 

I tried this:

    load '...\j602\system\extras\util\pacman.ijs'
    httpget_jpacman_ 
'jsoftware.com/pipermail/programming/2009-October/016591.html'

+-+------------------------------+
|0|...\j602-user\temp\016591.html|
+-+------------------------------+

Here is the relevant excerpt from the file retrieved when viewed by a 
non-browser text editor:

...
Anyways, here's how I would write what you have written.

log=: 10&amp;^.
nrnd=: [ %~ 0.5 &lt;<A 
HREF="http://jsoftware.com/cgi-bin/mailman/listinfo/programming";>. at +</A> *
stdval=: &lt;.&amp;.log * 100 nrnd 96 nrnd (- &lt;.)&amp;.log
...

So it looks to me as if the forum archiving is converting some sequences to 
links.

--
David Mitchell
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to