On Wed, Jan 23, 2013 at 4:09 PM, Jonathan Gough
<jonathan.d.go...@gmail.com>wrote:

> Thanks for getting back to me Bob,
>
> I am using a mac, but I didn't edit those files.   In fact, I
> re-downloaded everything and the problem is the same.  I even used wget
> from a linux box to grab the files from your machine and they are
> identical.  if you go to
> http://myweb.brooklyn.liu.edu/jgough/jsmol/JSmolCore.js  and view page
> source, there isn't any gaps.  I used vi, and couldn't see any gaps either.
>


That's because those editors were programmed to ignore this sort of
cross-platform problem. Use a binary file reader. You will see. They are
there. Something you did mangled the files. Mine have

%0D%0A

(CR LF)

yours have

%0D%0D%0A

(CR CR LF)

What I did was to view source at the link you sent me, and then I
right-clicked the link to JSmolCore.js and saved that, then looked at it
with a binary file reader I have.

Mine:

008457:   _    j    s    m    o    l    f    o
008465:   r    m    d    i    v    _    _    "
008473: <20>   s    t    y    l    e    =    "
008481:   d    i    s    p    l    a    y    :
008489:   n    o    n    e    "    >    \  <0D>
008497: <0A> <09> <09> <09> <09>   <    f    o
008505:   r    m  <20>   i    d    =    "

Yours:

008643:   _    j    s    m    o    l    f    o
008651:   r    m    d    i    v    _    _    "
008659: <20>   s    t    y    l    e    =    "
008667:   d    i    s    p    l    a    y    :
008675:   n    o    n    e    "    >    \  <0D>
008683: <0D> <0A> <09> <09> <09> <09>   <    f
008691:   o    r    m  <20>   i    d    =    "

But even just with my browser at your link, above, I see the "double
spacing" line breaks.



Bob

-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Chemistry Department
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to