wesnoth/data/tools/emacs_mode
Jason Stephenson bce0493f03
Fix #7337: Byte Compiler Warnings for wesnoth-mode (#7338)
Switch from obsolete Emacs Lisp functions to modern functions in order
to remove two compiler warnings.

Properly quote lambdas with #' to remove two more compiler warnings.
2023-01-29 12:14:59 -05:00
..
.gitignore update gitignores 2020-11-08 23:41:21 -05:00
Makefile Addressed more whitespace issues from #2613 2018-03-12 03:48:59 +11:00
README.md Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
wesnoth-mode.el Fix #7337: Byte Compiler Warnings for wesnoth-mode (#7338) 2023-01-29 12:14:59 -05:00
wesnoth-mode.texi Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
wesnoth-update.el emacs-mode: Merge from upstream. 2011-06-04 12:11:11 +00:00
wesnoth-wml-additions.cfg add some textdomain markers to files that had none, 2009-04-11 22:30:16 +00:00
wesnoth-wml-data.el WML: Add macros for screen_fade, and modify FLASH to use it as well 2022-08-07 23:11:21 +12:00

Wesnoth Mode is a major mode for Emacs which assists in the editing of Wesnoth Markup Language (WML) files. Currently, this major-mode features syntax highlighting support, automatic indentation, context-sensitive completion and WML checking.

Wesnoth Mode can be byte-compiled with:

$ make

If texinfo installed, the manual can be produced in PDF and info format using:

$ make doc

Otherwise, an online version of the manual can be found here: https://www.wesnoth.org/wiki/Wesnoth_Mode

For the latest updates and information or if you have any questions, problems or suggestions regarding Wesnoth Mode, please direct them to: https://www.wesnoth.org/forum/viewtopic.php?t=13798.