all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Generic hook for "code modes?"
@ 2011-12-02 16:23 Dave Abrahams
  2011-12-02 16:40 ` Dan Nicolaescu
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Abrahams @ 2011-12-02 16:23 UTC (permalink / raw)
  To: emacs-devel


I have some things I want to set up whenever I'm editing source code,
pretty much no matter the language.  Is there a central hook for code
modes, or do I need to make a table of code modes myself?

Thanks,

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com





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

* Re: Generic hook for "code modes?"
  2011-12-02 16:23 Generic hook for "code modes?" Dave Abrahams
@ 2011-12-02 16:40 ` Dan Nicolaescu
  2011-12-02 17:02   ` Dave Abrahams
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2011-12-02 16:40 UTC (permalink / raw)
  To: Dave Abrahams; +Cc: emacs-devel

Dave Abrahams <dave@boostpro.com> writes:

> I have some things I want to set up whenever I'm editing source code,
> pretty much no matter the language.  Is there a central hook for code
> modes, or do I need to make a table of code modes myself?

From the current trunk etc/NEWS:

**** `prog-mode-hook' can be used to enable features for programming
modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
on-the-fly spell checking for comments and strings.



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

* Re: Generic hook for "code modes?"
  2011-12-02 16:40 ` Dan Nicolaescu
@ 2011-12-02 17:02   ` Dave Abrahams
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Abrahams @ 2011-12-02 17:02 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: emacs-devel


on Fri Dec 02 2011, Dan Nicolaescu <dann-AT-gnu.org> wrote:

> Dave Abrahams <dave@boostpro.com> writes:
>
>> I have some things I want to set up whenever I'm editing source code,
>> pretty much no matter the language.  Is there a central hook for code
>> modes, or do I need to make a table of code modes myself?
>
> From the current trunk etc/NEWS:
>
> **** `prog-mode-hook' can be used to enable features for programming
> modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
> on-the-fly spell checking for comments and strings.

Thanks; maybe I need to upgrade to Emacs24 sometime soon.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com



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

end of thread, other threads:[~2011-12-02 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 16:23 Generic hook for "code modes?" Dave Abrahams
2011-12-02 16:40 ` Dan Nicolaescu
2011-12-02 17:02   ` Dave Abrahams

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.