From: Chong Yidong <cyd@stupidchicken.com>
To: Miles Bader <miles@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs 23.2.94 pretest
Date: Tue, 15 Feb 2011 10:49:14 -0500 [thread overview]
Message-ID: <87lj1hs3gl.fsf@stupidchicken.com> (raw)
In-Reply-To: <buolj1hrj87.fsf@dhlpc061.dev.necel.com> (Miles Bader's message of "Tue, 15 Feb 2011 13:54:00 +0900")
Miles Bader <miles@gnu.org> writes:
> Chong Yidong <cyd@stupidchicken.com> writes:
>> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.2.93-23.2.94.xdelta
>>
>> Please send me an email reporting success or failure on your build
>> platform. Report bugs via M-x report-emacs-bugs, or email
>> bug-gnu-emacs@gnu.org. For questions, email emacs-devel@gnu.org.
>
> What about the "copyright.el botch" I posted about a few days ago...?
>
> Lars suggested a fix (let-binding write-file-hooks instead of
> copyright-update), but I dunno if that's considered the right thing...
Sorry, I forgot about that. Does something like this work?
Also, it would be nice if someone could figure out why this used to
work.
*** lisp/gnus/nnfolder.el 2011-01-02 23:50:46 +0000
--- lisp/gnus/nnfolder.el 2011-02-15 15:47:59 +0000
***************
*** 1099,1106 ****
(gnus-make-directory (file-name-directory (buffer-file-name)))
(let ((coding-system-for-write
(or nnfolder-file-coding-system-for-write
! nnfolder-file-coding-system))
! (copyright-update nil))
(save-buffer)))
(unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
(nnfolder-save-nov)))
--- 1099,1106 ----
(gnus-make-directory (file-name-directory (buffer-file-name)))
(let ((coding-system-for-write
(or nnfolder-file-coding-system-for-write
! nnfolder-file-coding-system)))
! (set (make-local-variable 'copyright-update) nil)
(save-buffer)))
(unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
(nnfolder-save-nov)))
next prev parent reply other threads:[~2011-02-15 15:49 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-15 4:46 Emacs 23.2.94 pretest Chong Yidong
2011-02-15 4:54 ` Miles Bader
2011-02-15 15:49 ` Chong Yidong [this message]
2011-02-15 18:43 ` copyright-update in nnfolder [was Re: Emacs 23.2.94 pretest] Glenn Morris
2011-02-15 20:30 ` Stefan Monnier
2011-02-16 2:22 ` Miles Bader
2011-02-16 21:28 ` Emacs 23.2.94 pretest Lars Ingebrigtsen
2011-02-17 1:00 ` Sean Sieger
2011-02-23 17:36 ` Uday S Reddy
2011-02-23 17:44 ` Chong Yidong
2011-02-23 17:51 ` Uday S Reddy
2011-02-23 19:01 ` Chong Yidong
2011-02-23 19:27 ` Eli Zaretskii
2011-02-23 20:36 ` Uday S Reddy
2011-02-23 20:41 ` Lennart Borgman
2011-02-24 0:28 ` Christoph
2011-02-23 21:21 ` Chong Yidong
2011-02-23 21:51 ` Eli Zaretskii
2011-02-23 23:11 ` Chong Yidong
2011-02-23 23:35 ` Uday Reddy
2011-02-24 3:54 ` Eli Zaretskii
2011-02-23 23:46 ` Uday S Reddy
2011-02-23 17:59 ` Eli Zaretskii
2011-02-24 1:13 ` Sean Sieger
2011-02-24 4:01 ` Eli Zaretskii
[not found] ` <4D669A15.9080701@online.de>
2011-02-24 18:09 ` Chong Yidong
2011-02-24 18:56 ` Andreas Schwab
2011-02-24 21:26 ` Andreas Röhler
2011-02-24 22:20 ` Davis Herring
2011-02-25 6:46 ` Andreas Röhler
2011-02-25 9:32 ` Andreas Schwab
2011-02-25 10:09 ` Andreas Röhler
2011-02-25 7:01 ` Andreas Röhler
2011-02-25 13:35 ` Davis Herring
2011-02-25 10:18 ` Andreas Röhler
2011-02-25 10:29 ` Andreas Schwab
2011-02-25 11:31 ` Andreas Röhler
2011-02-25 11:43 ` Andreas Röhler
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lj1hs3gl.fsf@stupidchicken.com \
--to=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
--cc=miles@gnu.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).