[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs d88a9cbe46 362/466: Merge pull request #36 from
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs d88a9cbe46 362/466: Merge pull request #36 from LemonBreezes/fix-format-string-in-message-function |
Date: |
Sat, 15 Mar 2025 19:18:21 -0400 (EDT) |
branch: elpa/aidermacs
commit d88a9cbe46d66ac18865acf9bc022ff903a86ca9
Merge: ce5b3db958 ea47980ed7
Author: Matthew Zeng <matthewzmd@posteo.net>
Commit: GitHub <noreply@github.com>
Merge pull request #36 from
LemonBreezes/fix-format-string-in-message-function
---
aidermacs.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aidermacs.el b/aidermacs.el
index 733f92e613..c5c353699d 100644
--- a/aidermacs.el
+++ b/aidermacs.el
@@ -494,7 +494,7 @@ Sends the \"/ls\" command and returns the list of files via
callback."
"Get the most recent output from aidermacs."
(interactive)
(when (stringp aidermacs--current-output)
- (message aidermacs--current-output)
+ (message "%s" aidermacs--current-output)
(kill-new aidermacs--current-output)
aidermacs--current-output))
- [nongnu] elpa/aidermacs 3508032e5a 323/466: Refactor add process, (continued)
- [nongnu] elpa/aidermacs 3508032e5a 323/466: Refactor add process, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs c04309b90e 330/466: fix: more misplaced aidermacs-add-current-file, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 2bf5e4849f 332/466: Use anthropic/claude-3-7-sonnet-20250219 by default, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs f8240d8537 333/466: Fix docstrings, remove unused aidermacs-utils.el, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 163462bd87 337/466: Teach users how to use the new sonnet with thinking tokens, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a3b90b7831 342/466: Sync aidermacs-doom.el with aidermacs-transient-menu, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 5312291b0f 351/466: Fix aidermacs--vterm-output-advice, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d5480ad14b 350/466: Improve vterm backend, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4f946571c9 355/466: Merge pull request #35 from CeleritasCelery/syntax_fix, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 5b8ef9963c 364/466: Refine RECIPE, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d88a9cbe46 362/466: Merge pull request #36 from LemonBreezes/fix-format-string-in-message-function,
ELPA Syncer <=
- [nongnu] elpa/aidermacs a5a2014492 363/466: Add SDPX-License-Identifier, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 6cf069083d 378/466: Remove aidermacs-doom.el, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4c7265f33f 377/466: Truncate commentary, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d1c314bf96 381/466: Fix aidermacs-project-root bug, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 007e8d1bf2 382/466: Add aidermacs-create-session-scratchpad, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a8260f8f18 384/466: Update README, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs e4f9b266d9 391/466: Fix typo, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 26ee6979ed 394/466: Fix docstring, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 8dfee3561c 397/466: Fix linting, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 8b295c8f95 412/466: Use aidermacs-prompt-regexp, ELPA Syncer, 2025/03/15