unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: rthoreau@iwon.com
To: help-gnu-emacs@gnu.org
Subject: RCIRC loading problem with Solaris 10!
Date: Tue, 29 Jan 2008 07:35:22 -0800 (PST)	[thread overview]
Message-ID: <07cd0012-f21a-4a3f-a6f2-197a0947ef4f@q21g2000hsa.googlegroups.com> (raw)

Hello: Fellow Emacs users;

I am in need of some assistance, I am using Emacs 21.3.1 off of the
Solaris 10 Companion cd and cannot get rcirc to load under emacs. I
have the .el file installed in the lisp directory and have followed
the instructions for rcirc.el file which is to put this into
my .emacs.

 (eval-after-load "rcirc"                ; for emacs 21
      '(if (not (functionp 'irc))
           (defun irc (x)
             (interactive "P")
             (if x
                 (call-interactively 'rcirc)
               (rcirc rcirc-server rcirc-port rcirc-nick
                      (rcirc-startup-channels rcirc-server))))))

But when I go to M-x irc, emacs is unable to load the rcirc package.

load-path's value is listed below.
("/opt/sfw/share/emacs/21.3/site-lisp" "/opt/sfw/share/emacs/site-
lisp" "/opt/sfw/share/emacs/21.3/leim" "/opt/sfw/share/emacs/21.3/
lisp" "/opt/sfw/share/emacs/21.3/lisp/toolbar" "/opt/sfw/share/emacs/
21.3/lisp/textmodes" "/opt/sfw/share/emacs/21.3/lisp/progmodes" "/opt/
sfw/share/emacs/21.3/lisp/play" "/opt/sfw/share/emacs/21.3/lisp/
obsolete" "/opt/sfw/share/emacs/21.3/lisp/net" "/opt/sfw/share/emacs/
21.3/lisp/mail" "/opt/sfw/share/emacs/21.3/lisp/language" "/opt/sfw/
share/emacs/21.3/lisp/international" "/opt/sfw/share/emacs/21.3/lisp/
gnus" "/opt/sfw/share/emacs/21.3/lisp/eshell" "/opt/sfw/share/emacs/
21.3/lisp/emulation" "/opt/sfw/share/emacs/21.3/lisp/emacs-lisp" "/opt/
sfw/share/emacs/21.3/lisp/calendar")

According to the load-path documentation it says the above are the
directories that emacs uses to search for .el files.

/opt/sfw/share/emacs/21.3/lisp

Is the file I have placed the rcirc.el file in, I can use load-file to
load the rcirc.el package. But for some reason it won't do it by it's
self. I would like the ability to load the file on emacs startup so
all I have to do is use the M-x irc without calling load-file.

Thanks;

rthoreau

             reply	other threads:[~2008-01-29 15:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-29 15:35 rthoreau [this message]
2008-01-29 20:09 ` RCIRC loading problem with Solaris 10! Peter Dyballa
     [not found] ` <mailman.6700.1201637368.18990.help-gnu-emacs@gnu.org>
2008-02-03 13:35   ` rthoreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=07cd0012-f21a-4a3f-a6f2-197a0947ef4f@q21g2000hsa.googlegroups.com \
    --to=rthoreau@iwon.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).