[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to re
From: |
ELPA Syncer |
Subject: |
[elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to region actions |
Date: |
Fri, 25 Aug 2023 18:57:46 -0400 (EDT) |
branch: externals/do-at-point
commit ffa78a0a5424a1a767a739b65e4c866d8c2b68b3
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>
Add 'ispell-region' to region actions
---
do-at-point.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/do-at-point.el b/do-at-point.el
index 892b77e9d1..2745e1ff55 100644
--- a/do-at-point.el
+++ b/do-at-point.el
@@ -5,7 +5,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>
;; Maintainer: Philip Kaludercic <philipk@posteo.net>
;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/do-at-point.el
-;; Version: $Id: do-at-point.el,v 1.1 2023/07/16 09:56:22 oj14ozun Exp
oj14ozun $
+;; Version: $Id: do-at-point.el,v 1.2 2023/07/16 11:33:48 oj14ozun Exp
oj14ozun $
;; Package-Version: 1
;; Package-Requires: ((emacs "26.1"))
;; Keywords: convenience
@@ -70,6 +70,7 @@
(?w "Kill-Save" ,#'kill-new)
(?k "Kill" ,#'kill-region)
(?n "Narrow" ,#'narrow-to-region)
+ (?$ "Spell check" ,#'ispell-region)
(?| "Pipe command"
,(lambda (beg end)
(let ((cmd (read-shell-command "Command: ")))
- [elpa] externals/do-at-point 767fe39d62 25/44: Rename 'do-at-point--shortcut-map' to '--quick-map', (continued)
- [elpa] externals/do-at-point 767fe39d62 25/44: Rename 'do-at-point--shortcut-map' to '--quick-map', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point b6d819a000 29/44: Note '-user-actions' and '-local-actions' in 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point a01cee0d72 26/44: Do not set the face of 'do-at-point--overlay' twice, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 96bd54d507 32/44: Remove Embark section, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point ea332d68fd 31/44: Add a (require 'thingatpt), ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point eca9ef1a1a 27/44: Add 'line' to 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 1fcda9286f 38/44: Reformat selection prompt, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 0fac1ce7fa 44/44: Consistently use spaces for indentation, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 539d5da7f4 43/44: Prepare package for ELPA release, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 08ea7987aa 06/44: Note that 'do-at-point' is unrelated to completion, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to region actions,
ELPA Syncer <=
- [elpa] externals/do-at-point 80ca91520b 14/44: Add 'number' to 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 5037c76e5f 17/44: Allow for user to be prompted for a "thing" to select, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 8f79a21ed7 02/44: Indicate default action when prompting thing, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 45abf78852 04/44: Add 'string' to 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 1c7a75a8f9 09/44: Re-add a autoload cookie for 'do-at-point', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 363aeaea13 10/44: Refold some lines in 'do-at-point--next-thing', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 917f8de4d1 13/44: Handle things without bounds gracefully, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 8fd2e077b7 16/44: Enable quick bindings by default, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point cd0c8d9d26 18/44: Reindent buffer, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 90d1791961 20/44: Remove partial sentence from 'do-at-point-quick-bindings' docstring, ELPA Syncer, 2023/08/25