[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic 6ed73a2ef5 088/333: Add string transform functio
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic 6ed73a2ef5 088/333: Add string transform function. |
Date: |
Tue, 27 Feb 2024 13:00:10 -0500 (EST) |
branch: externals/lentic
commit 6ed73a2ef5e561a53d053b6397700d6008659b12
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
Add string transform function.
Provides a function that is useful for advicing.
---
linked-buffer.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/linked-buffer.el b/linked-buffer.el
index c81661dc7c..136ddee6f2 100644
--- a/linked-buffer.el
+++ b/linked-buffer.el
@@ -220,6 +220,12 @@ or create it if it does not exist."
:initarg :linked-mode))
"Configuration which maintains two linked-buffers with the same contents.")
+(defun linked-buffer-insertion-string-transform (string)
+ "Transform the string that is about to be inserted.
+This function is not meant to do anything. It's useful to
+advice."
+ string)
+
(defmethod linked-buffer-create ((conf linked-buffer-default-configuration))
"Create the linked-buffer for this configuration.
Given a `linked-buffer-configuration' object, create the linked-buffer
- [elpa] externals/lentic 9913c47912 081/333: Convert start point before changes., (continued)
- [elpa] externals/lentic 9913c47912 081/333: Convert start point before changes., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0740c92916 084/333: Pabbrev support dropped., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 783951ac3e 072/333: Use case insensitive regexp., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic d9ce04d541 087/333: Dependency updates., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 48644ea72c 083/333: Tests uncommented, and expected failures added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 236e942322 079/333: Move point to change location., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 55c389ec2a 096/333: Cosmetic Change, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e2fc6ce904 097/333: Re-enabled orgel-org tests., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 1dad92f20a 095/333: Switch to exact-subtract., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e0840dbfe6 082/333: Stop location now calculated from before functions., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 6ed73a2ef5 088/333: Add string transform function.,
ELPA Syncer <=
- [elpa] externals/lentic 6c5fabb400 091/333: dev options added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 03ed3f4da2 119/333: Force loading of m-buffer on opening., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 582d4d72b3 125/333: Search and Replace to lentic., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a00f92e432 133/333: Refactor out a variable., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a88717f0c4 102/333: Louder output for comments., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic da6ab1268f 104/333: Change locations now use markers., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 2dd5fcd6b3 105/333: Added let like macro to auto nil markers., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e1941d0773 106/333: Easy mechanism to disable noisy fails., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 34d05cb7f9 108/333: Now uses random face., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic cebd7a744d 111/333: Add face as well as font-lock-face, ELPA Syncer, 2024/02/27