Lennart Borgman <[EMAIL PROTECTED]> writes:

>> Some more information. Looking at the char syntax:
>>
>> (message "%s,%s,%s"
>>        (string (char-syntax ?\t))
>>        (string (char-syntax ?\r))
>>        (string (char-syntax ?\n)))
>>
>> gives " ,_,>" -- this is whitespace character, symbol constituent
>> and comment ender.
>>
>> Could part of the problem here be that the syntax table is broken on
>> w32 since ?\r is symbol constituent?

No, there is no ^M in the buffer.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to