From 05dced08441bf1bac041ad0a37543436042bed5e Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Tue, 7 Feb 2023 13:28:31 -0700 Subject: [PATCH] Commentary on next error --- tacc.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tacc.el b/tacc.el index 32514f1..85feaaf 100644 --- a/tacc.el +++ b/tacc.el @@ -57,6 +57,8 @@ ;; BUG : Countdown was ??? because 0 doesn't default to zero but "now". ;; That does leave an edgecase in the countdown display I'll need to explicitly check for ;; ERROR: timer shutdown seems to leave things in a wrong state and buffer doesn't die properly +;; ERROR: Current error is a wrong argument error where we're expecting a marker or position +;; Strictly before printing the graph bar and it gets fed a quadruple, constantly changes ;; Optional (require 'icicles nil t)