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: {}-block matching in minibuffer Date: Mon, 25 Jul 2005 13:25:31 +0100 Message-ID: <3kk0kpFtl649U1@individual.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122290941 3143 80.91.229.2 (25 Jul 2005 11:29:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 11:29:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 25 13:28:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dx184-0000r3-LI for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 13:28:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx1AM-0001Fj-GU for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 07:30:38 -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-Followup-To: comp.emacs Original-Lines: 15 Original-X-Trace: individual.net 4/hp1vifbacjl+WfFJa20gCpqVJ9q7PTLVlDfNqU3TbUxmyxwz User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:132633 comp.emacs:89747 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:28152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28152 Hi, 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! regards Marc