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 19:25:08 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

Here's another file which will also destroy `t' on the way.

If you change defconst to defvar the bug goes away!!

(defconst ozdoc-mark-begin "XB")
(defconst ozdoc-mark-end   "XE")
(defconst ozdoc-mark-text  "XT")
(defconst ozdoc-mark-open  "XO")
(defconst ozdoc-mark-close "XC")

(defun ozdoc-next-mark ()
  "leaves point in front of next MARK"
  (skip-chars-forward "X"))

(defun ozdoc-parse-spec ()
  t)

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


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





reply via email to

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