all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Loading .el file
Date: Mon, 25 Mar 2013 16:12:32 +0100	[thread overview]
Message-ID: <51506960.6050008@easy-emacs.de> (raw)
In-Reply-To: <Pine.LNX.4.64.1303251704490.24749@kepler.physics.usyd.edu.au>

Am 25.03.2013 08:23, schrieb Dennis Stello:
> Hi,
>
> I have been trying to load a custom .el file in emacs to add some personal functionalities when I run emacs.
> The file is called mesa-minor-mode.el and is attach here for completeness.  I have saved it in my ~/emacslisp/ and after a few unsuccesful attempts to get it working I also
> saved it in ~/.emacs.d/ just to be sure emacs was not being sensitive to where the file was.
>
> I run emacs version: GNU 21.4.1 x86_64-redhat-linux-gnu.
[ ... ]
> I also tried to replace tilde in the above attempts with the full path but still no luck.  Also replacing emacslisp with .emacs.d, as well as incl and removing '/' at the
> end of paths was tested.
>
> Any help with this would be greatly appreciated.
>
>
> Thanks



Hi Dennis,

seems something went wrong fundamentally.

A file-format with ending "el." for Emacs Lisp  is not a XML-File as attached.

Your XML-attachement points at the net, at github.

The minor mode you are looking for seems to exist at

https://github.com/jschwab/mesa-minor-mode/blob/master/mesa-minor-mode.el

Remains to download it at your machine and write into you .emacs for example something like

(load "MY_LOCAL_PATH_/mesa-minor-mode.el")

Certainly it should be possible to fetch code from the net on the fly if needed.

HTH,

Andreas




      parent reply	other threads:[~2013-03-25 15:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25  7:23 Loading .el file Dennis Stello
2013-03-25 15:04 ` Doug Lewan
2013-03-25 22:54   ` Dennis Stello
2013-03-25 15:12 ` Andreas Röhler [this message]

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=51506960.6050008@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --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.