Difference between revisions of "Main Page"

From WikEmacs
Jump to navigation Jump to search
(remove old reference to emacswiki. Changed initial invitation.)
(268 intermediate revisions by 56 users not shown)
Line 1: Line 1:
'''Welcome to WikEmacs - A Community Maintained Emacs Wiki'''
+
'''WikEmacs''' is here to stay.  Spread the word!
  
Consult [//meta.wikimedia.org/wiki/Help:Contents Mediawiki User's Guide] for contributing to this wiki. Apparently there is a [https://launchpad.net/mediawiki-el Mediawiki.el client]. Does anyone have any experience with it?
+
[[File:Emacs_parts.png|320px|thumb|right|Basic [[Emacs Terminology|terminology]] of typical Emacs GUI Frame]]
 +
__NOTOC__
 +
'''First time visitors''' can start [[#Explore WikEmacs|exploring WikEmacs]]. We have added lots of useful pages since the launch of WikEmacs.
  
== About ==
+
-----------
 +
We need more '''[[:Category:WikEmacs Contributor|WikEmacs contributors]]'''.  You can help the following way.
  
Useful resources for working with [http://www.gnu.org/software/emacs/emacs.html Gnu Emacs].  See also [http://en.wikipedia.org/wiki/Emacs Emacs (Wikipedia)].
+
{{Note| First of all, please take a minute to look at the
 +
[[WikEmacs:Guidelines|WikEmacs guidelines]] before you start editing.}}
  
This wiki is intended as a next generation replacement for [http://www.emacswiki.org/ Emacswiki]
+
* Priority tasks
 +
** Add content. Please adopt the following approach - ''I found this on the web which was helpful. But it took me a lot of time to find it. Now that I have found it, I will put it in WikEmacs so that others can benefit from it''. You can start by documenting Emacs' support of your favorite programming language.
 +
* Intermediate tasks
 +
** Provide tutorials or content for the [[:Category:Popular Package|popular packages]] or [[:Category:Built-in Package|built-in packages]].
 +
** Add more content to [[Special:ShortPages|short pages]].
 +
** Document or add more [[:Category:Third Party Package|third party packages]].
 +
* Other tasks
 +
** Copy edit [[Special:RecentChanges|recent changes]] or be a moral police.
 +
** Add more members to various [[Special:Categories|categories]].
 +
** Categorize one of these pages [[Special:UncategorizedPages|uncategorized pages]].
  
== Getting started with Emacs ==
+
----
* [[Installing Emacs]]
+
'''Emacs News'''
* [[Look and Feel]]
 
* [[Emacs for Vim users]]
 
* [[Starter Kits]]
 
* [[Learning Resources]]
 
* [[Package Managers]]
 
* [[Emacs Terminology]]
 
** Buffer
 
** Windows and frames
 
** Point and mark
 
** Kill and Yank
 
** Region
 
** Fill
 
** Case-fold
 
** Narrow and widen
 
  
== Text editing in Emacs ==
+
The latest stable release of Emacs is [[GNU Emacs 25|Emacs-25.1]] released on September 17th, 2016. The precedent is [[GNU Emacs 24|Emacs-24.5]].
  
* [[ Search and replace ]]
+
Emacs is available on all popular [[:Category:Install Or Upgrade| operating systems]] including [[Installing Emacs on BSD |BSD]], [[Installing Emacs on GNU/Linux | GNU/Linux]], [[Installing Emacs on OS X | OS X]] and [[Installing Emacs on Windows| Windows]].  It supports a variety of [[:Category:Programming languages|programming languages]].
* [[ Undo and redo ]]
+
<!-- Left hand column -->
* [[ Abbreviations ]] and [[ Templates ]]
+
<div style="float: left; width: 49%;">
* [[ Auto-completion ]]
+
== Explore WikEmacs ==
* [[ Spell check ]]
 
* [[ International Users ]]
 
* [[ Remote Editing ]] via FTP, ssh, etc.
 
* [[ Emacs server ]] and [[ emacsclient ]]
 
  
== Automation in Emacs ==
+
To explore WikEmacs proceed as follows:
 +
* Search for or visit a page of interest
 +
* At the end of the page, there is a list of categories
 +
* Click on individual categories and it will give you a list of all pages that will be of interest to you.
  
* [[ Keyboard macros ]]
+
===  What is your comfort level with Emacs? ===
* [[ Emacs Lisp ]]
+
* [[:Category:Beginner|Beginner]]
 +
* [[:Category:Intermediate|Intermediate]]
 +
* [[:Category:Expert|Expert]]
 +
** Are you a maintainer of a [[:Category:Built-in Package|Built-in Package]]? If you don't find information about your package, please add it. No one else can write about your package as well as you.
 +
** Have you developed any [[:Category:Third Party Package|Third Party Package]]s? Consider writing about what it is and how to use it.
 +
* [[:Category:Vim User|Vim User]]
  
== Emacs and Desktop Integration ==
+
=== What do you want to accomplish now? ===
* [[ Dired ]]
+
* [[:Category:Install Or Upgrade|Install Or Upgrade]]
** [[ Archive mode ]]
+
* [[:Category:Customization|Customize Emacs]]
* [[ Battery ]]
+
* [[Key Bindings|Tweak Key Bindings]]
* [[ Notifications ]]
+
* [[:Category:Tutorial|Learn more Emacs (Tutorials)]]
 +
* [[:Category:Emacs Lisp|Learn Emacs Lisp]]
  
== Typesetting, Document Markup and Document Creation in Emacs ==
+
=== What do you use Emacs for? ===
 +
* [[:Category:Text Editing|Text Editing]]
 +
* [[:Category:Programming|Programming]]
 +
* [[:Category:Document authoring|Document authoring]]
 +
* [[:Category:Organizer|Getting Organized]]
 +
* [[:Category:Email|Emailing]]
 +
* [[:Category:Chat|Chatting]]
 +
* [[:Category:Blog|Blogging]]
 +
* [[:Category:Browse|Browsing]]
 +
* [[:Category:Entertainment|Entertainment]]
 +
* [[:Category:Workflow|Other]]
  
* [[ Markdown ]]
+
=== How do you involve yourself with the community? ===
* [[ org-mode ]] export to HTML, PDF etc
+
* [[:Category:Emacs User|Emacs User]]
* [[ SGML ]], [[ HTML ]] and [[ XML ]]
+
* [[:Category:Emacs Contributor|Emacs Contributor]]
* [[TeX]], [[LaTeX]], [[TeXinfo]], [[BibTeX]] etc.
+
* [[:Category:WikEmacs Contributor|WikEmacs Contributor]]
 +
* [[:Category:User Role|Other]]
  
== Emacs as an IDE ==
+
</div>
 +
<!-- Right hand column -->
 +
<div style="float: right; width: 49%;">
  
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].
+
==Help build WikEmacs==
  
For Literate Programming see [http://orgmode.org/worg/org-contrib/babel/ Org Babel].
+
The following are suggestions for articles to write, along with the page of the GNU Emacs manual which documents this feature.  ('''Note:''' it's possible that an article for a given topic exists already under a different name. In that case, please ensure that the article includes the link to the manual page, and then remove the topic from this list.)
  
=== Programming and Scripting Languages ===
+
<!-- Not finished.  I grabbed ideas from large section titles of the manual, but there are many more in the "Detailed Node Listing", longer version of the table of contents. -->
  
* [[Ada]]
+
* [[Command-line startup options]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Entering-Emacs.html] and [https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Invocation.html])
* [[antlr]]
+
* [[Built-in help]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Help.html])
* [[asm]]
+
* [[Registers]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Registers.html])
* [[awk]]
+
* [[:Category:Search|Search for text in a buffer]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Search.html])
* [[C/C++]]
+
* [[Fixing typos]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Fixit.html])
* [[Clojure]]
+
* [[Keyboard macros]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Keyboard-Macros.html])
* [[Common Lisp]]
+
* [[Windows within a frame]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Windows.html])
* [[Emacs Lisp]]
+
* [[Frames]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Frames.html])
* [[Fortran]]
+
* [[International character sets]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/International.html])
* [[Groovy]]
+
* [[Indentation]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Indentation.html])
* [[Haskell]]
+
* [[Editing source code]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Programs.html])
* [[Icon]]
+
* [[Building software]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Building.html])
* [[IDL]]
+
* [[Maintaining source code repositories]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Maintaining.html])
* [[Java]]
+
* [[Abbrevs]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Abbrevs.html])
* [[JavaScript]]
+
* [[Dired]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Dired.html])
* [[make]]
+
* [[Calendars and diaries]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Calendar_002fDiary.html])
* [[Modula2]]
+
* [[Sending mail]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Sending-Mail.html])
* [[OCaml]]
+
* [[Rmail]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Rmail.html])
* [[Octave]]
+
* [[Gnus]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Gnus.html])
* [[Pascal]] and [[Delphi]]
+
* [[Document viewer]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Document-View.html])
* [[perl]]
+
* [[Shell commands withing Emacs]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Shell.html])
* [[PHP]]
+
* [[Emacs server]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html])
* [[PostScript]]
+
* [[Printing]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Printing.html])
* [[Prolog]]
+
* [[Sorting]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Sorting.html])
* [[Python]]
+
* [[Picture mode]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Picture-Mode.html])
* [[Ruby]]
+
* [[Editing binary files]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Editing-Binary-Files.html])
* [[Scala]]
+
* [[Saving Emacs sessions]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html])
* [[Scheme]]
+
* [[Recursive editing]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Recursive-Edit.html])
* [[shell script]]
+
* [[Emulating other text editors]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Emulation.html])
* [[Simula]]
+
* [[Hyperlinking within Emacs]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Hyperlinking.html])
* [[SQL]]
+
* [[Games and fun]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Amusements.html])
* [[tcl]]
+
* [[Installing additional packages]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html])
* [[Visual Basic]]
+
* [[Customising Emacs]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Customization.html])
 +
** [[Customize]] (simple interface) ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Easy-Customization.html])
 +
* [[Cancelling commands]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Quitting.html])
 +
* [[If Emacs is malfunctioning]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Lossage.html])
 +
* [[Reporting bugs]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Bugs.html])
 +
* [[Contributing to GNU Emacs]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Contributing.html])
 +
* [[Getting help from others]] ([https://www.gnu.org/software/emacs/manual/html_node/emacs/Service.html])
  
=== Markup Languages ===
 
  
* [[CSS]]
+
[[Category:WikEmacs]]
* [[HTML]]
 
* [[JSON]]
 
* [[Markdown]]
 
* [[SGML]]
 
* [[XML]]
 
 
 
=== Compiling ===
 
 
 
* [[ flymake ]]
 
 
 
=== Debugging ===
 
 
 
=== REPLs ===
 
 
 
* [[ Inferior Emacs Lisp Mode ]] (IELM) for interacting with Emacs' own internal Lisp
 
* [[ mozrepl ]] for interacting with an external web browser's internal JavaScript engine
 
* [[ SLIME ]] for interacting with an external Common Lisp or Clojure instance
 
 
 
=== Version Control ===
 
 
 
* [[ dvc ]] provides a standard interface between Emacs and distributed version control systems
 
* [[ vc ]] provides a standard interface between Emacs and conventional version control systems
 
 
 
 
 
* [[ bzr ]] can be managed using [[ dvc ]]
 
* [[ Clearcase ]]
 
* [[ CVS ]] can be managed using [[ vc ]]
 
* [[ git ]] can be managed using [[ dvc ]] or [[ magit ]]
 
* [[ Mercurial ]] can be managed using [[ dvc ]]
 
* [[ SVN ]] can be managed using [[ vc ]]
 
* [[ RCS ]] can be managed using [[ vc ]]
 
 
 
Within Emacs, [[ ediff ]] provides sophisticated diff and merge functions. Both vc and dvc integrate well with ediff.
 
 
 
== Productivity ==
 
* [[ org-mode ]]
 
* [[ calc ]]
 
* [[ calendar ]]
 
* [[ notification ]]
 
* [[ diary ]]
 
* Contacts: [[ bbdb ]]
 
 
 
== Communication ==
 
 
 
* [[ Blogging ]]
 
* [[ Chat ]]
 
* [[ Email ]]
 
* [[ Feed reading ]]
 
* [[ Microblogging ]]
 
* [[ Usenet news ]]
 
 
 
== Web browsing and web development ==
 
 
 
* [[ w3 ]]: a pure-Emacs-Lisp text-mode web browser.
 
* [[ w3m-el ]]: The text-mode w3m web browser hosted and enhanced within Emacs.
 
* Launching and interacting with an [[ external browser ]] from emacs
 
* Using [[ emacs as a browser's external editor ]], either when entering text on web pages or when viewing a web page's source document or both.
 
 
 
== Shells and terminal emulation ==
 
 
 
* [[ ansi-term ]]
 
* [[ eshell ]]
 
* [[ shell ]]
 
* [[ term ]]
 
 
 
Emacs itself is fully functional either in a terminal or a windowing system. Some keystrokes available under window systems may not work in a terminal and vice versa.
 
 
 
== Accessibility ==
 
 
 
* [http://emacspeak.sourceforge.net/ Emacspeak] for the visually challenged.
 
 
 
== Security and cryptography ==
 
 
 
* [[ Gnu Privacy Guard ]] (GPG) support and integration
 
 
 
== Getting Involved ==
 
* IRC Channel
 
 
 
* [[ Mailing list archives ]]
 
 
 
* [http://bzr.savannah.gnu.org/lh/emacs/trunk/files Browsable source repository]
 
 
 
== Contributing to Emacs ==
 
* Testers
 
** Profiling
 
** Memory Usage
 
** Reporting Bugs
 
 
 
* Developers
 
** Coding Guidelines
 
** Copyright Assignment
 
*** [http://www.gnu.org/software/emacs/CONTRIBUTE Contributing to Emacs]
 
*** [http://www.gnu.org/licenses/why-assign.html Copyright assignment]
 
 
 
* Core Developers
 
** Project Leaders
 
*** Stefan Monnier
 
*** Chong Yidong
 
** Others
 
 
 
== Niche Uses ==
 
 
 
* [[ Media player ]]
 
* [[ Presentations ]]
 
* [[ Screencasts ]]
 
* [[ Statistics ]]
 
* [[ Binary files]]
 
* [[ Docview ]]
 
* [[ Pictures ]]
 
** [[ Inline Images ]]
 
** [[ Artist mode ]]
 
 
 
== Games and Entertainment ==
 
* Tetris
 
* Doctor
 
 
 
* Humor
 
 
 
== History ==
 
 
 
* XEmacs and Gnu Emacs
 
 
 
== Popular Culture and Community ==
 
* St Ignucius and the Church of Emacs
 
* Saving the world from <tt>vi</tt>
 

Revision as of 14:33, 15 May 2017

WikEmacs is here to stay. Spread the word!

Basic terminology of typical Emacs GUI Frame

First time visitors can start exploring WikEmacs. We have added lots of useful pages since the launch of WikEmacs.


We need more WikEmacs contributors. You can help the following way.

Note: First of all, please take a minute to look at the WikEmacs guidelines before you start editing.
  • Priority tasks
    • Add content. Please adopt the following approach - I found this on the web which was helpful. But it took me a lot of time to find it. Now that I have found it, I will put it in WikEmacs so that others can benefit from it. You can start by documenting Emacs' support of your favorite programming language.
  • Intermediate tasks
  • Other tasks

Emacs News

The latest stable release of Emacs is Emacs-25.1 released on September 17th, 2016. The precedent is Emacs-24.5.

Emacs is available on all popular operating systems including BSD, GNU/Linux, OS X and Windows. It supports a variety of programming languages.

Explore WikEmacs

To explore WikEmacs proceed as follows:

  • Search for or visit a page of interest
  • At the end of the page, there is a list of categories
  • Click on individual categories and it will give you a list of all pages that will be of interest to you.

What is your comfort level with Emacs?

What do you want to accomplish now?

What do you use Emacs for?

How do you involve yourself with the community?

Help build WikEmacs

The following are suggestions for articles to write, along with the page of the GNU Emacs manual which documents this feature. (Note: it's possible that an article for a given topic exists already under a different name. In that case, please ensure that the article includes the link to the manual page, and then remove the topic from this list.)