Difference between revisions of "Main Page"

From WikEmacs
Jump to navigation Jump to search
Line 16: Line 16:
  
 
== Programming in Emacs ==
 
== Programming in Emacs ==
 +
 +
Integrated Development Environment (IDE) for Emacs is called [http://cedet.sourceforge.net/ CEDET]. See [http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html Gentle Introduction to CEDET].
 +
 +
For Literate Programming see [http://orgmode.org/worg/org-contrib/babel/ Org Babel].
 +
 
* [[Ada]]
 
* [[Ada]]
 
* [[antlr]]
 
* [[antlr]]

Revision as of 19:45, 24 March 2012

Welcome to WikEmacs - A Community Maintained Emacs Wiki

Consult the User's Guide for information on using the wiki software.

About

Useful resources for working with Gnu Emacs. See also Emacs (Wikipedia).

This wiki is intended as a next generation replacement for Emacswiki

Getting started

Programming in Emacs

Integrated Development Environment (IDE) for Emacs is called CEDET. See Gentle Introduction to CEDET.

For Literate Programming see Org Babel.

Productivity

Communication

Web browsing and web development

  • w3
  • w3m-el
  • Using an external browser
  • Using emacs as a browser's external editor
    • Firefox family
    • Webkit family (Safari, Chrome, etc)
    • Internet Explorer

Getting Involved