bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53638: [PATCH] newsticker better path handling and data storage


From: mailj2
Subject: bug#53638: [PATCH] newsticker better path handling and data storage
Date: Sun, 30 Jan 2022 19:47:03 +0000

The way newsticker currently handles paths involves directly concating
"/", which only works for UNIX systems.

Additionally, since newsticker uses `prin1-to-string' for storing
groups and cache, it should be enforced that `print-level' and
`print-length' are set to nil for the operation just as a precaution (it
happened to me that I manually set these once, which resulted in the
newsticker cache being corrupted).

This patch should fix both of these issues.

Attachment: newsticker-patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]