help-gnu-emacs
[Top][All Lists]
Advanced

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

Problem byte-compiling icicles


From: Nordlöw
Subject: Problem byte-compiling icicles
Date: 23 May 2007 02:26:02 -0700
User-agent: G2/1.0

Hey again, Emacs icicles powercoders.


When I try to byte-compile icicles the build stops and I get the
following error

condition-case: End of file during parsing


And the debugger says:

Debugger entered--Lisp error: (error "End of file during parsing")
  signal(error ("End of file during parsing"))
  error("%s" "End of file during parsing")
  (condition-case act-on-choice (let (...) (setq icicle-candidate-
action-fn nil) (funcall ... cmd-choice)) (quit (icicle-try-switch-
buffer orig-buff) (setq last-command last-cmd)) (error (icicle-try-
switch-buffer orig-buff) (setq last-command last-cmd) (error
"%s" ...)))
  (let* ((orig-buff ...) (orig-window ...) (last-cmd last-command)
(icicle-candidate-action-fn ...)) nil (condition-case act-on-choice
(let ... ... ...) (quit ... ...) (error ... ... ...)) (setq last-
command last-cmd))
  icicle-execute-extended-command()
  call-interactively(icicle-execute-extended-command)
  recursive-edit()
  byte-code("Æ @Ç=ƒ!


What am I doing wrong?

/Nordlöw



reply via email to

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