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

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

Re: command-separator char


From: Andreas Röhler
Subject: Re: command-separator char
Date: Sun, 21 Jun 2015 20:18:43 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 21.06.2015 um 19:29 schrieb Stefan Monnier:
Reflecting a generic level of navigations, it would be helpful if the
language-modes would set such a constant.
Maybe it exists already?
As you can expect, SMIE does do that.
May you tell me how it is named there?

   E.g. when right in front of
a semi-colon, C-M-f will skip over the following instruction, and when
right after a semi-colon C-M-b will skip over the preceding instruction.
And M-C-t will swap the two instructions.


         Stefan

Hmm, in python-mode, C-M-f at beginning of

import time; import os

ends after "os", but should stop at semi-colon.

Thanks,

Andreas



reply via email to

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