From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Orm Finnendahl Newsgroups: gmane.emacs.help Subject: close pending brackets in lisp mode Date: Thu, 6 Nov 2003 21:40:26 +0100 Organization: Folkwang-Hochschule, Essen, Germany Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20031106204025.GP1733@finnendahl.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1068151427 25703 80.91.224.253 (6 Nov 2003 20:43:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2003 20:43:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 06 21:43:45 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 1AHqyn-0000d4-00 for ; Thu, 06 Nov 2003 21:43:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHqxB-0007Hc-19 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2003 15:42:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AHqwM-00072L-Ns for help-gnu-emacs@gnu.org; Thu, 06 Nov 2003 15:41:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AHqvg-0006Xb-M3 for help-gnu-emacs@gnu.org; Thu, 06 Nov 2003 15:41:03 -0500 Original-Received: from [193.175.156.129] (helo=icemserv.folkwang-hochschule.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AHqvg-0006Wy-2n for help-gnu-emacs@gnu.org; Thu, 06 Nov 2003 15:40:32 -0500 Original-Received: from grisey.local (root@icemserv.folkwang-hochschule.de [193.175.156.129]) by icemserv.folkwang-hochschule.de (8.11.6/8.11.6) with ESMTP id hA6KlOS71705 for ; Thu, 6 Nov 2003 21:47:24 +0100 (CET) (envelope-from finnendahl@folkwang-hochschule.de) Original-Received: from orm by grisey.local with local (Exim 3.36 #1 (Debian)) id 1AHqva-0001ij-00 for ; Thu, 06 Nov 2003 21:40:26 +0100 Original-To: help-gnu-emacs-mailing-list Mail-Followup-To: help-gnu-emacs-mailing-list Content-Disposition: inline X-Operating-System: Linux User-Agent: Mutt/1.5.4i 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:13872 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13872 Hi, I'm looking for the command to close all pending open brackets in lisp mode (by inserting as many close brackets at point as necessary). I just can't find it in the documentation but am almost positive that I once stumbled upon it. Can somebody help? -- Orm