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: jump between if-fi Date: Wed, 09 Jan 2008 00:40:00 -0500 Organization: UseNetServer.com Message-ID: References: <87y7bbpz12.fsf@newsguy.com> <4778285B.8020204@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199857257 5078 80.91.229.12 (9 Jan 2008 05:40:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 05:40:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 09 06:41:19 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JCTgj-0003iB-MK for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jan 2008 06:41:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCTgM-0000Ik-2Z for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jan 2008 00:40:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!TEKSAVVY.COM-Free-a2kHrUvQQWlmc!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:nQJM3po0pFntL+ClB4gKAYG0SlY= Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 10 Original-X-Trace: 4454b47845e1f6b5d218f06069 X-Original-Bytes: 1109 Original-Xref: shelby.stanford.edu gnu.emacs.help:155176 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50594 Archived-At: > So still wondering how to get paren type actions to work on if-fi type > shell constructs. Sadly, there is not general answer. Some modes provide special bindings to do that. Others extend C-M-f and C-M-b to take those things into account. But most don't bother at all. :-( Stefan