From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Niels Geuts Newsgroups: gmane.emacs.help Subject: Re: Preventing toggling off minor modes in nxhtml mumamo chunks Date: Fri, 15 Aug 2008 22:05:36 -0700 (PDT) Message-ID: <19008809.post@talk.nabble.com> References: <18977384.post@talk.nabble.com> <48A4C9D1.5060803@gmail.com> <19008791.post@talk.nabble.com> 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 1218900779 1589 80.91.229.12 (16 Aug 2008 15:32:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Aug 2008 15:32:59 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 16 17:33:51 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KUNmp-000299-9W for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Aug 2008 17:33:51 +0200 Original-Received: from localhost ([127.0.0.1]:35463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUNls-0003Zu-LD for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Aug 2008 11:32:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUDyv-0007QK-8B for help-gnu-emacs@gnu.org; Sat, 16 Aug 2008 01:05:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUDys-0007Nh-JR for Help-gnu-emacs@gnu.org; Sat, 16 Aug 2008 01:05:40 -0400 Original-Received: from [199.232.76.173] (port=50372 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUDyr-0007NT-Vv for Help-gnu-emacs@gnu.org; Sat, 16 Aug 2008 01:05:38 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:46205) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KUDyr-0007IH-Ja for Help-gnu-emacs@gnu.org; Sat, 16 Aug 2008 01:05:37 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KUDyq-0003GR-2Z for Help-gnu-emacs@gnu.org; Fri, 15 Aug 2008 22:05:36 -0700 In-Reply-To: <19008791.post@talk.nabble.com> X-Nabble-From: nielsgeurtslists@gmail.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Sat, 16 Aug 2008 11:31:56 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56718 Archived-At: Niels Geuts wrote: >But this did: > >(add-hook 'after-change-major-mode-hook 'linum-mode 'auto-fill-function) Correction. This should be: (add-hook 'after-change-major-mode-hook 'linum-mode) -- View this message in context: http://www.nabble.com/Preventing-toggling-off-minor-modes-in-nxhtml-mumamo-chunks-tp18977384p19008809.html Sent from the Emacs - Help mailing list archive at Nabble.com.