> So NBSP is useful, and Emacs should handle it properly.

BTW, could you try:

  (modify-syntax-entry (make-char 'latin-iso8859-1 160) "."
                       (standard-syntax-table))

and/or

  (modify-syntax-entry (make-char 'latin-iso8859-15 160) "."
                       (standard-syntax-table))

and see if it fixes your problem (it should) and also if it has other
undesirable side-effects?


        Stefan


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

Reply via email to