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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22903 in the body.
You can then email your comments to 22903 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
larsi <at> gnus.org, bug-gnu-emacs <at> gnu.org
:
bug#22903
; Package
emacs
.
(Fri, 04 Mar 2016 06:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daiki Ueno <ueno <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
larsi <at> gnus.org, bug-gnu-emacs <at> gnu.org
.
(Fri, 04 Mar 2016 06:32:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22903
; Package
emacs
.
(Fri, 04 Mar 2016 11:55:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 22903 <at> debbugs.gnu.org (full text, mbox):
Daiki Ueno <ueno <at> gnu.org> writes:
> 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:
I just removed the newline... that seems to fix stuff.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Added tag(s) fixed.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 04 Mar 2016 11:55:02 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 25.1, send any further explanations to
22903 <at> debbugs.gnu.org and Daiki Ueno <ueno <at> gnu.org>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 04 Mar 2016 11:55:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22903
; Package
emacs
.
(Fri, 04 Mar 2016 22:50:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 22903 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Daiki Ueno <ueno <at> gnu.org> writes:
>
>> 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:
>
> I just removed the newline... that seems to fix stuff.
Thanks. I was actually uncertain which would be the better fix: remove
"\n" there, or unescape it in `gnus-dribble-read-file'.
Regards,
--
Daiki Ueno
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 02 Apr 2016 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.