Click to See Complete Forum and Search --> : Emacs programs


ecks
03-06-2004, 06:07 PM
Does anybody hae any idea how to load elisp emacs programs and make them work? Please help me out, any help is appreciated.

ecks
03-07-2004, 01:06 PM
maybe I should rephrase in order to get my point across. What I am trying to accomplish is get a file off, let's say, http://www.emacswiki.org endinh with an .el extension. Then after that, I am trying to comile that source code into a program in order to be operatable by by my emacs text editor. Does anybody know how to accomplish this task?

mdwatts
03-07-2004, 04:59 PM
Originally posted by ecks
What I am trying to accomplish is get a file off, let's say, http://www.emacswiki.org endinh with an .el extension. Then after that, I am trying to comile that source code into a program in order to be operatable by by my emacs text editor.

You need assistance with both downloading the file and compiling?

Right-click on the file and select 'save link to disk'.

I'm not a emacs user and so I have no idea on how to compile. Do you first need to open the file in emacs and perhaps select 'compile' from one of the toolbars?

ecks
03-07-2004, 08:32 PM
No I know how to download the file! I do not know, however how to make it an executable file for it to work like a program under emacs.

mdwatts
03-08-2004, 01:40 PM
You need to change the file to executable in order for it to work with Emacs?

chmod +x filename.el