From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: emacs needs to have a code folding feature Date: Wed, 28 Nov 2007 15:44:06 +0100 Message-ID: <4F939343-EA6D-49B8-A835-86B5C10EAE43@Web.DE> References: <20071128014245.091D81487D@ws5-9.us4.outblaze.com> <87hcj6xv0x.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196261097 4528 80.91.229.12 (28 Nov 2007 14:44:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2007 14:44:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bastien , q101100111000@graffiti.net Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 28 15:45:05 2007 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 1IxO9q-00062j-Hw for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Nov 2007 15:44:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxO9a-0008Ve-RD for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Nov 2007 09:44:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxO9K-0008Si-EK for help-gnu-emacs@gnu.org; Wed, 28 Nov 2007 09:44:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxO9H-0008Ox-QJ for help-gnu-emacs@gnu.org; Wed, 28 Nov 2007 09:44:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxO9H-0008Om-F3 for help-gnu-emacs@gnu.org; Wed, 28 Nov 2007 09:44:23 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxO9H-0004Zo-Bh for help-gnu-emacs@gnu.org; Wed, 28 Nov 2007 09:44:23 -0500 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id AC37BB4082E1; Wed, 28 Nov 2007 15:44:08 +0100 (CET) Original-Received: from [195.4.210.221] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #208) id 1IxO92-0005KH-00; Wed, 28 Nov 2007 15:44:08 +0100 In-Reply-To: <87hcj6xv0x.fsf@bzg.ath.cx> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+yFUoU8QD8vhSW4uIKDcd5WkJHUl6lDhAWlQU3 X63rLKRo0fFlBGZ1A2rudJK8CxNeUEuU3V/vUSiwEPaxVfgghV G+OfTpwn9HK1X4QTSWWQ== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:49636 Archived-At: Am 28.11.2007 um 16:13 schrieb Bastien: >> Also, Emacs needs to have a parenthesis/bracket/curly-brace >> highlighting >> to highlight a PAIR of them when the cursor is on or next to one of >> them. > > (require 'paren) > (show-paren-mode 1) This might be easier to achieve. I have just this customisation: '(blink-matching-paren-on-screen t) '(show-paren-mode t) A bit further goes mic-paren.el, which highlights the whole region between matching braces. -- Greetings Pete Clovis' Consideration of an Atmospheric Anomaly: The perversity of nature is nowhere better demonstrated than by the fact that, when exposed to the same atmosphere, bread becomes hard while crackers become soft.