From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: standard r/o keybindings Date: Tue, 01 Feb 2011 13:51:14 -0500 Message-ID: <877hdjmvvh.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296587107 27216 80.91.229.12 (1 Feb 2011 19:05:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 19:05:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 01 20:05:03 2011 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 1PkLXB-0007LA-11 for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 20:05:01 +0100 Original-Received: from localhost ([127.0.0.1]:43101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkLLn-00070L-KM for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 13:53:15 -0500 Original-Received: from [140.186.70.92] (port=48668 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkLKp-0006Ki-1w for emacs-devel@gnu.org; Tue, 01 Feb 2011 13:52:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkLJs-0005C4-GV for emacs-devel@gnu.org; Tue, 01 Feb 2011 13:51:17 -0500 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:37273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkLJs-0005Bv-9R for emacs-devel@gnu.org; Tue, 01 Feb 2011 13:51:16 -0500 Original-Received: from furball (dhcp128036225073.central.yale.edu [128.36.225.73]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p11IpEq0002040 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 1 Feb 2011 13:51:14 -0500 Original-Received: by furball (Postfix, from userid 1000) id 5FD131606DE; Tue, 1 Feb 2011 13:51:14 -0500 (EST) In-Reply-To: (Sam Steingold's message of "Tue, 01 Feb 2011 12:55:11 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.144 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:135415 Archived-At: Sam Steingold writes: > M-x rgrep quit-window RET *.el RET emacs/lisp RET > will show ~60 places were quit-window is bound to "q". > > Proposal: > > add > > (defvar read-only-buffer-mode-map > > note that we already have a good candidate for > read-only-buffer-mode-map: view-mode-map. Such modes should probably inherit from special-mode. Maybe some do, and their keymaps have not been revised. Cleanups welcome.