[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/popper 1a059a5973 009/102: Reduced surface area of pack
From: |
ELPA Syncer |
Subject: |
[elpa] externals/popper 1a059a5973 009/102: Reduced surface area of package |
Date: |
Fri, 8 Sep 2023 15:58:50 -0400 (EDT) |
branch: externals/popper
commit 1a059a5973f9dbccad355851b6bde61f226e68ad
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Reduced surface area of package
Reduced the number of commands to just four now
- popper-mode
- popper-toggle-latest
- popper-cycle
- popper-toggle-type
---
popper.el | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/popper.el b/popper.el
index c6a7f57ebe..586827b8f1 100644
--- a/popper.el
+++ b/popper.el
@@ -219,7 +219,6 @@ in the list of buffers TEST-BUFFER-LIST."
(defun popper-close-latest ()
"Close the last opened popup."
- (interactive "P")
(if (null popper-open-popup-alist)
(message (if popper-mode
"No open popups!"
@@ -239,7 +238,6 @@ in the list of buffers TEST-BUFFER-LIST."
(defun popper-open-latest ()
"Open the last closed popup."
- (interactive)
(if (null popper-buried-popup-alist)
(message (if popper-mode
"No buried popups!"
@@ -266,6 +264,7 @@ in the list of buffers TEST-BUFFER-LIST."
(defun popper-open-all ()
"Open all popups.
+
Note that buffers that are displayed in the same 'position' on
the screen by `display-buffer' will not all be displayed."
(while popper-buried-popup-alist
@@ -312,7 +311,6 @@ direction."
(defun popper-raise-popup (&optional buffer)
"Raise a popup to regular status.
If BUFFER is not specified,raise the current buffer."
- (interactive)
(when-let* ((buf (get-buffer (or buffer (current-buffer))))
(popup-status (buffer-local-value 'popper-popup-status buf)))
(with-current-buffer buf
@@ -325,7 +323,6 @@ If BUFFER is not specified,raise the current buffer."
"Turn a regular buffer BUFFER into a popup.
If BUFFER is not specified act on the current buffer instead."
- (interactive)
(let ((buf (get-buffer (or buffer (current-buffer)))))
(with-current-buffer buf
(setq popper-popup-status (if (popper-popup-p buf)
- [elpa] externals/popper 2be084a77c 045/102: Set a minimum window size (#9), (continued)
- [elpa] externals/popper 2be084a77c 045/102: Set a minimum window size (#9), ELPA Syncer, 2023/09/08
- [elpa] externals/popper 7761fab568 049/102: Swapped out mp4 for gif, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 898e04b38b 004/102: Fixed errors in defcustom options, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 4bff39358e 015/102: Removed unnecessary progn, ELPA Syncer, 2023/09/08
- [elpa] externals/popper a1f0f33566 011/102: Linting for MELPA + added License (GPL v3), ELPA Syncer, 2023/09/08
- [elpa] externals/popper 07c2c14435 005/102: Typos in README.org, ELPA Syncer, 2023/09/08
- [elpa] externals/popper b0e48719fd 008/102: Logic fix in popper.el, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 238dae1e46 025/102: Removed redundant info from documentation, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 500d1d477c 021/102: Fixed duplication bug, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 03dc41c315 019/102: More robust minor mode definition, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 1a059a5973 009/102: Reduced surface area of package,
ELPA Syncer <=
- [elpa] externals/popper a27500408c 023/102: Enhancements, see details, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 3584603390 013/102: Setting up project awareness, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 9eb1a8cbd8 006/102: Merge pull request #1 from syohex/fix-minimum-version, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 35e266d984 031/102: Add support for fullscreen popups, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 598571f025 041/102: Started work on buffer-hiding feature, ELPA Syncer, 2023/09/08
- [elpa] externals/popper b120c6836c 042/102: extract window height determining function, ELPA Syncer, 2023/09/08
- [elpa] externals/popper c96915cb77 043/102: Merge commit 'b120c68' into feature, ELPA Syncer, 2023/09/08
- [elpa] externals/popper cd975ac5b8 047/102: Updated README with new features, popups by predicate, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 1312c0f0f6 053/102: Added video demo of buffer hiding, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 851d838821 065/102: Extracted popper-echo into a separate library, ELPA Syncer, 2023/09/08