all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Text mode vs Programming modes
@ 2003-12-05 18:50 Matthew Hinton
  2003-12-05 23:29 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Hinton @ 2003-12-05 18:50 UTC (permalink / raw)


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)))
)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Text mode vs Programming modes
  2003-12-05 18:50 Text mode vs Programming modes Matthew Hinton
@ 2003-12-05 23:29 ` Kevin Rodgers
  2003-12-08 18:48   ` Matthew Hinton
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2003-12-05 23:29 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Text mode vs Programming modes
  2003-12-05 23:29 ` Kevin Rodgers
@ 2003-12-08 18:48   ` Matthew Hinton
  0 siblings, 0 replies; 3+ messages in thread
From: Matthew Hinton @ 2003-12-08 18:48 UTC (permalink / raw)


Thanks a lot that did the trick.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-08 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-05 18:50 Text mode vs Programming modes Matthew Hinton
2003-12-05 23:29 ` Kevin Rodgers
2003-12-08 18:48   ` Matthew Hinton

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.