>>>>"AB" == Alastair Burt <burt(a)dfki.de>
writes:
AB> Could someone also please tell me the tricks I need to get Mule and
AB> non-Mule versions of XEmacs to be installed in the same tree without the
AB> DOC files clashing.
;; both XEmacs/no-Mule and XEmacs/Mule:
;; (1) ./configure ... '--with-mule'; make
;; (2) mv src/xemacs src/xemacs-mule
;; mv lib-src/DOC lib-src/DOC-mule
;; (3) ./configure ...; make
(and (featurep 'mule)
(file-readable-p (expand-file-name "DOC-mule" doc-directory))
(setq internal-doc-file-name "DOC-mule"))
- Christoph