emacs-devel
[Top][All Lists]
Advanced

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

Re: CC Mode 5.30


From: David Ponce
Subject: Re: CC Mode 5.30
Date: Fri, 04 Jul 2003 08:25:33 +0200
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5a) Gecko/20030703

Hi,

Since that change Emacs fails to load generic-x with the following error:

Debugger entered--Lisp error: (void-variable c-emacs-features)
  (memq (quote 8-bit) c-emacs-features)
  (cond ((memq ... c-emacs-features) (modify-syntax-entry ...
  (progn (defvar rul-generic-mode-syntax-table nil ...
  (and (memq (quote rul-generic-mode) generic-extras-enable-list) ...
  eval-buffer(#<buffer  *load*> nil "generic-x" nil t)
  ;;; Reading at buffer position 37707
  load-with-code-conversion("c:/opt/emacs/lisp/generic-x.el" "generic-x" nil t)
  require(generic-x)

It seems that `c-emacs-features' was an auto-loaded definition in
previous version of cc-vars.el (1.29).

I tried to add an autoload cookie to `c-emacs-features' in cc-vars.el and
rebuilt loaddef.el, but then loadup fails on missing definition for
`c-mark-<-as-paren'.

Hope this helps.

David






reply via email to

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