a3cc513bfc
- Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
18 lines
813 B
Plaintext
18 lines
813 B
Plaintext
GNU Emacs is an extensible, customizable, free/libre text editor. At its
|
|
core is an interpreter for Emacs Lisp, a dialect of the Lisp programming
|
|
language with extensions to support text editing.
|
|
|
|
The features of GNU Emacs include:
|
|
- content-aware editing modes, including syntax coloring, for many file
|
|
types
|
|
- complete built-in documentation, including a tutorial for new users
|
|
- full Unicode support for nearly all human scripts
|
|
- powerful customizability, using Emacs Lisp code or a graphical
|
|
interface
|
|
- a vast ecosystem of functionality beyond text editing, including a
|
|
project planner, mail and news reader, debugger interface, calendar,
|
|
even a psychotherapist, and more
|
|
- a packaging system for downloading and installing extensions.
|
|
|
|
WWW: https://www.gnu.org/software/emacs/
|