* Symbols function definition is void: oddp
@ 2007-01-04 22:55 Logan Lee
2007-01-04 23:35 ` Logan Lee
2007-01-05 10:41 ` Joost Kremers
0 siblings, 2 replies; 4+ messages in thread
From: Logan Lee @ 2007-01-04 22:55 UTC (permalink / raw)
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.
--
######################################################
### ###
### Logan Lee ###
### ###
### About myself: ###
### I'm interested in GNU/Linux, C programming, ###
###+compiler design and artificial intelligence. ###
### I have used many distributions of GNU/Linux ###
###+in the past and currently I am using ###
###+Slackware 11 on a Pentinum 4 machine. ###
### ###
######################################################
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Symbols function definition is void: oddp
2007-01-04 22:55 Symbols function definition is void: oddp Logan Lee
@ 2007-01-04 23:35 ` Logan Lee
2007-01-04 23:40 ` Logan Lee
2007-01-05 10:41 ` Joost Kremers
1 sibling, 1 reply; 4+ messages in thread
From: Logan Lee @ 2007-01-04 23:35 UTC (permalink / raw)
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 ###
### ###
######################################################
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Symbols function definition is void: oddp
2007-01-04 23:35 ` Logan Lee
@ 2007-01-04 23:40 ` Logan Lee
0 siblings, 0 replies; 4+ messages in thread
From: Logan Lee @ 2007-01-04 23:40 UTC (permalink / raw)
Logan Lee <10464307@uts.edu.au> writes:
> 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")
It should be:
(load "/usr/share/emacs/site-lisp/erc/erc.el")
--
######################################################
### ###
### Logan Lee ###
### ###
######################################################
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Symbols function definition is void: oddp
2007-01-04 22:55 Symbols function definition is void: oddp Logan Lee
2007-01-04 23:35 ` Logan Lee
@ 2007-01-05 10:41 ` Joost Kremers
1 sibling, 0 replies; 4+ messages in thread
From: Joost Kremers @ 2007-01-05 10:41 UTC (permalink / raw)
Logan Lee wrote:
[a message that was multiposted to alt.os.linux.slackware]
please read the following url:
<http://oakroadsystems.com/genl/unice.htm#xpost>
btw, you're probably better off installing the latest version of erc,
rather that loading cl.el. see my post in aols.
--
Joost Kremers joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-01-05 10:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-04 22:55 Symbols function definition is void: oddp Logan Lee
2007-01-04 23:35 ` Logan Lee
2007-01-04 23:40 ` Logan Lee
2007-01-05 10:41 ` Joost Kremers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.