>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje,
sorry to hear my patch is causing grief. I will try looking into this
tonight.
Is it OK if I do a possible patch against 21.2-b13?
Regards,
Adrian
Hrvoje> As explained in my previous message, Installation.el can safely go
Hrvoje> away by simply inserting the appropriate code elsewhere. Here is an
Hrvoje> implementation of that idea.
Hrvoje> NT people, could you please make `xemacs.mak' not generate
Hrvoje> Installation.el?
Hrvoje> top-level ChangeLog:
Hrvoje> 1999-05-03 Hrvoje Niksic <hniksic(a)srce.hr>
Hrvoje> * configure.in (xemacs_betaname): Don't generate Installation.el.
Hrvoje> * Makefile.in.in (top_distclean): Don't remove Installation.el.
Hrvoje> lisp/ChangeLog:
Hrvoje> 1999-05-03 Hrvoje Niksic <hniksic(a)srce.hr>
Hrvoje> * dumped-lisp.el (preloaded-file-list): Don't load
Hrvoje> Installation.el.
Hrvoje> * loadup.el (Installation-string): Define it here.
Hrvoje> --- configure.in.orig Mon May 3 17:17:55 1999
Hrvoje> +++ configure.in Mon May 3 17:17:58 1999
Hrvoje> @@ -4119,11 +4119,6 @@
Hrvoje> dnl echo "The above configure report is appended to
\"Installation\" file."
Hrvoje> echo ""
Hrvoje> -dnl Generate Installation.el
Hrvoje> -echo '(setq Installation-string "' > Installation.el
Hrvoje> -sed 's/"/\\"/g' Installation >> Installation.el
Hrvoje> -echo '")' >> Installation.el
Hrvoje> -
Hrvoje> dnl -----------------------------------
Hrvoje> dnl Now generate config.h and Makefiles
Hrvoje> dnl -----------------------------------
Hrvoje> --- lisp/dumped-lisp.el.orig Mon May 3 17:18:41 1999
Hrvoje> +++ lisp/dumped-lisp.el Mon May 3 17:18:43 1999
Hrvoje> @@ -2,7 +2,6 @@
Hrvoje> (assemble-list
Hrvoje> "backquote" ; needed for defsubst etc.
Hrvoje> "bytecomp-runtime" ; define defsubst
Hrvoje> - "Installation.el"
Hrvoje> "find-paths"
Hrvoje> "packages" ; Bootstrap run-time lisp environment
Hrvoje> "setup-paths"
Hrvoje> --- lisp/loadup.el.orig Mon May 3 17:12:06 1999
Hrvoje> +++ lisp/loadup.el Mon May 3 17:15:47 1999
Hrvoje> @@ -145,6 +145,11 @@
Hrvoje> ;;; for the sake of the next call to precompute-menubar-bindings.
Hrvoje> ;(setq define-key-rebound-commands nil)
Hrvoje> +(defvar Installation-string
Hrvoje> + (with-temp-buffer
Hrvoje> + (insert-file-contents "../Installation")
Hrvoje> + (buffer-string))
Hrvoje> + "Description of XEmacs installation.")
Hrvoje> ;; Note: all compiled Lisp files loaded above this point
Hrvoje> ;; must be among the ones parsed by make-docfile
--
Adrian Aichner Teradyne GmbH, European Design Center
Integra Test Division Telephone +49/89/41861(0)-208
Dingolfinger Strasse 2 Fax +49/89/41861-217 (What is a Fax?)
D-81673 MUENCHEN E-mail adrian.aichner(a)teradyne.com