all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22903: 25.0.92; gnus-dribble-eval-file: Symbol’s value as variable is void: n
@ 2016-03-04  6:31 Daiki Ueno
  2016-03-04 11:54 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Daiki Ueno @ 2016-03-04  6:31 UTC (permalink / raw)
  To: 22903; +Cc: Lars Ingebrigtsen

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@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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22903: 25.0.92; gnus-dribble-eval-file: Symbol’s value as variable is void: n
  2016-03-04  6:31 bug#22903: 25.0.92; gnus-dribble-eval-file: Symbol’s value as variable is void: n Daiki Ueno
@ 2016-03-04 11:54 ` Lars Ingebrigtsen
  2016-03-04 22:49   ` Daiki Ueno
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2016-03-04 11:54 UTC (permalink / raw)
  To: Daiki Ueno; +Cc: 22903

Daiki Ueno <ueno@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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22903: 25.0.92; gnus-dribble-eval-file: Symbol’s value as variable is void: n
  2016-03-04 11:54 ` Lars Ingebrigtsen
@ 2016-03-04 22:49   ` Daiki Ueno
  0 siblings, 0 replies; 3+ messages in thread
From: Daiki Ueno @ 2016-03-04 22:49 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 22903

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Daiki Ueno <ueno@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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-04 22:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04  6:31 bug#22903: 25.0.92; gnus-dribble-eval-file: Symbol’s value as variable is void: n Daiki Ueno
2016-03-04 11:54 ` Lars Ingebrigtsen
2016-03-04 22:49   ` Daiki Ueno

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.