From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: Wrapping code in a try/except Date: Fri, 19 Nov 2010 19:27:28 +0100 Message-ID: <4CE6C190.8040007@easy-emacs.de> References: <4CD13E95.3040808@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290190724 27154 80.91.229.12 (19 Nov 2010 18:18:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2010 18:18:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 19 19:18:40 2010 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.69) (envelope-from ) id 1PJVXj-0001mZ-R1 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Nov 2010 19:18:39 +0100 Original-Received: from localhost ([127.0.0.1]:37769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJVXj-0004fI-6I for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Nov 2010 13:18:39 -0500 Original-Received: from [140.186.70.92] (port=48097 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJVXN-0004f7-7P for help-gnu-emacs@gnu.org; Fri, 19 Nov 2010 13:18:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJVXM-0003Tu-AL for help-gnu-emacs@gnu.org; Fri, 19 Nov 2010 13:18:17 -0500 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:64863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJVXL-0003T2-US for help-gnu-emacs@gnu.org; Fri, 19 Nov 2010 13:18:16 -0500 Original-Received: from [192.168.178.29] (brln-4db9eb74.pool.mediaWays.net [77.185.235.116]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MCdZW-1PA7bK2jdC-008nhE; Fri, 19 Nov 2010 19:18:12 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 In-Reply-To: X-Provags-ID: V02:K0:mZNZBaKEM7bHVHgUpyZuHf8XQTeNLBql8tgxJ9kdX+O kavmO2Kzw2ADurpeTk+ExqnBXuYiAO6KOLVnrhWu5zvu7xzixi 8zEQjndYmcfrmobBVPjTVRxBAcC1AI2+NB9qw6KLTfmtP5e8pL UFqwbmKPkBQNvTKM3K0QM6hJOhvgQ/oP7h7prvPCFEOyhK45pO By9iJ9LEkxVhN5dIpiryy+60VGjdNllR/9NEmsPSFE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:75408 Archived-At: it's not automatically > indented in the rest of the C++ code... > Write a function based on `indent-region' with reasonable defaults -- function-beginnning-pos, point. Make it run with an idle-timer like fontifying does. Could be a feature request if not existing already.