GNU bug report logs - #68980
[Matto Fransen] Propose to add rcirc-sqlite to ELPA

Previous Next

Package: elpa;

Reported by: Stefan Kangas <stefankangas <at> gmail.com>

Date: Wed, 7 Feb 2024 19:21:01 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 68980 <at> debbugs.gnu.org, Matto Fransen <matto <at> matto.nl>
Subject: bug#68980: [Matto Fransen] Propose to add rcirc-sqlite to ELPA
Date: Wed, 07 Feb 2024 20:11:24 -0500
> I would like to propose to add the package `rcirc-sqlite' to ELPA.
>
> rcirc is a default, simple IRC client in Emacs. rcirc can be
> enabled to log to files.
>
> rcirc-sqlite diverts the rcirc logs to a SQLite database and offers
> some functionality to query this database.
>
> Please see: https://codeberg.org/mattof/rcirc-sqlite/

LGTM, thank you.
I just added it to `elpa.git`.
See below for a few minor changes that would be desirable.


        Stefan


diff --git a/.gitignore b/.gitignore
index 92112bec18..a475b22e90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,6 @@
 # Undo-tree save-files
 *.~undo-tree
 
+# ELPA-generated files
+/rcirc-sqlite-autoloads.el
+/rcirc-sqlite-pkg.el
diff --git a/rcirc-sqlite.el b/rcirc-sqlite.el
index 9928695d0d..f37440361c 100644
--- a/rcirc-sqlite.el
+++ b/rcirc-sqlite.el
@@ -45,6 +45,9 @@
 
 ;;; Code:
 
+(defvar rcirc-log-alist)
+(defvar rcirc-log-time-format)
+
 (defgroup rcirc-sqlite nil
   "Rcirc logging in SQLite."
   :prefix "rcirc-sqlite-"





This bug report was last modified 1 year and 160 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.