From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: fundamental-mode-hook Date: Thu, 08 Feb 2007 14:46:25 -0500 Message-ID: References: <45CA70FA.6020002@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1170964190 25726 80.91.229.12 (8 Feb 2007 19:49:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Feb 2007 19:49:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 08 20:49:47 2007 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 1HFFH8-00007E-MB for ged-emacs-devel@m.gmane.org; Thu, 08 Feb 2007 20:49:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFFH8-0003yS-7y for ged-emacs-devel@m.gmane.org; Thu, 08 Feb 2007 14:49:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFFF6-0001qI-Gv for emacs-devel@gnu.org; Thu, 08 Feb 2007 14:47:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFFF4-0001oT-K0 for emacs-devel@gnu.org; Thu, 08 Feb 2007 14:47:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFFF4-0001oL-Dw for emacs-devel@gnu.org; Thu, 08 Feb 2007 14:47:38 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFFF4-0004IV-2c for emacs-devel@gnu.org; Thu, 08 Feb 2007 14:47:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HFFDt-0004Fp-Ui; Thu, 08 Feb 2007 14:46:25 -0500 In-reply-to: <45CA70FA.6020002@gmail.com> (lennart.borgman@gmail.com) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:66134 Archived-At: Each major mode should have a normal "mode hook" named `MODENAME-mode-hook'. fundamental-mode does not have such a hook. Fundamental mode is an exception to many of these conventions. I will update the manual.