From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: Simon Josefsson <simon@josefsson.org>
Subject: nnml.el and nnfolder.el
Date: Sun, 14 Nov 2004 15:30:13 -0600 (CST) [thread overview]
Message-ID: <200411142130.iAELUD027375@raven.dms.auburn.edu> (raw)
I believe that the following two compiler warnings in the `make
bootstrap' output seem real:
In nnfolder-save-marks: nnfolder.el:1243:19:Warning: `error' called
with 1 args to fill 2 format field(s)
and:
nnml.el:987:19:Warning: `error' called with 1 args to fill 2
format field(s)
They probably resulted from typos. I know nothing about those two
files and do not remember what procedure to follow for bug fixes to
Gnus, but I would guess that the following were really intended:
===File ~/nnfolder-diff=====================================
*** nnfolder.el 29 Sep 2004 07:46:22 -0500 1.18
--- nnfolder.el 14 Nov 2004 14:51:13 -0600
***************
*** 1240,1246 ****
nnfolder-marks-modtime))
(error (or (gnus-yes-or-no-p
(format "Could not write to %s (%s). Continue? " file err))
! (error "Cannot write to %s (%s)" err))))))
(defun nnfolder-open-marks (group server)
(let ((file (nnfolder-group-marks-pathname group)))
--- 1240,1246 ----
nnfolder-marks-modtime))
(error (or (gnus-yes-or-no-p
(format "Could not write to %s (%s). Continue? " file err))
! (error "Cannot write to %s (%s)" file err))))))
(defun nnfolder-open-marks (group server)
(let ((file (nnfolder-group-marks-pathname group)))
============================================================
===File ~/nnml-diff=========================================
*** nnml.el 29 Sep 2004 07:46:22 -0500 1.13
--- nnml.el 14 Nov 2004 15:02:39 -0600
***************
*** 984,990 ****
nnml-marks-modtime))
(error (or (gnus-yes-or-no-p
(format "Could not write to %s (%s). Continue? " file err))
! (error "Cannot write to %s (%s)" err))))))
(defun nnml-open-marks (group server)
(let ((file (expand-file-name
--- 984,990 ----
nnml-marks-modtime))
(error (or (gnus-yes-or-no-p
(format "Could not write to %s (%s). Continue? " file err))
! (error "Cannot write to %s (%s)" file err))))))
(defun nnml-open-marks (group server)
(let ((file (expand-file-name
============================================================
next reply other threads:[~2004-11-14 21:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-14 21:30 Luc Teirlinck [this message]
2004-11-14 22:36 ` nnml.el and nnfolder.el Reiner Steib
2004-11-14 23:25 ` Luc Teirlinck
2004-11-14 23:31 ` Miles Bader
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=200411142130.iAELUD027375@raven.dms.auburn.edu \
--to=teirllm@dms.auburn.edu \
--cc=simon@josefsson.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.
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.