Easymacs: Difference between revisions

From The Digital Classicist Wiki
Jump to navigation Jump to search
(created page)
 
m (blockquote)
 
Line 11: Line 11:
From Readme (accessed 2016-04-20):
From Readme (accessed 2016-04-20):


:'''Easymacs''' is a configuration for Emacs designed for teaching markup and programming, particularly for the digital humanities. Emacs provides a number of essential tools in a single, open-source, cross-platform learning environment which can be installed easily (even in a classroom where one does not have administrative rights). In one package, it provides:
<blockquote><p>'''Easymacs''' is a configuration for Emacs designed for teaching markup and programming, particularly for the digital humanities. Emacs provides a number of essential tools in a single, open-source, cross-platform learning environment which can be installed easily (even in a classroom where one does not have administrative rights). In one package, it provides:</p>


:1. A schema-aware, validating XML editor (nxml-mode)
# A schema-aware, validating XML editor (nxml-mode)
:2. A platform-independent command line for running programs (eshell)
# A platform-independent command line for running programs (eshell)
:3. An interactive tool for learning about regular expressions (re-builder with pcre2el)
# An interactive tool for learning about regular expressions (re-builder with pcre2el)
:4. A fully-featured development environment for programming in almost any language.
# A fully-featured development environment for programming in almost any language.


:Emacs has a reputation for complexity, archaism and idiosyncrasy, so it might seem an inappropriate application to introduce to students from a non-technical background. But Emacs has most of the features of a modern desktop application; it is just that not all of these are turned on by default. Emacs can be configured to be a surprisingly user-friendly application.
<p>Emacs has a reputation for complexity, archaism and idiosyncrasy, so it might seem an inappropriate application to introduce to students from a non-technical background. But Emacs has most of the features of a modern desktop application; it is just that not all of these are turned on by default. Emacs can be configured to be a surprisingly user-friendly application.</p>


:Easymacs is designed to turn Emacs into as familiar an application as possible, so that students can start using it right away. Conventional keystrokes and familiar terminology are used for basic file manipulations. More advanced Emacs functionality is assigned to function keys. Some of these choices override standard defaults, but the full power of Emacs is still available to the student who wants to delve deeper.
<p>Easymacs is designed to turn Emacs into as familiar an application as possible, so that students can start using it right away. Conventional keystrokes and familiar terminology are used for basic file manipulations. More advanced Emacs functionality is assigned to function keys. Some of these choices override standard defaults, but the full power of Emacs is still available to the student who wants to delve deeper.</p></blockquote>


[[category:tools]]
[[category:tools]]
[[category:XML]]
[[category:XML]]
[[category:Opensource]]
[[category:Opensource]]

Latest revision as of 10:49, 3 August 2016

Available

Author

  • Peter Heslin

Description

From Readme (accessed 2016-04-20):

Easymacs is a configuration for Emacs designed for teaching markup and programming, particularly for the digital humanities. Emacs provides a number of essential tools in a single, open-source, cross-platform learning environment which can be installed easily (even in a classroom where one does not have administrative rights). In one package, it provides:

  1. A schema-aware, validating XML editor (nxml-mode)
  2. A platform-independent command line for running programs (eshell)
  3. An interactive tool for learning about regular expressions (re-builder with pcre2el)
  4. A fully-featured development environment for programming in almost any language.

Emacs has a reputation for complexity, archaism and idiosyncrasy, so it might seem an inappropriate application to introduce to students from a non-technical background. But Emacs has most of the features of a modern desktop application; it is just that not all of these are turned on by default. Emacs can be configured to be a surprisingly user-friendly application.

Easymacs is designed to turn Emacs into as familiar an application as possible, so that students can start using it right away. Conventional keystrokes and familiar terminology are used for basic file manipulations. More advanced Emacs functionality is assigned to function keys. Some of these choices override standard defaults, but the full power of Emacs is still available to the student who wants to delve deeper.