[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/m-buffer 69cf1fb326 066/115: Documentation updates.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/m-buffer 69cf1fb326 066/115: Documentation updates. |
Date: |
Tue, 19 Jul 2022 15:58:49 -0400 (EDT) |
branch: externals/m-buffer
commit 69cf1fb326c62457b6627d286ff1f315c92ce83e
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
Documentation updates.
---
.dir-locals.el | 5 +++++
.gitignore | 1 +
m-buffer.el | 10 +++++++---
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..42753331cc
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+ (lentic-init . lentic-orgel-org-init)))
diff --git a/.gitignore b/.gitignore
index 64b10531aa..f5222b804a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/.cask/
+m-buffer*org
\ No newline at end of file
diff --git a/m-buffer.el b/m-buffer.el
index b253ef7221..28e662ce87 100644
--- a/m-buffer.el
+++ b/m-buffer.el
@@ -38,9 +38,14 @@
;; data or so forth. Generally, markers are returned rather than point
;; locations, so that it is possible for example, to search for regexp
;; matches, and then replace them all without the early replacement
-;; invalidating the location of the later ones. Some support macros are added
-;; to help dispose of used or unwanted markers to ensure performant code.
+;; invalidating the location of the later ones.
+;; Other files provide something similar: stateless alternatives to existing
+;; emacs functions. `m-buffer-macro' provides macros to operate in the context
of
+;; a marker, and for marker cleanup. `m-buffer-at' provides functions for
+;; operating at point (without using point!).
+
+;; This file is documented using lentic.el.
;;; Status:
@@ -51,7 +56,6 @@
;;; Code:
-
;; #+begin_src emacs-lisp
(require 'dash)
- [elpa] externals/m-buffer e648a9d6ca 084/115: m-buffer-apply-snoc replaced., (continued)
- [elpa] externals/m-buffer e648a9d6ca 084/115: m-buffer-apply-snoc replaced., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer d9682aa359 086/115: Prepare for 0.11 release., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 49a0c187a1 026/115: Name changes: markers to marker, ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 45ad6de33d 041/115: Documentaion update for cask move., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 69750033c2 043/115: m-buffer-replace-matches has more arguments., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer a3078a58ed 055/115: exact-subtract no longer crashes on last non-match, ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 55eb7c058f 059/115: Prepare for next iteration., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer c2ea6f72b9 060/115: m-buffer-first-line added., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 63a46e6732 063/115: m-buffer-in-match-p added., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 3df675024f 064/115: New functions added., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 69cf1fb326 066/115: Documentation updates.,
ELPA Syncer <=
- [elpa] externals/m-buffer e80fd6cdaa 068/115: Documentation updates., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer e9f9b0819f 072/115: Prepare for next iteration!, ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 8c7f63ee16 073/115: Removed pointless call to m-buffer-buffer-for-match., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 77067c0ff5 076/115: Version 0.9 Released., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 3136ab48a8 082/115: Docstring typo., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer c0946dbe6c 085/115: Documentations updates., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer ea281db21a 089/115: New function: m-buffer-partition-by-marker., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 3fd8848e40 091/115: m-buffer-at-narrowed-p added., ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 3702262fbc 092/115: m-buffer was not stateless at all!, ELPA Syncer, 2022/07/19
- [elpa] externals/m-buffer 1f9cb91594 095/115: Generic language., ELPA Syncer, 2022/07/19