From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Has unread-command-events changed? Date: Tue, 23 Nov 2010 02:43:13 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1290476635 20455 80.91.229.12 (23 Nov 2010 01:43:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Nov 2010 01:43:55 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 23 02:43:51 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKhvA-000786-DD for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 02:43:48 +0100 Original-Received: from localhost ([127.0.0.1]:34148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKhv9-0004xY-V7 for ged-emacs-devel@m.gmane.org; Mon, 22 Nov 2010 20:43:47 -0500 Original-Received: from [140.186.70.92] (port=42122 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKhv1-0004xT-IZ for emacs-devel@gnu.org; Mon, 22 Nov 2010 20:43:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKhuw-0002t2-Lk for emacs-devel@gnu.org; Mon, 22 Nov 2010 20:43:39 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:40241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKhuw-0002sv-FR for emacs-devel@gnu.org; Mon, 22 Nov 2010 20:43:34 -0500 Original-Received: by ewy21 with SMTP id 21so631752ewy.0 for ; Mon, 22 Nov 2010 17:43:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=b0nAo5WbVHCXvn8laJ6hFKUbudLVQ6c9bjn/9uVrOjg=; b=w6QzZWf9kXm5E8QXxGX+k7EIwVPhkyCecgvJSFd+cRhR9SDVTqNRVhz/nsuwV0QW+y Qaay8JcpdPoV3Ipvh5cJbhYrfi/Ptq9rayfDOJHkrqHb6XaWgreDXFtldbZva9UjKJ1u fiRH1vxUaJyoEN6K/2Egh/NJUCMZMsdVuloQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=elfNWmlyor5IpZ9BWh/shFwvNb6g4QirNwEZCUWdBR3odZfDD4D47xYA/0Wehpwhqg rgj5iYJMoh3Q7dfnnWl7bwRPQxeFJJFVZwHAvrXdyllbn0SXV02LgpnjetZ3Jsm2MXcC a6cVOVIf3HxkzOkL/+3jBoo+H0zcEUeglSwFM= Original-Received: by 10.213.14.79 with SMTP id f15mr5689546eba.58.1290476613525; Mon, 22 Nov 2010 17:43:33 -0800 (PST) Original-Received: by 10.213.22.135 with HTTP; Mon, 22 Nov 2010 17:43:13 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133038 Archived-At: I just did a trunk checkout and built an unpatched Emacs. Running my usual nXhtml tests I found something is wrong with unread-command-events. I am testing if it is nil and it is not: unread-command-events=((menu-bar) nxhtml-menu-mode nxhtml-help-map nxhtmltest-run) I have never seen this before. Has anyone any clue to what has happened? Here is some version info about the checkout: (defconst emacs-emacsw32-bzr-revision-id "eliz@gnu.org-20101122181507-96djlhrgv60f5eul") (defconst emacs-emacsw32-bzr-date "2010-11-22 20:15:07 +0200") (defconst emacs-emacsw32-bzr-revno 102475) (defconst emacs-emacsw32-bzr-branch-nick "trunk")