[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Symbols function definition is void: oddp
From: |
Logan Lee |
Subject: |
Re: Symbols function definition is void: oddp |
Date: |
05 Jan 2007 10:35:34 +1100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Logan Lee <10464307@uts.edu.au> writes:
> I get this error when M-x erc-select and entered server, username and
> password:
> Symbols function definition is void: oddp
>
> My .emacs file is:
> ;; load paths
> (add-to-list 'load-path "/usr/share/emacs/site-lisp/erc")
>
> ;; erc
> (require 'erc)
>
> And, I have confirmed the erc path is correct. I don't understand the error
> message in line 2 of this article.
I have fixed this problem by adding the following in .emacs:
(load "/usr/share/emacs/site-lisp/erc.el")
--
######################################################
### ###
### Logan Lee ###
### ###
######################################################