From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Package menu not read-only Date: Sun, 24 Oct 2010 19:45:35 +0200 Message-ID: <8739rvtrgg.fsf@caeruleus.net> References: <87eibfucm8.fsf@caeruleus.net> <874ocb4mfr.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287942442 26782 80.91.229.12 (24 Oct 2010 17:47:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 17:47:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 19:47:19 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 1PA4f9-0003vB-BV for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 19:47:19 +0200 Original-Received: from localhost ([127.0.0.1]:36967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA4f8-0001le-PY for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 13:47:18 -0400 Original-Received: from [140.186.70.92] (port=56282 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA4ex-0001j5-Iy for emacs-devel@gnu.org; Sun, 24 Oct 2010 13:47:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PA4dY-0008H2-8e for emacs-devel@gnu.org; Sun, 24 Oct 2010 13:45:41 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:55272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PA4dX-0008GY-Rd for emacs-devel@gnu.org; Sun, 24 Oct 2010 13:45:40 -0400 Original-Received: from photon (p54A50ABA.dip0.t-ipconnect.de [84.165.10.186]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MAk71-1PLsLr24HD-00BIjr; Sun, 24 Oct 2010 19:45:37 +0200 In-Reply-To: <874ocb4mfr.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 24 Oct 2010 11:53:12 -0400") X-Provags-ID: V02:K0:auXeigYSKGHaMc7XP8hvVlTZLHaNqtMeUVA9Dzgdkkx PHrdwL2RytK+PNKq+X8WD8mBUcHp8bSFcMERdEEqNFcWxlSJwr clYTgFz53aZdM1zGygW8CsFvldk9dzmGN8E4jJAsr8F7nXf33i oUVz1YeGciynhcLHBSc1Bx84cziuw2YDAI0qlI7UQkiTyNW2Vs Qgw51lJGQOJWoSc9i0SFA== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:132057 Archived-At: * Chong Yidong (2010-10-24) writes: > Ralf Angeli writes: > >> I noticed the problem when typing in the buffer in order to jump >> to the next "link". Apparently the package names are no links at all >> and does not make much sense here. > > They are links, or rather buttons, and are clickable with the mouse. > I've just changed package-menu-mode-map to make button-buffer-map its > parent. This should let TAB work. Yup. A much nicer experience now. (c: -- Ralf