bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#667: mark-defun (C-M-h)


From: martin rudalics
Subject: bug#667: mark-defun (C-M-h)
Date: Thu, 07 Aug 2008 18:42:32 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> Place point at the beginning of the line "(message ..."
> Then try C-M-h.
>
> (defun inc (i)
>   "Increment argument I"
> (interactive "p")
> (message "%d" (+ i 1)))
>
> The whole defun is not marked. (So I cannot continue and indent it with C-M-\ 
)
>
> Is this a bug?

Not really.  If you want such behavior you have to toggle
`open-paren-in-column-0-is-defun-start' to nil.

martin








reply via email to

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