From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: wrong major mode for tutorials Date: Tue, 12 May 2009 20:34:10 +0200 (CEST) Message-ID: <20090512.203410.26983803.wl@gnu.org> References: <20090508.081740.91326658.wl@gnu.org> <871vqupanb.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242153286 19564 80.91.229.12 (12 May 2009 18:34:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 May 2009 18:34:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: cyd@stupidchicken.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 12 20:34:36 2009 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.50) id 1M3woC-0005Dn-1U for ged-emacs-devel@m.gmane.org; Tue, 12 May 2009 20:34:32 +0200 Original-Received: from localhost ([127.0.0.1]:53370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3woB-0003yq-99 for ged-emacs-devel@m.gmane.org; Tue, 12 May 2009 14:34:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3wo6-0003yV-6R for emacs-devel@gnu.org; Tue, 12 May 2009 14:34:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3wo1-0003xm-KA for emacs-devel@gnu.org; Tue, 12 May 2009 14:34:25 -0400 Original-Received: from [199.232.76.173] (port=34123 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3wo1-0003xj-F0 for emacs-devel@gnu.org; Tue, 12 May 2009 14:34:21 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:43361) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M3wo0-0007TF-Tr for emacs-devel@gnu.org; Tue, 12 May 2009 14:34:21 -0400 Original-Received: (qmail invoked by alias); 12 May 2009 18:34:15 -0000 Original-Received: from ip-78-94-12-68.unitymediagroup.de (EHLO localhost) [78.94.12.68] by mail.gmx.net (mp037) with SMTP; 12 May 2009 20:34:15 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX1/N7bIiclzN+YnaHxw3P2NND90Seid3XOpZlh2Pwf c0EGBvs8dVKfho In-Reply-To: <871vqupanb.fsf@cyd.mit.edu> X-Mailer: Mew version 6.2.50 on Emacs 22.3.1 / Mule 5.0 (SAKAKI) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:110838 Archived-At: >> While revising and updating the German translation of the tutorial >> I found out that if you type `C-h t', the tutorial is now loaded in >> `text' mode. However, the text assumes that the tutorial's mode is >> `fundamental'. This is a discrepancy. > > There's no real reason to choose between text or fundamental mode > for the tutorial, I think. Since it's easier to change tutorial.el > than to change all the tutorials, I did the former. Thanks. Werner