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: package-menu-revert - Bug? Date: Thu, 30 Sep 2010 13:41:11 +0530 Message-ID: <811v8bd528.fsf@gmail.com> References: <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 1285834302 15132 80.91.229.12 (30 Sep 2010 08:11:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2010 08:11:42 +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:11:41 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 1P1EEt-0003Rd-RH for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2010 10:11:40 +0200 Original-Received: from localhost ([127.0.0.1]:45718 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1EEt-0004SO-4C for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2010 04:11:39 -0400 Original-Received: from [140.186.70.92] (port=44352 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1EEf-0004P4-28 for emacs-devel@gnu.org; Thu, 30 Sep 2010 04:11:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1EEd-00066Q-Ru for emacs-devel@gnu.org; Thu, 30 Sep 2010 04:11:25 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:42909) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1EEd-000666-Ic for emacs-devel@gnu.org; Thu, 30 Sep 2010 04:11:23 -0400 Original-Received: by pxi5 with SMTP id 5so976417pxi.0 for ; Thu, 30 Sep 2010 01:11:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:in-reply-to :references:user-agent:date:message-id:mime-version:content-type; bh=GQnY2LFSAheWxz1emGyiwolYBa+cDMeRLtnaBZWUy6U=; b=oWFwz5Ux3Y054PdYy+Be/kryDIAs+sq/PJtvn3MhivKN60pwcn9wSFi35gYOvys5pX kefolW9cDW6VANwi7lwBJfcmtRHp8PNBY/C9COYsVxJYXKaNCSZBS9R77LqkXoLVy31I KBklrtSfx/+cj1796V/xczBcqbO78fnhpSum0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; b=KpjdVHa0qe8kCrTMZAt7PrJqGHLhkMGmCF19q64IIXJPhV/NcEOXNxh9cxX0dJhOAR W798MGyRj9v5snNUV3dOlbvOEOEgqM8lSaPFV/ln7AYY1WDowPwIrCIo8YxOKA7J6Enc qvn8uVj1WfSwCwa2+2xlaoQWbqnd9j6vQ8VM8= Original-Received: by 10.114.137.15 with SMTP id k15mr3586251wad.225.1285834282265; Thu, 30 Sep 2010 01:11:22 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.184.10.43]) by mx.google.com with ESMTPS id s5sm16120710wak.0.2010.09.30.01.11.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Sep 2010 01:11:21 -0700 (PDT) In-Reply-To: <81bp7fd5h8.fsf@gmail.com> (Jambunathan K.'s message of "Thu, 30 Sep 2010 13:32:11 +0530") 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:131096 Archived-At: Resent with a proper subject line. Jambunathan K writes: > 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.