From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: command-separator char Date: Sun, 21 Jun 2015 13:29:18 -0400 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1434907819 20820 80.91.229.3 (21 Jun 2015 17:30:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2015 17:30:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 21 19:30:19 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z6j4U-0004BY-LG for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 19:30:18 +0200 Original-Received: from localhost ([::1]:36859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6j4T-0006Hl-Ud for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 13:30:17 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Injection-Info: mx02.eternal-september.org; posting-host="814657101c06c1777c5f9c3f756172a2"; logging-data="7782"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19uBZ8wcyL7YKJL23zpfup8" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:CilxFzqGl2pudWpZjKQEF3CpEFc= sha1:tlYfByrH4nT6pMno6kZ7su+Xfv0= Original-Xref: usenet.stanford.edu gnu.emacs.help:212779 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105063 Archived-At: > 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. 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