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

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

Re: syntax for ?= in sh-mode


From: Stefan
Subject: Re: syntax for ?= in sh-mode
Date: Fri, 24 Sep 2004 08:33:10 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin)

> In that case, I don't understand the overall logic.
> Where does it move if you start here?

>> a * b + c * d, e * f, g * h
>               ^

It moves to right after `c'.  The logic is thefollowing:
the precedence-level for the move is determined by the punctuation seen before
seeing a parenthesis or a symbol-constituent.

I.e. if I'm in front of a `,' and do C-M-f, it'll skip over anything of higher
precedence than a comma.


        Stefan




reply via email to

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