From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Logan Lee <10464307@uts.edu.au> Newsgroups: gmane.emacs.help Subject: Re: Symbols function definition is void: oddp Date: 05 Jan 2007 10:35:34 +1100 Message-ID: <874pr69xh5.fsf@laptop.at.pyenos> References: <871wmaz9ji.fsf@laptop.at.pyenos> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167993704 23912 80.91.229.12 (5 Jan 2007 10:41:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 10:41:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 05 11:41:43 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2mW6-0000oD-KM for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jan 2007 11:41:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2mW6-0007eT-16 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jan 2007 05:41:42 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!snewsf0.syd.ops.aspac.uu.net!news1.optus.net.au!optus!newsfeeder.syd.optusnet.com.au!news.optusnet.com.au!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Lines: 23 Original-NNTP-Posting-Host: 211.30.187.144 Original-X-Trace: 1167993327 5747 211.30.187.144 Original-Xref: shelby.stanford.edu gnu.emacs.help:144543 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40147 Archived-At: 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 ### ### ### ######################################################