[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/devil b32ded26d4 19/49: Add command devil-show-version
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/devil b32ded26d4 19/49: Add command devil-show-version |
Date: |
Mon, 15 May 2023 12:59:32 -0400 (EDT) |
branch: elpa/devil
commit b32ded26d4fe6e12b0f64471912759681bda2a39
Author: Susam Pal <susam@susam.net>
Commit: Susam Pal <susam@susam.net>
Add command devil-show-version
---
CHANGES.md | 1 +
devil.el | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 5076899c63..5d9a355d44 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,6 +9,7 @@ Changelog
- Add `, k` to the default list of repeatable keys.
- Add `, /` to the default list of repeatable keys.
- Add `, m m y` to the default list of repeatable keys.
+- Add command `devil-show-version` to display Devil version.
### Changed
diff --git a/devil.el b/devil.el
index b24e631ea9..1f3812327b 100644
--- a/devil.el
+++ b/devil.el
@@ -36,6 +36,14 @@
;; key sequences without using modifier keys.
;;; Code:
+(defconst devil-version "0.2.0.pre2"
+ "Devil version number.")
+
+(defun devil-show-version ()
+ "Show Devil version number in the echo area."
+ (interactive)
+ (message "Devil %s" devil-version))
+
(defvar devil-key ","
"The key sequence that begins Devil input.
- [nongnu] branch elpa/devil created (now 98064ffed4), ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 0c69796f26 02/49: Replace contractions with uncontracted forms, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil deddb5cade 04/49: Remove stray message call, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil e03a679297 06/49: Fix typos, spelling, and punctuation, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 943578f33f 07/49: Use a smaller screenshot to show Devil smiley, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil c11dd68394 08/49: Use the term activation to describe the Devil key, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil e52262afdd 01/49: Add Devil, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 7bf4345acc 05/49: Use <kbd> instead of <code> for "ctrl", ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 4924f32560 12/49: Describe how multiple Devil keys can be configured, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 331bf12bb2 17/49: Add more examples of repeatable keys to README, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil b32ded26d4 19/49: Add command devil-show-version,
ELPA Syncer <=
- [nongnu] elpa/devil d98018356c 22/49: Add section to compare Devil mode with God mode, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil aaee73457d 23/49: Remove load calls in configuration examples, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 2cc21ac252 26/49: Set version to 0.2.0, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 83e96bcfce 15/49: Fix typo in function name: s/repetable/repeatable/, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 2ccbcb04f4 27/49: * devil.el: Update header with more information, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 483ce72f48 35/49: Convert .md files to .org files, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 5ae5957fc5 37/49: Improve package description, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 98064ffed4 49/49: Remove superfluous exclamation mark, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 1cee55eaa3 41/49: Use sharp-quotes consistently for function names, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil c6db405df4 14/49: Address code review comments offered on MELPA, ELPA Syncer, 2023/05/15