FileInfo

Languages

Overview

What is an ELC file? Compiled Lisp file created by Emacs, a customizable text editor; generated from a standard Lisp ( .EL ) file using the Emacs byte-code compiler ; may contain Emacs configuration settings or may provide extra program functionality.

More Information To compile an EL file, type the following command in Emacs: byte-compile-file "filename.el" Make sure to replace "filename.el" with the actual filename Lisp file you want to compile. The compiler will generate a compiled version of the file with the same filename and a ".elc" extension. NOTE: Compiled files can be loaded and run faster than plain text Lisp files. Therefore, most Emacs extensions are saved as compiled ELC files.

Popularity3.6/5

8 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Emacs Compiled Lisp file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperThe GNU Project
Popularity3.6 | 8 Votes

Previous / Next

In-Depth

.ELC File Extension

Emacs Compiled Lisp File

DeveloperThe GNU Project
Popularity
3.6  |  8 Votes
 

What is an ELC file?

Compiled Lisp file created by Emacs, a customizable text editor; generated from a standard Lisp ( .EL ) file using the Emacs byte-code compiler ; may contain Emacs configuration settings or may provide extra program functionality.

More Information

To compile an EL file, type the following command in Emacs:

byte-compile-file "filename.el"

Make sure to replace "filename.el" with the actual filename Lisp file you want to compile. The compiler will generate a compiled version of the file with the same filename and a ".elc" extension.

NOTE: Compiled files can be loaded and run faster than plain text Lisp files. Therefore, most Emacs extensions are saved as compiled ELC files.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference ELC files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Gnu Emacs

Free

Mac

Gnu Emacs

Free

Linux

Gnu Emacs

Free

Category: Developer Files

Updated: October 26, 2010

FAQ

What is an ELC file?
Compiled Lisp file created by Emacs, a customizable text editor; generated from a standard Lisp (.EL) file using the Emacs byte-code compiler; may contain Emacs configuration settings or may provide extra program functionality.