From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7292: view-mode clobbers speedbar bindings Date: Wed, 27 Oct 2010 23:01:53 -0400 Message-ID: <7lr5fbuiji.fsf@fencepost.gnu.org> References: <4CC8BDBE.4090709@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288236532 12360 80.91.229.12 (28 Oct 2010 03:28:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2010 03:28:52 +0000 (UTC) Cc: 7292@debbugs.gnu.org To: Ryan Twitchell Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 28 05:28:50 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1PBJAX-0002D9-O8 for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Oct 2010 05:28:50 +0200 Original-Received: from localhost ([127.0.0.1]:41648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBJAW-0005z3-WE for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 23:28:49 -0400 Original-Received: from [140.186.70.92] (port=60518 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBJ9a-00057z-8E for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 23:27:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBIvL-0005Jw-AZ for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 23:13:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBIvL-0005Js-9G for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 23:13:07 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBIgj-0003Cj-U3; Wed, 27 Oct 2010 22:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Oct 2010 02:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7292 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7292-submit@debbugs.gnu.org id=B7292.128823466712309 (code B ref 7292); Thu, 28 Oct 2010 02:58:01 +0000 Original-Received: (at 7292) by debbugs.gnu.org; 28 Oct 2010 02:57:47 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBIgV-0003CU-Dg for submit@debbugs.gnu.org; Wed, 27 Oct 2010 22:57:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBIgT-0003CP-Li for 7292@debbugs.gnu.org; Wed, 27 Oct 2010 22:57:45 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBIkT-0001vp-Jq; Wed, 27 Oct 2010 23:01:53 -0400 X-Spook: Guantanamo ammunition Europol defense information warfare X-Ran: 5w]~:mpHRP*]M`vr* (Ryan Twitchell's message of "Wed\, 27 Oct 2010 20\:03\:10 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 27 Oct 2010 22:58:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41183 Archived-At: Ryan Twitchell wrote: > speedbar-mode calls toggle-read-only; Why does it do this, as opposed to `(setq buffer-read-only t)'? (I notice a few other files call toggle-read-only as well. Seems odd.)