emacs-devel
[Top][All Lists]
Advanced

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

byte-compile-file fails with latest cvs


From: Nic Ferrier
Subject: byte-compile-file fails with latest cvs
Date: 02 Feb 2002 20:39:24 +0000

I tried to byte compile a file and got the following stack trace:


Debugger entered--Lisp error: (void-function grep-compute-defaults)
  (grep-compute-defaults)
  (progn (grep-compute-defaults) grep-command)
  (or grep-command (progn (grep-compute-defaults) grep-command))
  (lambda (symbol) (or grep-command (progn ... grep-command)))(grep-command)
  custom-initialize-reset(grep-command nil)
  custom-declare-variable(grep-command nil 
("/home/nferrier/projects/gnu/emacs/local/share/emacs/21.2.50/lisp/progmodes/compile.elc"
 . 1938) :type string :get (lambda (symbol) (or grep-command (progn ... 
grep-command))) :group compilation)
  compilation-mode()
  byte-goto-log-buffer()
  byte-compile-log-file()
  byte-compile-from-buffer(#<buffer  *Compiler Input*> 
"/home/nferrier/projects/gnu/imapua/emacs-imap.el")
  byte-compile-file("~/projects/gnu/imapua/emacs-imap.el" nil)
* call-interactively(byte-compile-file)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)


I'm not sure if this is important or whether it's just my setup.


Nic



reply via email to

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