Re: Issues with japanese support
Masayuki Ataka <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
From: Masayuki Ataka <[email protected]> Subject: Re: Issues with japanese support Date: Fri, 18 Feb 2005 10:36:57 +0900 (JST) > > > (while (re-search-forward "\\(\\cj\\)\n\\(\\cj\\)" to t) > > is changed to... > > (let ((remove-newline (cancat LaTeX-nospace-between-char-regexp "\n" > LaTeX-nospace-between-char-regexp))) > (while (re-search-forward remove-newline to t) > Oops, `unwished-newline' is more appropriate than `remove-newline'. -- Masayuki Ataka.