[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Circe-help] Re: (invalid-function lui-save-undo-list)
From: |
Leo |
Subject: |
[Circe-help] Re: (invalid-function lui-save-undo-list) |
Date: |
Sat, 21 Oct 2006 10:07:14 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) |
On Fri, 20/10/06, Tassilo Horn wrote:
> Hi,
>
> since I updated my Emacs and circe from CVS today, I cannot start it
> anymore.
>
> ,----
> | Debugger entered--Lisp error: (invalid-function lui-save-undo-list)
> | lui-save-undo-list(t)
> | lui-set-prompt(#("> " 0 1 (face circe-prompt-face) 1 2 nil))
> | circe-server-mode()
> | circe("irc.freenode.net" "6667" "freenode")
> | irc()
> | call-interactively(irc)
> | execute-extended-command(nil)
> | call-interactively(execute-extended-command)
> `----
>
> Why?
>
> Regards,
> Tassilo
It seems the macro `lui-save-undo-list' is not expanded at
byte-compile. So I eval `lui-save-undo-list' before byte-compiling
lui.el and it works again. Or you could just delete lui.elc.
--
Leo