emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs aborts during byte-compilation from Dired


From: Kim F. Storm
Subject: Re: Emacs aborts during byte-compilation from Dired
Date: Fri, 23 Feb 2007 14:17:33 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

If you M-x byte-compile-file this reduced version,
Emacs will loop while byte-compiling the defun.

;;;--------------------------
(defconst ozdoc-mark-begin "\004B")

(defun ozdoc-next-mark ()
  "leaves point in front of next <MARK ...>"
  (skip-chars-forward "^\004"))

(defun ozdoc-parse-spec ()
  t)


;;; Local Variables: ***
;;; mode: emacs-lisp ***
;;; byte-compile-dynamic-docstrings: nil ***
;;; byte-compile-compatibility: t ***
;;; End: ***
;;;--------------------------

Again, Qt looks bogus:

(gdb) p Qt
$5 = 137819681
(gdb) xtype
Lisp_Symbol
(gdb) xsymbol
$6 = (struct Lisp_Symbol *) 0x836f620
0
(gdb) 


Removing this line seems to cure the problem:

;;; byte-compile-compatibility: t ***


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]