GNU bug report logs -
#22903
25.0.92; gnus-dribble-eval-file: Symbol’s value as variable is void: n
Previous Next
Reported by: Daiki Ueno <ueno <at> gnu.org>
Date: Fri, 4 Mar 2016 06:32:01 UTC
Severity: normal
Tags: fixed
Found in version 25.0.92
Fixed in version 25.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Gnus started to signal $subject on startup, if there is a
~/.newsrc-dribble file. Looking at ~/.newsrc-dribble, I find a
suspicious "\n":
(gnus-server-set-info "news.gmane.org" '(nntp "news.gmane.org"))\n
This is inserted by `gnus-server-update-server':
(gnus-dribble-enter
(concat "(gnus-server-set-info \"" server "\" '"
(gnus-prin1-to-string (cdr entry)) ")\n")
(concat "^(gnus-server-set-info \"" (regexp-quote server) "\"")))
and escaped by `gnus-dribble-enter' with the following change:
commit 6816bfffceb0b5de18a2e364dd9aa47c328c34fe
Author: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Sat Feb 6 16:02:26 2016 +1100
Ensure that Gnus dribble handling allows removing entries
* lisp/gnus/gnus-start.el (gnus-dribble-enter): Ensure that each
entry is on a single line.
Could you take a look at it?
Thanks,
--
Daiki Ueno
This bug report was last modified 9 years and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.