./editors/emacs, Meta-package for installing the preferred Emacs version

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 28.2, Package name: emacs-28.2, Maintainer: dholland

GNU Emacs is an extensible, customizable editor textand more. 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-sensitive editing modes, including syntax coloring, for a
wide variety of file types including plain text, source code, and
HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
customization interface.
- A large number of extensions that add other functionality, including
a project planner, mail and news reader, debugger interface,
calendar, and more. Many of these extensions are distributed with
GNU Emacs; others are available separately.

This is a meta-package that installs the default Emacs version.


Required to run:
[editors/emacs26]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2023-08-30 22:15:19 by Greg Troxel | Files touched by this commit (1)
Log message:
emacs/modules.mk: Unhook emacs25

(Following proposal and non-objection on pkgsrc-users, emacs 25 is
being removed.)
   2023-08-23 15:16:22 by Izumi Tsutsui | Files touched by this commit (1)
Log message:
emacs: fix a typo in comment.
   2023-08-15 12:58:20 by Tobias Nygren | Files touched by this commit (1)
Log message:
emacs: support EMACS_TYPE=emacs29 in same manner as 28
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-05-14 23:57:01 by David A. Holland | Files touched by this commit (1)
Log message:
editors/emacs/modules.mk: remove explicit CONFLICTS

There's no need for CONFLICTS between the xemacs and emacs versions of
the same elisp package unless the PLISTs overlap, and if they do (most
don't because they install into different subtrees), that fact is
sufficient.

As suggested by PR 39886, a long long time ago.
   2022-04-07 12:35:28 by Ryo ONODERA | Files touched by this commit (2)
Log message:
emacs: Use emacs28 from editors/emacs28

editors/emacs-snapshot will not be used.
   2020-10-08 02:15:35 by David H. Gutteridge | Files touched by this commit (1)
Log message:
emacs: amend comments in modules.mk

Update a (self-referencing) comment to reflect the current name and
location, and misc. grammar, style, and consistency fixes.
   2020-09-06 04:59:16 by Ryo ONODERA | Files touched by this commit (1)
Log message:
emacs: emacs27 is not development version anymore. Fix Elisp package builds