[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r112863: Document new prog-mode symbo
From: |
Ted Zlatanov |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r112863: Document new prog-mode symbol prettify support. |
Date: |
Wed, 05 Jun 2013 14:31:48 -0400 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 112863
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Wed 2013-06-05 14:31:48 -0400
message:
Document new prog-mode symbol prettify support.
modified:
etc/ChangeLog
etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog 2013-06-03 06:34:21 +0000
+++ b/etc/ChangeLog 2013-06-05 18:31:48 +0000
@@ -1,3 +1,7 @@
+2013-06-05 Teodor Zlatanov <address@hidden>
+
+ * NEWS: Document new prog-mode symbol prettify support.
+
2013-06-03 Tassilo Horn <address@hidden>
* NEWS: Document eshell visual subcommands and options.
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2013-06-05 01:58:43 +0000
+++ b/etc/NEWS 2013-06-05 18:31:48 +0000
@@ -2838,6 +2838,11 @@
modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
on-the-fly spell checking for comments and strings.
+**** New option, `prog-prettify-symbols' lets the user control symbol
+prettify (replacing a string like "lambda" with the Greek lambda
+character. The mode derived from `prog-mode' must call
+`prog-prettify-install' with its own custom alist, which can be empty.
+
*** New hook `change-major-mode-after-body-hook', run by
`run-mode-hooks' just before any other mode hooks.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r112863: Document new prog-mode symbol prettify support.,
Ted Zlatanov <=