i also missed this. with this patch, everything should run fine under mule.
Michael Harnois wrote:
Another boo-boo.
Fatal error: assertion failed, file /usr/local/src/xemacs-21.2/src/symbols.c, line 3324,
UNBOUNDP (XSYMBOL (sym)->function)
*** Signal 6 (ignored)
cd ./src && make CC='gcc' CFLAGS='-g -O6 -march=i686'
LDFLAGS='' CPPFLAGS='' all
./temacs -nd -batch -l /usr/local/src/xemacs-21.2/src/../lisp/update-elc.el
Fatal error: assertion failed, file /usr/local/src/xemacs-21.2/src/symbols.c, line 3324,
UNBOUNDP (XSYMBOL (sym)->function)
--
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA
mdharnois(a)home.com aa0bt(a)aa0bt.ampr.org
Never invoke the gods unless you really want them to appear.
It annoys them very much. -- G.K. Chesterton
--
Ben
In order to save my hands, I am cutting back on my mail. I also write
as succinctly as possible -- please don't be offended. If you send me
mail, you _will_ get a response, but please be patient, especially for
XEmacs-related mail. If you need an immediate response and it is not
apparent in your message, please say so. Thanks for your understanding.
See also
http://www.666.com/ben/chronic-pain/
Index: code-files.el
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/lisp/code-files.el,v
retrieving revision 1.4.2.8
diff -u -r1.4.2.8 code-files.el
--- code-files.el 2000/06/01 09:26:47 1.4.2.8
+++ code-files.el 2000/07/20 05:34:31
@@ -551,9 +551,4 @@
start end filename append visit lockname
coding-system)))
-;;; The following was all that remained in mule-files.el, so I moved it
-;;; here for neatness. -sb
-(when (featurep 'mule)
- (setq-default buffer-file-coding-system 'iso-2022-8))
-
;;; code-files.el ends here
Index: mule/mule-coding.el
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/lisp/mule/mule-coding.el,v
retrieving revision 1.14.2.1
diff -u -r1.14.2.1 mule-coding.el
--- mule-coding.el 1999/02/17 14:02:00 1.14.2.1
+++ mule-coding.el 2000/07/20 05:34:32
@@ -185,4 +185,6 @@
(set-coding-category-system 'iso-lock-shift 'iso-2022-lock)
(set-coding-category-system 'no-conversion 'no-conversion)
+(setq-default buffer-file-coding-system 'iso-2022-8)
+
;;; mule-coding.el ends here