From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: a simple convenience function Date: Mon, 15 Nov 2004 03:50:47 +0200 Message-ID: <200411150348.44114.pogonyshev@gmx.net> References: <200411142336.00131.pogonyshev@gmx.net> <20041114233449.GC12968@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1100485014 23473 80.91.229.6 (15 Nov 2004 02:16:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 02:16:54 +0000 (UTC) Cc: Lennart Borgman , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 15 03:16:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTWQ6-0003ri-00 for ; Mon, 15 Nov 2004 03:16:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTWYl-00083D-UD for ged-emacs-devel@m.gmane.org; Sun, 14 Nov 2004 21:25:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTWYa-000831-4F for emacs-devel@gnu.org; Sun, 14 Nov 2004 21:25:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTWYZ-00082a-Bb for emacs-devel@gnu.org; Sun, 14 Nov 2004 21:25:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTWYZ-00082Q-8C for emacs-devel@gnu.org; Sun, 14 Nov 2004 21:25:27 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CTWPq-0008Os-BB for emacs-devel@gnu.org; Sun, 14 Nov 2004 21:16:26 -0500 Original-Received: (qmail 22439 invoked by uid 65534); 15 Nov 2004 01:49:43 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.120) by mail.gmx.net (mp016) with SMTP; 15 Nov 2004 02:49:43 +0100 X-Authenticated: #16844820 Original-To: Miles Bader User-Agent: KMail/1.4.3 In-Reply-To: <20041114233449.GC12968@fencepost> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29853 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29853 > On Sun, Nov 14, 2004 at 11:36:00PM +0200, Paul Pogonyshev wrote: > > I'm not sure this issue wasn't raised already, but what do > > you think about adding this simple function to Emasc? > > There's already `back-to-indentation', bound to M-m by default. > > I don't think the repeat-functionality you described seems really worth > adding another function. I got used to it years ago when I was still working under Windows with MS Visual Studio. When I switched to Emacs, it was about the first things I customized with Elisp. Paul