all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs *-mode add-hook functions (not working>)
@ 2014-11-07 14:18 3246251196ryan
  2014-11-07 14:59 ` Eli Zaretskii
       [not found] ` <mailman.13128.1415372413.1147.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 9+ messages in thread
From: 3246251196ryan @ 2014-11-07 14:18 UTC (permalink / raw)
  To: help-gnu-emacs

In order to use CEDET with Windows I need to tell semantic to append include files to search through to "the" list. In order to do this, I run a function on C++ mode. For example:

===
(add-hook 'c++-mode-hook 'rjd-my-semantic-load-includes)
===

^^^^^ This is fine. When I load up a .cpp file the function is called and all the necessary headers are included and CEDET parses them.

However, a few lines down I have this line:

===
(add-hook 'c-mode-hook 'rjd-my-semantic-load-includes)
===

At work we do not adhere to calling C++ include files with the .hpp file extension. Our header files are .h - thus, emacs considers this to be a C style. When I open a .h file however I know the hook function has not been called (and I can prove it if  you wish unless you are just happy to accept this).

What am I doing wrong with these hook functions?

===

The simply way to get around this is to - having loaded up a .h file - do "M-x c-mode" and then the hook function runs and everything is fine. But why do I need to do this? The mode in the bottom of the emacs screen doesn't change even after doing M-x c-mode, it is always (C/1 Abbrev).

Cheers.


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

end of thread, other threads:[~2014-11-11 17:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 14:18 Emacs *-mode add-hook functions (not working>) 3246251196ryan
2014-11-07 14:59 ` Eli Zaretskii
2014-11-07 17:58   ` Stefan Monnier
     [not found]   ` <mailman.13162.1415383171.1147.help-gnu-emacs@gnu.org>
2014-11-09 23:15     ` 3246251196ryan
2014-11-10 15:49       ` 3246251196ryan
2014-11-10 17:37         ` 3246251196ryan
2014-11-10 18:39           ` Drew Adams
     [not found]           ` <mailman.13379.1415644798.1147.help-gnu-emacs@gnu.org>
2014-11-11 17:33             ` 3246251196ryan
     [not found] ` <mailman.13128.1415372413.1147.help-gnu-emacs@gnu.org>
2014-11-07 17:21   ` 3246251196ryan

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.