Re: Issues with japanese support

Masayuki Ataka <[email protected]>
Newsgroups gmane.emacs.auc-tex
Message-ID <[email protected]>
From: Ralf Angeli <[email protected]>
Subject: Re: Issues with japanese support
Date: Fri, 18 Feb 2005 13:17:02 +0100

> > (defcustom LaTeX-nospace-between-char-regexp
> >   (if (featurep 'xemacs)
> >     (if (and (boundp 'word-across-newline) word-across-newline)
> > 	word-across-newline
> >       ;; NOTE: '\ct' means `Chinese Taiwan' (XEmacs) but `Thai' (FSF Emacs).
> 
> I think this note is confusing here because the regexp is used only in
> the XEmacs case anyway.
 
This comment is not for XEmacs user/developer but for FSF
Emacs user/developer, who remove '\ct' because they think
that category `\ct` is 'Thai' in FSF Emacs.

But we need more explanation.

How about this;

;; NOTE: It is a bit dangerous to have a value of nil,
;; because the code in `LaTeX-fill-delete-newlines' could
;; match only "\n".  Of course this is very unlikely to
;; happen because there is a test for mule as well.  But if
;; we suppose that somebody removes that test without
;; looking at `LaTeX-nospace-between-char-regexp' this could
;; lead to problem.  The category '\ct' means 'Chinese
;; Taiwan' in XEmacs, although 'Thai' in FSF Emacs.  So FSF
;; Emacs user, do not remove '\ct', which is used only in
;; XEmacs.

Hmm, too long comment.  I'm not native English...

> >       "\\cj\\|\\cc\\|\\ct")
> >     "\\c|")

---
email: [email protected]
Name:: Masayuki Ataka // (Japan)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.