[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 9a67bc2f3e 026/230: line noise, compiler warnings
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 9a67bc2f3e 026/230: line noise, compiler warnings |
Date: |
Sun, 7 Jul 2024 19:00:11 -0400 (EDT) |
branch: elpa/dslide
commit 9a67bc2f3e4bd2a5ef5a62dd7ea2c74e7e314e19
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
line noise, compiler warnings
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
macro-slides.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/macro-slides.el b/macro-slides.el
index 6a1d26c2e3..afce01f000 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -1640,6 +1640,7 @@ stateful-sequence class methods. METHOD-NAME is a
string."
;; TODO implementation relies on org link opening. Does not check for file or
;; check that image mode displays the link correctly.
;; TODO extract buffer-slide setup logic a bit to make writing these easier.
+;; TODO make it just a link action?
(cl-defmethod ms-step-forward
((obj ms-action-image))
(save-excursion
@@ -1689,6 +1690,7 @@ stateful-sequence class methods. METHOD-NAME is a
string."
(ms-heading
(oref obj parent))))
nil)))
+
;; ** Default Child Action
(defclass ms-child-action-slide (ms-action) ()
"Default child action. Children are independent slides.")
@@ -2113,7 +2115,7 @@ TYPE is a list or type symbol."
(goto-char (point-min))
(let ((first-element (org-element-at-point)))
(if (and first-element
- (eq (org-element-type first-element 'headline)
+ (eq (org-element-type first-element)
'headline))
(org-element-at-point)
(when (re-search-forward org-outline-regexp-bol nil t)
- [nongnu] elpa/dslide 0316764255 006/230: moving a comment, automatic formatting, (continued)
- [nongnu] elpa/dslide 0316764255 006/230: moving a comment, automatic formatting, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 3969814eb4 015/230: rearrangement, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a0460d4070 012/230: Return early by user-error when not in org-tree-slide-mode, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0732479ac8 019/230: rearrange, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 393985506a 021/230: After-narrow-hook, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide dddbc58e20 020/230: The repackaging. org-tree-slide -> macro-slides, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 10ee601187 007/230: enable lexical binding, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b9219d205c 023/230: typos, comments, line-noise, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1dbbed70f8 025/230: missing custom group & type, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 63d93ec6bf 028/230: Dead code on slide, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 9a67bc2f3e 026/230: line noise, compiler warnings,
ELPA Syncer <=
- [nongnu] elpa/dslide 3e7ceb0845 024/230: missing deps, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1d8041aba1 027/230: Sequence (slide) callbacks, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide da4e8dd412 016/230: user error instead of silent failure, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 018b39cfa5 030/230: Remove some coupling between actions and slides, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b26e0155d8 043/230: base action is abstract, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 027ae16365 046/230: cleaning up some line noise, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e100759664 042/230: remove extraneous slot-bound checks, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 2fcaadcf52 040/230: whitespace and comments, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ea60e6e53e 035/230: prevent animation timer reference from being lost, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d66218b161 093/230: Inhibit redisplay during babel blocks, ELPA Syncer, 2024/07/07