emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: end-of-defun acts weirdly in c-mode; also, mark-defun in c-mode


From: Stefan Monnier
Subject: Re: end-of-defun acts weirdly in c-mode; also, mark-defun in c-mode
Date: Mon, 02 Feb 2009 17:46:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> `c-mark-function' will mark a construct which lacks a brace block, such
> as

>    int foo (int bar) ;

> , whereas C-M-a and C-M-e search for outermost brace blocks ("soon" to be
> enhanced to find objects inside C++ namespaces and the like).

> I have no idea how useful this marking of a braceless construct is.
> _Somebody_ probably uses it.  (Hi, Barry Warsaw, are you listening?)

Hopefully, end-of-defun-function can be used so that make-defun DTRT.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]