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: wrong major mode for tutorials Date: Fri, 08 May 2009 08:17:40 +0200 (CEST) Message-ID: <20090508.081740.91326658.wl@gnu.org> 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 1241769613 32092 80.91.229.12 (8 May 2009 08:00:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 08:00:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 08 10:00:03 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 1M2Kzx-0000kx-MP for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 10:00:01 +0200 Original-Received: from localhost ([127.0.0.1]:58804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2Kzw-0000yT-VH for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 04:00:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2Kzr-0000yJ-V8 for emacs-devel@gnu.org; Fri, 08 May 2009 03:59:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2Kzn-0000xv-8H for emacs-devel@gnu.org; Fri, 08 May 2009 03:59:55 -0400 Original-Received: from [199.232.76.173] (port=58035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2Kzn-0000xp-3S for emacs-devel@gnu.org; Fri, 08 May 2009 03:59:51 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:57081) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M2Kzm-0005cA-8y for emacs-devel@gnu.org; Fri, 08 May 2009 03:59:50 -0400 Original-Received: (qmail invoked by alias); 08 May 2009 06:59:46 -0000 Original-Received: from 77-20-101-114-dynip.superkabel.de (EHLO localhost) [77.20.101.114] by mail.gmx.net (mp066) with SMTP; 08 May 2009 08:59:46 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX19+etZVKR1+djcj1VMv4wM8h7CB8kBDUklqjdlcw/ aIBDLmNe58RzZ4 X-Mailer: Mew version 6.2.50 on Emacs 22.3.1 / Mule 5.0 (SAKAKI) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110767 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 are two possibilities to fix this: 1. Assure that `TUTORIAL' (and its translations) is loaded in fundamental mode. 2. Update the tutorial files. What's the preferred solution? Werner