From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: {}-block matching in minibuffer Date: Mon, 25 Jul 2005 19:58:07 +0200 Message-ID: <3kkn47Fuj394U1@individual.net> References: <3kk0kpFtl649U1@individual.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1122314028 14594 80.91.229.2 (25 Jul 2005 17:53:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 17:53:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 25 19:53:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dx78j-0007Bs-JK for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 19:53:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx7B2-0006mf-Cm for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 13:55:44 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 27 Original-X-Trace: individual.net +XjYTXt8qzLDObJ+X3itNwSJTir3Hx4ybzhQlg852aV5U9VwkJ User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:132645 comp.emacs:89756 Original-To: help-gnu-emacs@gnu.org 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:28167 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28167 Johan Bockgård wrote: > Marc Tfardy writes: > > >>I use c-mode often and I have often very long if-blocks, so when I >>close if-block with '}' I can't see the flashing beginnig-} because >>it is not visible on the screen. I know, there ist a method to say >>Emacs, it should display the line with beginning-{ in minibufer when >>I close the block, but I don't know how. Could someone give me one >>hint? Thanks! > > > Hint: The same question was asked here (gnu.emacs.help) 3 days ago. Thanks for this hint! I found thread you mean ("matching parenthesis"). In my emacs (21.3.1) directory was no file mic-paren.el, so I downloaded it from http://user.it.uu.se/~mic/emacs.html and everything works fine! Thanks again! Which surprises me - many years ago this matching parenthesis over screen limits is allready functioned and I had nothing to install. Strangely... regards Marc