From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: fundamental-mode-hook Date: Thu, 08 Feb 2007 21:56:48 -0800 Message-ID: <87r6szub4v.fsf@floss.red-bean.com> References: <45CA70FA.6020002@gmail.com> <877iutvu8v.fsf@floss.red-bean.com> <45CA7F9B.5080808@gmail.com> <87k5ysveyh.fsf@floss.red-bean.com> Reply-To: kfogel@red-bean.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170968028 7858 80.91.229.12 (8 Feb 2007 20:53:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Feb 2007 20:53:48 +0000 (UTC) Cc: lekktu@gmail.com, lennart.borgman@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 08 21:53:41 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 1HFGGt-0007Mf-TA for ged-emacs-devel@m.gmane.org; Thu, 08 Feb 2007 21:53:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFGGt-0007DD-JC for ged-emacs-devel@m.gmane.org; Thu, 08 Feb 2007 15:53:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFGGj-0007D7-Hr for emacs-devel@gnu.org; Thu, 08 Feb 2007 15:53:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFGGi-0007Cv-3n for emacs-devel@gnu.org; Thu, 08 Feb 2007 15:53:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFGGi-0007Cs-0g for emacs-devel@gnu.org; Thu, 08 Feb 2007 15:53:24 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HFGGc-0007IU-QC; Thu, 08 Feb 2007 15:53:18 -0500 Original-Received: from localhost ([127.0.0.1]:46281 helo=floss.red-bean.com ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.63) (envelope-from ) id 1HFGGb-00088f-VY; Thu, 08 Feb 2007 14:53:18 -0600 X-Windows: never had it, never will. In-Reply-To: (Richard Stallman's message of "Thu\, 08 Feb 2007 14\:45\:46 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: 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:66135 Archived-At: Richard Stallman writes: > Fundamental mode is not supposed to run a hook, it is supposed > to make the global definitions of Emacs show through. > So please take out that change. Done; thanks for updating the manual. -Karl