all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sam jesse <revrvr@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: function error at start up.
Date: Sun, 26 Jul 2009 16:31:39 +1000	[thread overview]
Message-ID: <cc0a0f5c0907252331m141f8880o8d47bf0e04d4dd3a@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

in my .emacs file I put

******************************************
;; Directory to put various el files.
(add-to-list 'load-path "~/.emacs.d/includes")

;; Loading ascii-table
(require 'ascii-table)

;; Loading collection of generic modes
(require 'generic-x)

;; If you have own color scheme and don't like to
;; use emacs default I recommend to use
;; this package:
;; http:/www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme
(add-to-list 'load-path ("~/.emacs.d/plugins/color-theme-6.6.0"))
(require 'color-theme)
(setq color-theme-is-global t)
(color-theme-initialize)
;; This is my favorite color theme.
(color-theme-deep-blue)
*******************************************

when I restart emacs I get
("C:\\Documents and Settings\\emp1\\My Documents\\emacs-22.3\\bin\\emacs
.exe")
Loading encoded-kb...done
Loading cl-macs...done


An error has occurred while loading `c:/Documents and
Settings/emp1/Application Data/.emacs':

Invalid function: ~/.emacs.d/plugins/color-theme-6.6.0
...

but I have a valid path to
C:\Documents and Settings\emp1\Application Data\.emacs
.d\plugins\color-theme-6.6.0


Thanks

[-- Attachment #2: Type: text/html, Size: 1662 bytes --]

             reply	other threads:[~2009-07-26  6:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-26  6:31 sam jesse [this message]
2009-07-26 17:04 ` function error at start up Drew Adams
2009-07-26 17:15   ` sam jesse
2009-07-26 17:52     ` Drew Adams
2009-07-26 21:30       ` sam jesse
2009-07-26 21:40         ` Lennart Borgman

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

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

  git send-email \
    --in-reply-to=cc0a0f5c0907252331m141f8880o8d47bf0e04d4dd3a@mail.gmail.com \
    --to=revrvr@gmail.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.
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.