Re: Error message on validation.

"[email protected] [emacs-nxml-mode]" <[email protected]> 24 Jul 2015 07:06:46 -0700
Newsgroups gmane.emacs.nxml.general
Message-ID <[email protected]>
--9nlWnTS9ocNmxdhsK3FKVLWiM6a5jwOaA8HvrLV
Content-Type:  text/plain;  charset=utf-8 
Content-Transfer-Encoding: base64

Rm91bmQgaXQhDQoNCk9uIG15IFVidW50dSBkZXNrdG9wICh2ZXJzaW9uIDE0LjA0LCBJIHRo
aW5rKSwgSSBoYXZlIEVtYWNzIDI0IGluc3RhbGxlZC5bMV0NCkxpa2UgRGF2ZSBhbmQgTm9y
bSwgSSBncmVwcGVkIGZvciAic3RyaW5nLXRvLXNlcXVlbmNlIiBpbiBhbGwgdGhlIC5lbCBm
aWxlcw0KdGhhdCBtaWdodCBiZSBjYXVzaW5nIHRoZSBwcm9ibGVtLCBhbmQgZGlkIG5vdCBm
aW5kIGl0LiBCdXQgdGhlbiBJIGdyZXBwZWQNCmZvciBpdCBpbiAqYWxsKiBvZiB0aGUgLmVs
IGFuZCAuZWxjIGZpbGVzIGluIHRoZSBlbnRpcmUgc3lzdGVtLiBJIGZvdW5kIHRoYXQNCnNl
dmVyYWwgLmVsYyBmaWxlcyBoYWQgdGhhdCBmdW5jdGlvbiBjYWxsLCB3aGVyZSB0aGUgY29y
cmVzcG9uZGluZyAuZWwgZmlsZQ0KaGFkIHNvbWV0aGluZyBlbHNlIChzdHJpbmctdG8tbGlz
dCBvciBzdHJpbmctdG8tdmVjdG9yLCBzdXBwb3NlZGx5KS4gQWZ0ZXIgSQ0KcmUtYnl0ZS1j
b21waWxlZCB0aG9zZSAuZWwgZmlsZXMgaW50byBuZXcgLmVsYyBmaWxlcywgdGhlIG15c3Rl
cmlvdXMgZXJyb3INCmRpc2FwcGVhcmVkLg0KDQpOb3RlDQotLS0tDQpbMV0gR05VIEVtYWNz
IDI0LjMuMSAoeDg2XzY0LXBjLWxpbnV4LWdudSwgR1RLKyBWZXJzaW9uIDMuMTAuNykgb2YN
CiAgICAyMDE0LTAzLTA3IG9uIGxhbWlhaywgbW9kaWZpZWQgYnkgRGViaWFuLCB0byBiZSBw
cmVjaXNlLiBUaGUNCiAgICB1bmRlcmx5aW5nIERlYmlhbiBpcyB2ZXJzaW9uICJqZXNzaWUv
c2lkIi4=

--9nlWnTS9ocNmxdhsK3FKVLWiM6a5jwOaA8HvrLV
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit





<head>

<style type="text/css">
<!--

/* start of attachment style */
       .ygrp-photo-title{
         clear: both;
         font-size: smaller;
         height: 15px;
         overflow: hidden;
         text-align: center;
         width: 75px;
       }
       div.ygrp-photo{
         background-position: center;
         background-repeat: no-repeat;
         background-color: white;
         border: 1px solid black;
         height: 62px;
         width: 62px;
       }

       div.photo-title 
         a,
         div.photo-title a:active,
         div.photo-title a:hover,
         div.photo-title a:visited {
           text-decoration: none; 
       }

       div.attach-table div.attach-row {
         clear: both;
       }

       div.attach-table div.attach-row div {
         float: left;
         /* margin: 2px;*/
       }

       p {
         clear: both;
         padding: 15px 0 3px 0;
	 overflow: hidden;
       }

       div.ygrp-file {
         width: 30px;
         valign: middle;
       }
       div.attach-table div.attach-row div div a {
         text-decoration: none;
       }

       div.attach-table div.attach-row div div span {
         font-weight: normal;
       }

       div.ygrp-file-title {
         font-weight: bold;
       }
 /* end of attachment style */
        -->
        </style>
        </head>
<html>
<head>
<style type="text/css">
<!--
#ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
-->
</style>
</head>
<body>



<!-- |**|begin egp html banner|**| -->

<br><br>

<!-- |**|end egp html banner|**| -->


Found it!<br><br>On my Ubuntu desktop (version 14.04, I think), I have Emacs 24 installed.[1]<br>Like Dave and Norm, I grepped for &quot;string-to-sequence&quot; in all the .el files<br>that might be causing the problem, and did not find it. But then I grepped<br>for it in *all* of the .el and .elc files in the entire system. I found that<br>several .elc files had that function call, where the corresponding .el file<br>had something else (string-to-list or string-to-vector, supposedly). After I<br>re-byte-compiled those .el files into new .elc files, the mysterious error<br>disappeared.<br><br>Note<br>----<br>[1] GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of<br>&nbsp;&nbsp;&nbsp; 2014-03-07 on lamiak, modified by Debian, to be precise. The<br>&nbsp;&nbsp;&nbsp; underlying 
 Debian is version &quot;jessie/sid&quot;.



<!-- |**|begin egp html banner|**| -->

<br>


<br>

<!-- |**|end egp html banner|**| -->


<div width="1" style="color: white; clear: both;"/>__._,_.___</div>

      
  

    
    <div id="fromDMARC" style="clear:both; margin-top: 10px;">
         <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
         Posted by: [email protected]         <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
    </div>
<!-- Start Recommendations -->
<!-- End Recommendations -->



<!-- |**|begin egp html banner|**| -->

  <img src="http://geo.yahoo.com/serv?s=97476590/grpId=10952198/grpspId=1706030390/msgId=2178/stime=1437749053" width="1" height="1"> <br>

<!-- |**|end egp html banner|**| -->

  
<!-- |**|begin egp html banner|**| -->

<br>



   
     
 
        <!-- |**|begin egp html banner|**| -->
        <div id="ygrp-vital" style="background-color: #f2f2f2; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

        <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; "><a href="https://groups.yahoo.com/neo/groups/emacs-nxml-mode/info;_ylc=X3oDMTJmcnM2NjZmBF9TAzk3MzU5NzE0BGdycElkAzEwOTUyMTk4BGdycHNwSWQDMTcwNjAzMDM5MARzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE0Mzc3NDkwNTM-" style="text-decoration: none;">Visit Your Group</a></span>

     <ul style="list-style-type: none; margin: 0; padding: 0; display: inline;">
            <li style="border-right: 1px solid #000; font-weight: 700; display: inline; padding: 0 5px; margin-left: 0;">
      <span class="cat"><a href="https://groups.yahoo.com/neo/groups/emacs-nxml-mode/members/all;_ylc=X3oDMTJnampmdTI3BF9TAzk3MzU5NzE0BGdycElkAzEwOTUyMTk4BGdycHNwSWQDMTcwNjAzMDM5MARzZWMDdnRsBHNsawN2bWJycwRzdGltZQMxNDM3NzQ5MDUz" style="text-decoration: none;">New Members</a></span>
      <span class="ct" style="color: #ff7900;">1</span>
    </li>
                                              </ul>
  </div>


<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
  <a href="https://groups.yahoo.com/neo;_ylc=X3oDMTJlM3I1czVxBF9TAzk3NDc2NTkwBGdycElkAzEwOTUyMTk4BGdycHNwSWQDMTcwNjAzMDM5MARzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTQzNzc0OTA1Mw--" style="float: left;"><img src="http://l.yimg.com/ru/static/images/yg/img/email/new_logo/logo-groups-137x15.png" height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a>
  <div style="color: #747575; float: right;"> &bull; <a href="https://info.yahoo.com/privacy/us/yahoo/groups/details.html" style="text-decoration: none;">Privacy</a> &bull; <a href="mailto:[email protected]?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> &bull; <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/" style="text-decoration: none;">Terms of Use</a> </div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

   


  <br>

<!-- |**|end egp html banner|**| -->


<div style="color: white; clear: both;"/>__,_._,___</div>
</body>

</html>

--9nlWnTS9ocNmxdhsK3FKVLWiM6a5jwOaA8HvrLV--