Yes, I think you're right, it probably is the reader. And I think the
reader should consider ^M as whitespace.
- vin
Hrvoje Niksic <hniksic(a)arsdigita.com> writes:
Vin Shelton <acs(a)xemacs.org> writes:
> When I looked at the file, it seems that every line is terminated
> with ^M. Since I am trying to build with a non-Mule XEmacs, the ^Ms
> confuse the byte compiler.
Or perhaps the reader? The byte-compiler should work with the data
structures provided by the reader.
If so, couldn't we fix the reader to consider ^M a whitespace
character like it does for newline, ^L, etc.?