[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 20c4a44f18 184/230: line noise
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 20c4a44f18 184/230: line noise |
Date: |
Sun, 7 Jul 2024 19:00:35 -0400 (EDT) |
branch: elpa/dslide
commit 20c4a44f18d954e526453e9e0cbd4f26d6f0a047
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
line noise
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
dslide.el | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/dslide.el b/dslide.el
index 432b3b13b6..28987d8fac 100644
--- a/dslide.el
+++ b/dslide.el
@@ -1592,16 +1592,16 @@ Child headings become independent slides.")
;; For child slides, we make a slide out of the next child heading and
advance
;; our progress forward to the end of that child
(or (when-let ((child (oref obj child)))
- (if-let ((progress (dslide-forward child)))
- progress
- (dslide-final child)
- (oset obj child nil)))
- (when-let ((child-heading (dslide-child-next obj)))
- ;; TODO transitive action customization
- (let ((child (dslide--make-slide child-heading)))
- (dslide-begin child)
- (oset obj child child)
- (oref child begin)))))
+ (if-let ((progress (dslide-forward child)))
+ progress
+ (dslide-final child)
+ (oset obj child nil)))
+ (when-let ((child-heading (dslide-child-next obj)))
+ ;; TODO transitive action customization
+ (let ((child (dslide--make-slide child-heading)))
+ (dslide-begin child)
+ (oset obj child child)
+ (oref child begin)))))
(cl-defmethod dslide-backward ((obj dslide-slide-action-child))
;; For child slides, we make a slide out of the previous child heading and
@@ -1639,8 +1639,7 @@ Child headings become independent slides.")
(dslide-final child)))
;; ** Inline Slide Action
-;; TODO round-robin slide action
-;; TODO every-slide action
+;; TODO round-robin
;; TODO override the child's own slide action
(defclass dslide-slide-action-inline (dslide-slide-action)
- [nongnu] elpa/dslide 9687c5e329 171/230: when viewing contents, place cursor at beginning of root heading, (continued)
- [nongnu] elpa/dslide 9687c5e329 171/230: when viewing contents, place cursor at beginning of root heading, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 48bd59bdde 172/230: image action delegates to begin to display images, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 6a8897f592 174/230: version 0.4.0, some breaking changes, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 009d938a11 173/230: default include-linked to nil, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide fa919adc26 180/230: Bumping version to 0.5.0, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1a8cc52ac6 178/230: ! minor hack to support hacky hidden babel from demo, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 32547dbe24 176/230: Remove child actions (pretty major refactor), ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f9a1c47bf7 179/230: Get rid of redundant parent slot on slides, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 7784e7ad06 183/230: introducing every-child slide action, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide c9eeb66a9e 187/230: No-header slide action was incorrect in the demo, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 20c4a44f18 184/230: line noise,
ELPA Syncer <=
- [nongnu] elpa/dslide 09b750ae6c 189/230: attempted to clean up some misinformation and update recommendations, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ef1421cb82 190/230: Version 0.5.1, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f529a1ed6b 193/230: Video url, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ed197cf5cc 191/230: Finalize the current slide before displaying contents, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide baedd89de4 195/230: macro expansion was creating an unused expression, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 9874ec8263 204/230: Recenter follow buffer on slide change, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 8dd7b6490b 206/230: enable clearing results going backward and after exiting the slide, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 41a5681e00 210/230: compiler warning, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 2b5c56ab84 219/230: use sub-headings for demos, some drive-by, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d0e1177ab5 218/230: ensure correct scroll position in all windows, ELPA Syncer, 2024/07/07