>>>> ML == Mats Lidell writes:
ML> During
compilation of haskell-mode.el XEmacs 21.5 gets a Segmentation
ML> fault.
Same happens for tramp/lisp/trampver.el and tramp/lisp/tramp-smb.el. Also,
removing of "-*-" and ";-*-" avoids the seg fault.
Using XEmacs 21.4.13 to compile the packages works fine.
The patch just for completeness, I guess the problem should better be fixed
in XEmacs 21.5.
cvs diff -u
Index: lisp/tramp-smb.el
===================================================================
RCS
file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/lisp/tramp-smb.el,v
retrieving revision 1.5
diff -u -r1.5 tramp-smb.el
--- lisp/tramp-smb.el 24 Dec 2004 00:24:05 -0000 1.5
+++ lisp/tramp-smb.el 11 Feb 2005 11:51:38 -0000
@@ -1,4 +1,4 @@
-;;; tramp-smb.el --- Tramp access functions for SMB servers -*- coding:
iso-8859-1; -*-
+;;; tramp-smb.el --- Tramp access functions for SMB servers coding:
iso-8859-1
;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
Index: lisp/trampver.el
===================================================================
RCS
file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/lisp/trampver.el,v
retrieving revision 1.7
diff -u -r1.7 trampver.el
--- lisp/trampver.el 16 Jan 2005 13:46:55 -0000 1.7
+++ lisp/trampver.el 11 Feb 2005 11:51:38 -0000
@@ -1,4 +1,4 @@
-;;; -*- mode: Emacs-Lisp; coding: iso-8859-1; -*-
+;;; mode: Emacs-Lisp; coding: iso-8859-1
;;; trampver.el --- Transparent Remote Access, Multiple Protocol
;;; lisp/trampver.el. Generated from trampver.el.in by configure.
--
Marcus