From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: (no subject) Date: Thu, 30 Sep 2010 13:32:11 +0530 Message-ID: <81bp7fd5h8.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285833761 12806 80.91.229.12 (30 Sep 2010 08:02:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2010 08:02:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 30 10:02:40 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 1P1E6B-0000dE-U2 for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2010 10:02:40 +0200 Original-Received: from localhost ([127.0.0.1]:57489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1E6B-0001H5-9p for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2010 04:02:39 -0400 Original-Received: from [140.186.70.92] (port=38684 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1E5z-0001Gx-H8 for emacs-devel@gnu.org; Thu, 30 Sep 2010 04:02:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1E5x-0004ZY-IY for emacs-devel@gnu.org; Thu, 30 Sep 2010 04:02:27 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:46299) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1E5x-0004ZI-Cw for emacs-devel@gnu.org; Thu, 30 Sep 2010 04:02:25 -0400 Original-Received: by pzk26 with SMTP id 26so972164pzk.0 for ; Thu, 30 Sep 2010 01:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:date:message-id :user-agent:mime-version:content-type; bh=U17g/qafKbw4tB28qUb7vDcdkxs2j8+yaO6wB3evxgk=; b=UiYgDIFfT8//lkuaKBrLqzUyB4z2/7hualBx0F1VWqmFDFeOplXTTQTHKhnwR7bRzn vt9swsGK/rM4InceC5ITziZ6dq4IvTiiFvn/fxZ6phUyNJ2HyBQAseCHX+CW6uknhMB1 AJr+dnq1ldtDYkGjd/RImTFZ76rb/AsX6I/Bk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:date:message-id:user-agent:mime-version:content-type; b=PwKf1lfCc4nrLA3DFV1rY31CVfAGuQJQA4deyxgFBRsBVR9t/0bN1MfiH3r85S+eJ9 pmdSG2JQFR6NiH02A4w+7Z/HXH+EAneB9T3QnVuFmRpwUFjI5zM4G8peln4vcBr5sdsX A8IK+jtrlozhw4jWROy7Obb9dbhgXrBN2jbX8= Original-Received: by 10.114.56.18 with SMTP id e18mr3670451waa.34.1285833743940; Thu, 30 Sep 2010 01:02:23 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.184.10.43]) by mx.google.com with ESMTPS id d2sm16105688wam.2.2010.09.30.01.02.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Sep 2010 01:02:22 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (windows-nt) 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:131095 Archived-At: Emacs version. ,---- | GNU Emacs 23.1.91.1 (i386-mingw-nt5.1.2600) of 2010-01-03 on PRETEST `---- I am using package.el http://github.com/davidswelt/aquamacs-emacs/raw/aquamacs24 (I hope it is as good as one in the trunk) If I do M-x list-packages, I see that revert-buffer-function gets set to package-menu-revert. The problem seems to be that it is having a 'global' effect so that a revert on an elisp buffer fails with "if: The current buffer is not a Package Menu" Please take care of this if it is not already taken care of. Jambunathan K.