Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!math.lsa.umich.edu!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!agate!shelby!csli!poser From: poser@csli.Stanford.EDU (Bill Poser) Newsgroups: comp.lang.c Subject: emacs functions for editing C Keywords: EMACS C Message-ID: <16439@csli.Stanford.EDU> Date: 16 Nov 90 01:51:34 GMT Organization: Center for the Study of Language and Information, Stanford U. Lines: 14 There are a number of functions I would like to have available in (GNU)EMACS for editing C code that are not to my knowledge part of the C major mode. The functions that come to mind are: goto-beginning-of-function goto-end-of-function name-current-function Before I set out to write them, I'd like to enquire as to whether anyone has done this. (I'd also love an extension to etags that created tags for external identifiers.) Bill