From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Uwe Mayer Newsgroups: gmane.emacs.help Subject: place cursor automatically Date: Mon, 18 Aug 2003 10:57:29 +0200 Organization: University of Karlsruhe, Germany Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: Reply-To: merkosh@hadiko.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1061198306 1457 80.91.224.253 (18 Aug 2003 09:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2003 09:18:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 18 11:18:24 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19og9g-0001qf-00 for ; Mon, 18 Aug 2003 11:18:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19og8K-0008Ld-0A for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Aug 2003 05:17:00 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!solnet.ch!solnet.ch!130.59.10.21.MISMATCH!irazu.switch.ch!switch.ch!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!news.rz.uni-karlsruhe.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: hadim111.hadiko.uni-karlsruhe.de Original-X-Trace: news.rz.uni-karlsruhe.de 1061196893 9229 172.20.45.11 Original-X-Complaints-To: usenet@rz.uni-karlsruhe.de User-Agent: KNode/0.7.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:115960 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11876 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11876 Hi, When I use Emacs in a Programming Mode that uses "{" and "}" to enclose blocks I'd like it to complete the closing brace automatically, or at least jump into the Block when I enter the closing brace, so I want to reduce: "{" "}" to "{" "}" How do you do that, or where do you start off? Can that behaviour be configured or will I habe to go into lisp? Thanks Uwe --