From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Bind `q' to `quit-window' or similar in *Messages* Date: Wed, 3 Feb 2010 10:48:18 +0100 Message-ID: <7b501d5c1002030148j2df7b01eu92eb0729eb6cc28f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1265191939 3403 80.91.229.12 (3 Feb 2010 10:12:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 10:12:19 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 11:12:10 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 1NccDK-00026D-CI for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 11:12:02 +0100 Original-Received: from localhost ([127.0.0.1]:47458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NccDJ-0008Ku-De for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 05:12:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ncbqk-0002zX-7J for emacs-devel@gnu.org; Wed, 03 Feb 2010 04:48:42 -0500 Original-Received: from [199.232.76.173] (port=54276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncbqj-0002yz-7T for emacs-devel@gnu.org; Wed, 03 Feb 2010 04:48:41 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ncbqi-0004Jt-Cw for emacs-devel@gnu.org; Wed, 03 Feb 2010 04:48:40 -0500 Original-Received: from mail-ew0-f228.google.com ([209.85.219.228]:48861) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncbqi-0004Jg-1w for emacs-devel@gnu.org; Wed, 03 Feb 2010 04:48:40 -0500 Original-Received: by ewy28 with SMTP id 28so1132098ewy.8 for ; Wed, 03 Feb 2010 01:48:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=uydSakTnnLzravVx9egTJQ4ToCN0wRH0zQr7TEoAKPw=; b=jLNC529fLOKSureOWVCHsI/256NVdKvfyRIK6sqQb0rOe9P/c7hk8CI+Oe70wU6Ftg jFQWn6TkDIYILMjLWNKrf6I4Mn/nUN9LUA0jGyvWTnAhXrfaddadJMVEa6AAhrm53RR8 b/iwD+mdfvpc1Otg4I+EqXZegX/Pn212yGLXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=MEc3tsKHofVckKQotADY59GX3RRaUZ9xmZjgOurAgaZpS+XhP9Cw/uldCPmIVLUcOc g1UmbcDY05EfmqE0pE2ahbcv/E2Z4kZct/akcMcTRCy8N6rd2zTYtiCRrRB+0lDfK2vg r9k/9DVwaGGH7l9S6FGGHQKEnVChuBbohrRDU= Original-Received: by 10.213.109.129 with SMTP id j1mr1836869ebp.58.1265190518214; Wed, 03 Feb 2010 01:48:38 -0800 (PST) X-detected-operating-system: by monty-python.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:120847 Archived-At: In a lot of buffers that are not associated with files, such as *Occur*, *Help*, etc., `q' is bound to `quit-window', `View-quit', or similar. Why is this not the case in *Messages*? -- Deniz Dogan