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#11127: 24.0.94; [PATCH] Tutorial breaks with modified key bindings Date: Thu, 29 Mar 2012 16:17:40 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1333052328 5084 80.91.229.3 (29 Mar 2012 20:18:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Mar 2012 20:18:48 +0000 (UTC) Cc: 11127@debbugs.gnu.org To: "Aaron S. Hawley" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Mar 29 22:18:47 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SDLny-0001aC-LB for geb-bug-gnu-emacs@m.gmane.org; Thu, 29 Mar 2012 22:18:46 +0200 Original-Received: from localhost ([::1]:58031 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDLnx-00061s-MD for geb-bug-gnu-emacs@m.gmane.org; Thu, 29 Mar 2012 16:18:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDLnu-00061J-98 for bug-gnu-emacs@gnu.org; Thu, 29 Mar 2012 16:18:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDLns-0008Hq-NU for bug-gnu-emacs@gnu.org; Thu, 29 Mar 2012 16:18:41 -0400 Original-Received: from [140.186.70.43] (port=38483 helo=debbugs.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDLns-0008HE-KD for bug-gnu-emacs@gnu.org; Thu, 29 Mar 2012 16:18:40 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SDMIE-00061o-EW for bug-gnu-emacs@gnu.org; Thu, 29 Mar 2012 16:50:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Mar 2012 20:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11127 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 11127-submit@debbugs.gnu.org id=B11127.133305415223072 (code B ref 11127); Thu, 29 Mar 2012 20:50:02 +0000 Original-Received: (at 11127) by debbugs.gnu.org; 29 Mar 2012 20:49:12 +0000 Original-Received: from localhost ([127.0.0.1]:45315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SDMHP-000604-RM for submit@debbugs.gnu.org; Thu, 29 Mar 2012 16:49:12 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:57133) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SDMHO-0005zy-T3 for 11127@debbugs.gnu.org; Thu, 29 Mar 2012 16:49:11 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SDLmu-0003HC-KY; Thu, 29 Mar 2012 16:17:40 -0400 X-Spook: Jiang Zemin Janet Reno anthrax Rand Corporation diwn ISEC X-Ran: p8q\Hy)'Z=34'RF2FN6(Y/5#r6Q>+=(gvfAjo[0s|*S(90qn/vDJ[:dn82AK\yR9@2qxb: X-Hue: magenta X-Attribution: GM In-Reply-To: (Aaron S. Hawley's message of "Thu, 29 Mar 2012 14:49:33 -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.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58298 Archived-At: "Aaron S. Hawley" wrote: > * tutorial.el (help-with-tutorial, tutorial--display-changes): If > user has modified default key bindings then Emacs complains > "Buffer is read-only: #" rather than adding the > notice about "the most important standard Emacs commands". I cannot reproduce this with the current trunk. I did: emacs -Q (global-set-key [?\C-f] 'ignore) C-h t The tutorial opens just fine: Emacs tutorial. See end for copying conditions. NOTICE: The main purpose of the Emacs tutorial is to teach you the most important standard Emacs commands (key bindings). However, your Emacs has been customized by changing some of these basic editing commands, so it doesn't correspond to the tutorial. We have inserted colored notices where the altered commands have been introduced. [More] Why is your tutorial read-only?