Hi,
as mentioned, several modes like C++ or python-mode
need a more sophisticated determination of beginning-
or end-of-defun than a regexp may provide.
A additional function-call will be possible with patch
attached. It allows use of `M-x end-of-defun' in
python-mode for example.
Should no one
On Sep 13, 2009, at 6:29 AM, Andreas Roehler wrote:
as mentioned, several modes like C++ or python-mode
need a more sophisticated determination of beginning-
or end-of-defun than a regexp may provide.
A additional function-call will be possible with patch
attached. It allows use of `M-x end-of-
Barry Warsaw wrote:
> On Sep 13, 2009, at 6:29 AM, Andreas Roehler wrote:
>
>> as mentioned, several modes like C++ or python-mode
>> need a more sophisticated determination of beginning-
>> or end-of-defun than a regexp may provide.
>>
>> A additional function-call will be possible with patch
>>