From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: wrong major mode for tutorials Date: Tue, 12 May 2009 12:07:52 -0400 Message-ID: <871vqupanb.fsf@cyd.mit.edu> References: <20090508.081740.91326658.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1242144656 22417 80.91.229.12 (12 May 2009 16:10:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 May 2009 16:10:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 12 18:10:46 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 1M3uZ4-00045p-68 for ged-emacs-devel@m.gmane.org; Tue, 12 May 2009 18:10:46 +0200 Original-Received: from localhost ([127.0.0.1]:58216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3uZ3-000590-Jn for ged-emacs-devel@m.gmane.org; Tue, 12 May 2009 12:10:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3uWF-0002vM-EZ for emacs-devel@gnu.org; Tue, 12 May 2009 12:07:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3uWA-0002qt-1D for emacs-devel@gnu.org; Tue, 12 May 2009 12:07:50 -0400 Original-Received: from [199.232.76.173] (port=57125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3uW9-0002qh-Pb for emacs-devel@gnu.org; Tue, 12 May 2009 12:07:45 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:58524) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3uW5-0006vp-2i; Tue, 12 May 2009 12:07:41 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2768757E263; Tue, 12 May 2009 12:07:52 -0400 (EDT) In-Reply-To: <20090508.081740.91326658.wl@gnu.org> (Werner LEMBERG's message of "Fri, 08 May 2009 08:17:40 +0200 (CEST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) 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:110835 Archived-At: Werner LEMBERG writes: > 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.