From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.bugs Subject: Re: Minor bug in tutorial Date: Tue, 26 Jul 2005 23:14:58 +0200 Message-ID: <873bq1i819.fsf@xs4all.nl> References: <87d4647e05071806145118e344@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122412555 25627 80.91.229.2 (26 Jul 2005 21:15:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2005 21:15:55 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 26 23:15:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DxWlz-0005Ah-9A for geb-bug-gnu-emacs@m.gmane.org; Tue, 26 Jul 2005 23:15:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxWoL-0006OR-A4 for geb-bug-gnu-emacs@m.gmane.org; Tue, 26 Jul 2005 17:18:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DxWoJ-0006NL-Mw for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2005 17:17:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxWoG-0006Le-MP for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2005 17:17:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxWoG-0006LU-Jb for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2005 17:17:56 -0400 Original-Received: from [194.109.24.21] (helo=smtp-vbr1.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DxWwJ-0003Nj-IR for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2005 17:26:15 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr1.xs4all.nl (8.13.3/8.13.3) with ESMTP id j6QLEwYY035812; Tue, 26 Jul 2005 23:14:58 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DxWlO-0001ew-00; Tue, 26 Jul 2005 23:14:58 +0200 Original-To: Ron In-Reply-To: <87d4647e05071806145118e344@mail.gmail.com> (Ron's message of "Mon, 18 Jul 2005 15:14:47 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 20 X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:12601 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12601 Ron writes: > I was following the quite useful Emacs tutorial. I found this text: > > " appeared on the bottom line during your Emacs > session. > >>> Type C-x b *Messages* to look at the buffer of messages. > Then type C-b TUTORIAL to come back to this tutorial. > > If you make changes to the text of one file, then find another file, > this does not save the first file. Its changes remain inside Emacs" > > "C-b TUTORIAL" should be "C-x b TUTORIAL" Thanks for your report. The bug is already fixed in the latest version of Emacs in CVS. Lute.