unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* How to make a mode dependent operation ?
@ 2010-12-04 19:50 Fren Zeee
  2010-12-04 20:08 ` Dimitri Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fren Zeee @ 2010-12-04 19:50 UTC (permalink / raw)
  To: Emacs Dev [emacs-devel]

Here is a simple newbie problem :

In c-mode, I want to insert a skeleton of function as


 () {



}


and In lisp-mode, I want

( defun ()
""


)


and similarly in scheme, java, python, haskell, pascal ...


What is the quick but maybe not the dirty way to do it ?


What is the PRO way to do it ? I have heard a little about the hooking
hooks :)


What is a hook and what is proper place of use ? Is it appropriate for
this kind of private customization ?


Franz



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

end of thread, other threads:[~2010-12-04 21:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04 19:50 How to make a mode dependent operation ? Fren Zeee
2010-12-04 20:08 ` Dimitri Fontaine
2010-12-04 20:54 ` Eric M. Ludlam
2010-12-04 21:40 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

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

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