[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ampc 5aae56a25d 101/111: * packages/ampc/ampc.el: Add p
From: |
Stefan Monnier |
Subject: |
[elpa] externals/ampc 5aae56a25d 101/111: * packages/ampc/ampc.el: Add proper file trailer. |
Date: |
Tue, 20 Feb 2024 18:16:44 -0500 (EST) |
branch: externals/ampc
commit 5aae56a25d84e32b43082360ae53875469461c98
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* packages/ampc/ampc.el: Add proper file trailer.
---
ampc.el | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/ampc.el b/ampc.el
index 2012b9facb..bce7a9370c 100644
--- a/ampc.el
+++ b/ampc.el
@@ -31,7 +31,7 @@
;;; ** installation
;; If you use GNU ELPA, install ampc via M-x package-list-packages RET or
;; (package-install 'ampc). Otherwise, grab the files in this repository and
-;; put the emacs lisp ones somewhere in your load-path or add the directory the
+;; put the Emacs Lisp ones somewhere in your load-path or add the directory the
;; files are in to it, e.g.:
;;
;; (add-to-list 'load-path "~/.emacs.d/ampc")
@@ -363,7 +363,7 @@ invocation."
"List of MPD commands that should be executed synchronously.
Executing commands that print lots of output synchronously will
result in massive performance improvements of ampc. If the car
-of this list is `t', execute all commands synchronously other
+of this list is t, execute all commands synchronously other
than the ones specified by the rest of the list."
:type '(repeat symbol))
@@ -3062,7 +3062,7 @@ ampc is connected to."
;;;###autoload
(defun ampc (&optional host port suspend)
- "ampc is an asynchronous client for the MPD media player.
+ "Ampc is an asynchronous client for the MPD media player.
This function is the main entry point for ampc.
HOST and PORT specify the MPD instance to connect to. The values
@@ -3076,9 +3076,9 @@ default to the ones specified in `ampc-default-server'."
(unless port
(setf port (or (cdr ampc-default-server) (read-string "Port: "))))
(when (and ampc-connection
- (or (not (equal host ampc-host))
- (not (equal port ampc-port))
- (not (ampc-on-p))))
+ (not (and (equal host ampc-host)
+ (equal port ampc-port)
+ (ampc-on-p))))
(ampc-quit))
(unless ampc-connection
(let ((connection (open-network-stream "ampc"
@@ -3115,3 +3115,4 @@ default to the ones specified in `ampc-default-server'."
;; fill-column: 80
;; indent-tabs-mode: nil
;; End:
+;;; ampc.el ends here
- [elpa] externals/ampc bdb75f9ab9 051/111: * ampc.el (ampc-mode-map): Add checkboxes to the toggle menu items., (continued)
- [elpa] externals/ampc bdb75f9ab9 051/111: * ampc.el (ampc-mode-map): Add checkboxes to the toggle menu items., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 3c81462de0 058/111: * ampc.el: Add tool-bar., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc c3c36d6a5e 060/111: * ampc.el: Add mouse support., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc f0462f2d8c 061/111: * ampc.el (ampc): Change the name of the internal communication buffer to, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc bb5ba9b2bb 068/111: * ampc.el: Add ampc-mini, a command to select the song to play via, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc effd06f0d8 072/111: * ampc.el: Add mouse support for playlist commands., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc cd2a3a93a6 074/111: * ampc.el: Doc simplifications., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 0941e8d180 079/111: * ampc.el: Make ampc synchronous., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 2b4cbc7db9 088/111: * ampc.el: Use tab-stop-list for tabulated lists., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 0bf832e424 092/111: * Add tagger. ampc-tagger.cpp: New file., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 5aae56a25d 101/111: * packages/ampc/ampc.el: Add proper file trailer.,
Stefan Monnier <=
- [elpa] externals/ampc 259d4f6363 103/111: * ampc/ampc.el: Fix up warnings and use cl-lib. Change maintainer, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc e045d5a2fa 102/111: Remove ampc, then re-add, since I cannot find it anywhere else, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc a98412698b 105/111: * ampc/ampc.el (ampc-views): Add "Search view", Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 4a2a2e642f 109/111: ; Prefer HTTPS to HTTP in URLs, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc b15e6985a9 054/111: The package of ampc is ampc itself, not GNU Emacs. All files changed., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 1dda527e59 055/111: * ampc.el (ampc-item-mode-map): Clarify docs in regards to the arguments of, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 1bc7428150 069/111: * ampc.el (ampc-handle-command): Handle mini-currentsong., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc c41fde637d 073/111: * ampc.el (ampc-goto-current-song): Goto point-min if there is no song currently, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 8e34ab9150 082/111: * ampc.el (ampc-update-playlist, ampc-fill-status, ampc-configure-frame), Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 3eaa022007 086/111: * ampc.el: Remove explicit easymenu requirement because it autoloads., Stefan Monnier, 2024/02/20