Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: Compiled format specs in .newsrc.eld?
Date: Mon, 17 Jun 2002 16:17:31 +0200	[thread overview]
Message-ID: <iluofeakn0k.fsf@latte.josefsson.org> (raw)
In-Reply-To: <m37kky0zf2.fsf@defun.localdomain> (Jesper Harder's message of "Mon, 17 Jun 2002 16:09:53 +0200")

Jesper Harder <harder@ifa.au.dk> writes:

> jas@extundo.com (Simon Josefsson) writes:
>
>> I tried changing it to remove, but M-x gnus-compile still doesn't put
>> anything in .newsrc.eld.
>
> Did you quit Gnus before you checked the file?

Yup, but I missed to update one place, the patch below works for me as
well.  Does someone want to commit it?

Does it improve alot to do M-x gnus-compile?  Anyone care to
benchmark?

--- gnus-start.el.~6.46.~	Fri Jun 14 17:55:20 2002
+++ gnus-start.el	Mon Jun 17 16:13:18 2002
@@ -611,7 +611,7 @@
 (defun gnus-clear-system ()
   "Clear all variables and buffers."
   ;; Clear Gnus variables.
-  (let ((variables (delete 'gnus-format-specs gnus-variable-list)))
+  (let ((variables (remove 'gnus-format-specs gnus-variable-list)))
     (while variables
       (set (car variables) nil)
       (setq variables (cdr variables))))
@@ -2021,7 +2021,7 @@
   "Read startup file.
 If FORCE is non-nil, the .newsrc file is read."
   ;; Reset variables that might be defined in the .newsrc.eld file.
-  (let ((variables (delete 'gnus-format-specs gnus-variable-list)))
+  (let ((variables (remove 'gnus-format-specs gnus-variable-list)))
     (while variables
       (set (car variables) nil)
       (setq variables (cdr variables))))




  reply	other threads:[~2002-06-17 14:17 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-15  0:35 Jesper Harder
2002-06-15 10:00 ` Simon Josefsson
2002-06-15 16:15   ` Jesper Harder
2002-06-15 17:38 ` Kai Großjohann
2002-06-16  2:23   ` Jesper Harder
2002-06-16 10:04     ` Kai Großjohann
2002-06-17 12:13       ` Katsumi Yamaoka
2002-06-17 13:31         ` Kai Großjohann
2002-06-17 14:03           ` Jesper Harder
2002-06-17 14:03           ` Simon Josefsson
2002-06-17 14:09             ` Jesper Harder
2002-06-17 14:17               ` Simon Josefsson [this message]
2002-06-17 15:13                 ` Jesper Harder
2002-06-17 15:56                   ` Simon Josefsson
2002-06-17 16:31                     ` Jesper Harder
2002-06-17 16:54                       ` Simon Josefsson
2002-06-17 19:59                         ` Jesper Harder
2002-06-17 16:25                   ` Kai Großjohann
2002-06-17 15:36                 ` Kai Großjohann
2002-06-17 23:13                 ` Katsumi Yamaoka
2002-06-18  2:12                   ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iluofeakn0k.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).