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 20:19:38 +0200 Message-ID: <3kkociFum9mdU1@individual.net> References: <3kk0kpFtl649U1@individual.net> <3kkn47Fuj394U1@individual.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1122315200 18512 80.91.229.2 (25 Jul 2005 18:13:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 18:13:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 25 20:13:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dx7Rk-0001PU-Q1 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 20:13:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx7U2-0006aV-La for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 14:15:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 54 Original-X-Trace: individual.net GIgVzpSmJ1w4ecubBHv6yw3TgdGsl9fgH7f9tnvfb5Xa4Iw2VV 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:132651 comp.emacs:89759 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:28172 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28172 Klaus Berndl wrote: > On Mon, 25 Jul 2005, Marc Tfardy wrote: > > >> 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! > > > This version is fully outdated!! > > Please go to the Emacs Wiki and download the current version: > > It can be obtained from the packages-site of Emacs Wiki: > http://www.emacswiki.org/elisp/index.html. > > Go down the list and find a current mic-paren.el. Much smarter than what you > have downloaded and fixes some bugs. Yes, I found this link already in "matching parenthesis", but unfortunately I get: Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, please contact the webmaster. Error 403 But I will try later. regards Marc