unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Text mode vs Programming modes
Date: Fri, 05 Dec 2003 16:29:40 -0700	[thread overview]
Message-ID: <3FD114E4.4010306@yahoo.com> (raw)
In-Reply-To: jeydnUFFzrgsTk2i4p2dnA@comcast.com

Matthew Hinton wrote:

> I have the following in my .emacs to activate fill and flyspell in text 
> mode.  It also activates fill and flyspell in html-helper mode and I 
> would prefer it didn't.  What can I do to fix this?
> 
> (custom-set-variables
>  '(text-mode-hook (quote (turn-on-auto-fill flyspell-mode \ 
> text-mode-hook-identify)))
> )

(add-hook 'html-helper-mode-hook 'turn-off-auto-fill)

(add-hook 'html-helper-mode-hook 'flyspell-mode-off)

-- 
Kevin Rodgers

  reply	other threads:[~2003-12-05 23:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-05 18:50 Text mode vs Programming modes Matthew Hinton
2003-12-05 23:29 ` Kevin Rodgers [this message]
2003-12-08 18:48   ` Matthew Hinton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FD114E4.4010306@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).