unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
@ 2010-11-28 15:44 Eli Zaretskii
  2010-11-28 18:09 ` Andreas Schwab
  2010-11-28 19:02 ` Glenn Morris
  0 siblings, 2 replies; 16+ messages in thread
From: Eli Zaretskii @ 2010-11-28 15:44 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

What's the story with this endless repetitive sending of revno 102542
to emacs-diffs?

------- Start of forwarded message -------
Date: Sun, 28 Nov 2010 10:17:31 -0500
From: emacs-diffs-request@gnu.org
Subject: Emacs-diffs Digest, Vol 96, Issue 98
To: emacs-diffs@gnu.org
Reply-To: emacs-diffs@gnu.org

Send Emacs-diffs mailing list submissions to
	emacs-diffs@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.gnu.org/mailman/listinfo/emacs-diffs
or, via email, send a message with subject or body 'help' to
	emacs-diffs-request@gnu.org

You can reach the person managing the list at
	emacs-diffs-owner@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Emacs-diffs digest..."


Today's Topics:

   1. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   2. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   3. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   4. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   5. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   6. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   7. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   8. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)
   9. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris)


- ----------------------------------------------------------------------

Message: 1
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMbVp-0000Oi-BC@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 2
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMcRt-00012S-56@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 3
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMdNx-0001g9-Fm@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 4
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMeK1-0002Jv-4z@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 5
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMfG5-0002xq-2M@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 6
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMgC8-0003ba-H8@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 7
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMh8D-0004FE-PP@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 8
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMi4G-0004sv-HZ@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

Message: 9
Date: Sat, 27 Nov 2010 11:48:16 -0800
From: Glenn Morris <rgm@gnu.org>
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el
	trivia.
To: emacs-diffs@gnu.org
Message-ID: <E1PMj0K-0005We-Ij@internal.in.savannah.gnu.org>
Content-Type: text/plain; charset="us-ascii"

- ------------------------------------------------------------
revno: 102542
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Sat 2010-11-27 11:48:16 -0800
message:
  startup.el trivia.
  * lisp/startup.el (package-enable-at-startup, package-initialize):
  Remove unnecessary declarations.  (I forgot about refreshing
  ldefs-boot in such cases.)
modified:
  lisp/ChangeLog
  lisp/startup.el
- -------------- next part --------------
=== modified file 'lisp/ChangeLog'
- --- a/lisp/ChangeLog	2010-11-27 08:40:19 +0000
+++ b/lisp/ChangeLog	2010-11-27 19:48:16 +0000
@@ -1,3 +1,8 @@
+2010-11-27  Glenn Morris  <rgm@gnu.org>
+
+	* startup.el (package-enable-at-startup, package-initialize):
+	Remove unnecessary declarations.
+
 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* international/characters.el (glyphless-char-display-control):

=== modified file 'lisp/startup.el'
- --- a/lisp/startup.el	2010-11-21 19:39:21 +0000
+++ b/lisp/startup.el	2010-11-27 19:48:16 +0000
@@ -688,9 +688,6 @@
 
 (defvar server-name)
 (defvar server-process)
- -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet.
- -(defvar package-enable-at-startup)
- -(declare-function package-initialize "package" (&optional no-activate))
 
 (defun command-line ()
   (setq before-init-time (current-time)


- ------------------------------

_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs


End of Emacs-diffs Digest, Vol 96, Issue 98
*******************************************
------- End of forwarded message -------



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-28 15:44 [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98] Eli Zaretskii
@ 2010-11-28 18:09 ` Andreas Schwab
  2010-11-28 19:02 ` Glenn Morris
  1 sibling, 0 replies; 16+ messages in thread
From: Andreas Schwab @ 2010-11-28 18:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> What's the story with this endless repetitive sending of revno 102542
> to emacs-diffs?

Probably because Savannah is down.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-28 15:44 [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98] Eli Zaretskii
  2010-11-28 18:09 ` Andreas Schwab
@ 2010-11-28 19:02 ` Glenn Morris
  2010-11-29  6:40   ` Glenn Morris
  1 sibling, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2010-11-28 19:02 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii wrote:

> What's the story with this endless repetitive sending of revno 102542
> to emacs-diffs?

Not my fault, guv, I am just an innocent bystander in whatever issues
Savannah is having right now.



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-28 19:02 ` Glenn Morris
@ 2010-11-29  6:40   ` Glenn Morris
  2010-11-29 18:07     ` Stefan Monnier
  2010-11-29 19:08     ` Eli Zaretskii
  0 siblings, 2 replies; 16+ messages in thread
From: Glenn Morris @ 2010-11-29  6:40 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel


Perhaps you could turn on "emergency moderation" and discard these
messages. It is getting kind of ridiculous...



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-29  6:40   ` Glenn Morris
@ 2010-11-29 18:07     ` Stefan Monnier
  2010-11-29 19:08     ` Eli Zaretskii
  1 sibling, 0 replies; 16+ messages in thread
From: Stefan Monnier @ 2010-11-29 18:07 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Eli Zaretskii, emacs-devel

> Perhaps you could turn on "emergency moderation" and discard these
> messages. It is getting kind of ridiculous...

At least for my use withing Gnus, they're all nicely collected in the
same thread, so they don't bother me much if at all.


        Stefan



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-29  6:40   ` Glenn Morris
  2010-11-29 18:07     ` Stefan Monnier
@ 2010-11-29 19:08     ` Eli Zaretskii
  2010-11-29 20:09       ` Glenn Morris
  1 sibling, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2010-11-29 19:08 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

> Cc: emacs-devel@gnu.org
> From: Glenn Morris <rgm@gnu.org>
> Date: Mon, 29 Nov 2010 01:40:23 -0500
> 
> 
> Perhaps you could turn on "emergency moderation" and discard these
> messages.

Done.



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-29 19:08     ` Eli Zaretskii
@ 2010-11-29 20:09       ` Glenn Morris
  2010-11-29 20:54         ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2010-11-29 20:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel


>> Perhaps you could turn on "emergency moderation" and discard these
>> messages.
>
> Done.

Thanks; I was feeling like a spammer...

BTW, I saw this:

http://savannah.gnu.org/

    There's been a SQL injection leading to leaking of encrypted
    passwords, some of them discovered by brute-force attack, leading in
    turn to project membership access. We're reinstalling the system and
    restoring the data from a safe backup, probably November 24th. Please
    prepare to recommit your changes since that date.



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-29 20:09       ` Glenn Morris
@ 2010-11-29 20:54         ` Eli Zaretskii
  2010-11-29 21:07           ` Andreas Schwab
                             ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Eli Zaretskii @ 2010-11-29 20:54 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

> From: Glenn Morris <rgm@gnu.org>
> Date: Mon, 29 Nov 2010 15:09:48 -0500
> Cc: emacs-devel@gnu.org
> 
> http://savannah.gnu.org/
> 
>     There's been a SQL injection leading to leaking of encrypted
>     passwords, some of them discovered by brute-force attack, leading in
>     turn to project membership access. We're reinstalling the system and
>     restoring the data from a safe backup, probably November 24th. Please
>     prepare to recommit your changes since that date.

Recommitting should be a piece of cake with bzr, right?



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-29 20:54         ` Eli Zaretskii
@ 2010-11-29 21:07           ` Andreas Schwab
  2010-11-30  1:56           ` Chong Yidong
  2010-11-30 16:52           ` Sean Sieger
  2 siblings, 0 replies; 16+ messages in thread
From: Andreas Schwab @ 2010-11-29 21:07 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Glenn Morris <rgm@gnu.org>
>> Date: Mon, 29 Nov 2010 15:09:48 -0500
>> Cc: emacs-devel@gnu.org
>> 
>> http://savannah.gnu.org/
>> 
>>     There's been a SQL injection leading to leaking of encrypted
>>     passwords, some of them discovered by brute-force attack, leading in
>>     turn to project membership access. We're reinstalling the system and
>>     restoring the data from a safe backup, probably November 24th. Please
>>     prepare to recommit your changes since that date.
>
> Recommitting should be a piece of cake with bzr, right?

Repushing, actually.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-29 20:54         ` Eli Zaretskii
  2010-11-29 21:07           ` Andreas Schwab
@ 2010-11-30  1:56           ` Chong Yidong
  2010-11-30  3:59             ` Eli Zaretskii
                               ` (2 more replies)
  2010-11-30 16:52           ` Sean Sieger
  2 siblings, 3 replies; 16+ messages in thread
From: Chong Yidong @ 2010-11-30  1:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Glenn Morris <rgm@gnu.org>
>> Date: Mon, 29 Nov 2010 15:09:48 -0500
>> Cc: emacs-devel@gnu.org
>>
>> http://savannah.gnu.org/
>>
>>     There's been a SQL injection leading to leaking of encrypted
>>     passwords, some of them discovered by brute-force attack, leading in
>>     turn to project membership access. We're reinstalling the system and
>>     restoring the data from a safe backup, probably November 24th. Please
>>     prepare to recommit your changes since that date.
>
> Recommitting should be a piece of cake with bzr, right?

I have checkouts of both the trunk and emacs-23 taken minutes before
savannah went down: revisions 102543 and 100249 respectively.  (Savannah
went down just as I was committing to the trunk, and for a minute I
thought my commit had somehow crashed *.gnu.org).

So, a simple "bzr push" from the bound branches should do the trick?



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-30  1:56           ` Chong Yidong
@ 2010-11-30  3:59             ` Eli Zaretskii
  2010-11-30 18:21             ` Stefan Monnier
  2010-11-30 18:28             ` Andreas Schwab
  2 siblings, 0 replies; 16+ messages in thread
From: Eli Zaretskii @ 2010-11-30  3:59 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

> From: Chong Yidong <cyd@stupidchicken.com>
> Cc: Glenn Morris <rgm@gnu.org>, emacs-devel@gnu.org
> Date: Mon, 29 Nov 2010 20:56:43 -0500
> 
> So, a simple "bzr push" from the bound branches should do the trick?

That's the theory, yes.



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-29 20:54         ` Eli Zaretskii
  2010-11-29 21:07           ` Andreas Schwab
  2010-11-30  1:56           ` Chong Yidong
@ 2010-11-30 16:52           ` Sean Sieger
  2010-12-01  8:43             ` Andreas Schwab
  2 siblings, 1 reply; 16+ messages in thread
From: Sean Sieger @ 2010-11-30 16:52 UTC (permalink / raw)
  To: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

    > From: Glenn Morris <rgm@gnu.org>
    > Date: Mon, 29 Nov 2010 15:09:48 -0500
    > Cc: emacs-devel@gnu.org
    > 
    > http://savannah.gnu.org/
    > 
    >     There's been a SQL injection leading to leaking of encrypted
    >     passwords, some of them discovered by brute-force attack, leading in
    >     turn to project membership access. We're reinstalling the system and
    >     restoring the data from a safe backup, probably November 24th. Please
    >     prepare to recommit your changes since that date.

    Recommitting should be a piece of cake with bzr, right?

I was hoping that I would come home to a flurry of emacs-diffs this
morning.  Is that not an indication that all the work has been pushed?




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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-30  1:56           ` Chong Yidong
  2010-11-30  3:59             ` Eli Zaretskii
@ 2010-11-30 18:21             ` Stefan Monnier
  2010-11-30 18:49               ` Chong Yidong
  2010-11-30 18:28             ` Andreas Schwab
  2 siblings, 1 reply; 16+ messages in thread
From: Stefan Monnier @ 2010-11-30 18:21 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Eli Zaretskii, emacs-devel

> I have checkouts of both the trunk and emacs-23 taken minutes before
> savannah went down: revisions 102543 and 100249 respectively.  (Savannah
> went down just as I was committing to the trunk, and for a minute I
> thought my commit had somehow crashed *.gnu.org).

> So, a simple "bzr push" from the bound branches should do the trick?

All that matters is that noone commits until the latest commit has been
pushed back onto savannah.
So, I'd urge everyone to try "update/pull" first, then "push", and then
wait for a day (or two) before committing, in case someone else already
has a more recent version of the branch.


        Stef



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-30  1:56           ` Chong Yidong
  2010-11-30  3:59             ` Eli Zaretskii
  2010-11-30 18:21             ` Stefan Monnier
@ 2010-11-30 18:28             ` Andreas Schwab
  2 siblings, 0 replies; 16+ messages in thread
From: Andreas Schwab @ 2010-11-30 18:28 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Eli Zaretskii, emacs-devel

Chong Yidong <cyd@stupidchicken.com> writes:

> I have checkouts of both the trunk and emacs-23 taken minutes before
> savannah went down: revisions 102543 and 100249 respectively.  (Savannah
> went down just as I was committing to the trunk, and for a minute I
> thought my commit had somehow crashed *.gnu.org).

I have also a complete copy of the repository as of 2010-11-27 10:42
UTC.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-30 18:21             ` Stefan Monnier
@ 2010-11-30 18:49               ` Chong Yidong
  0 siblings, 0 replies; 16+ messages in thread
From: Chong Yidong @ 2010-11-30 18:49 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Eli Zaretskii, emacs-devel

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

>> I have checkouts of both the trunk and emacs-23 taken minutes before
>> savannah went down: revisions 102543 and 100249 respectively.  (Savannah
>> went down just as I was committing to the trunk, and for a minute I
>> thought my commit had somehow crashed *.gnu.org).
>
>> So, a simple "bzr push" from the bound branches should do the trick?
>
> All that matters is that noone commits until the latest commit has
> been pushed back onto savannah.  So, I'd urge everyone to try
> "update/pull" first, then "push", and then wait for a day (or two)
> before committing, in case someone else already has a more recent
> version of the branch.

Looks like bzr.savannah.gnu.org is back up.  I've pushed emacs-23 and
trunk.

In the case of the trunk, I'm almost completely certain that I have the
latest copy, since, as I said, Savannah went down just as (or a minute
after) I did my last commit.



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

* Re: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98]
  2010-11-30 16:52           ` Sean Sieger
@ 2010-12-01  8:43             ` Andreas Schwab
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Schwab @ 2010-12-01  8:43 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

Sean Sieger <sean.sieger@gmail.com> writes:

> I was hoping that I would come home to a flurry of emacs-diffs this
> morning.  Is that not an indication that all the work has been pushed?

Read <http://savannah.gnu.org/>.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

end of thread, other threads:[~2010-12-01  8:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28 15:44 [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98] Eli Zaretskii
2010-11-28 18:09 ` Andreas Schwab
2010-11-28 19:02 ` Glenn Morris
2010-11-29  6:40   ` Glenn Morris
2010-11-29 18:07     ` Stefan Monnier
2010-11-29 19:08     ` Eli Zaretskii
2010-11-29 20:09       ` Glenn Morris
2010-11-29 20:54         ` Eli Zaretskii
2010-11-29 21:07           ` Andreas Schwab
2010-11-30  1:56           ` Chong Yidong
2010-11-30  3:59             ` Eli Zaretskii
2010-11-30 18:21             ` Stefan Monnier
2010-11-30 18:49               ` Chong Yidong
2010-11-30 18:28             ` Andreas Schwab
2010-11-30 16:52           ` Sean Sieger
2010-12-01  8:43             ` Andreas Schwab

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).