From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Indenting paragraphs manually Date: Mon, 7 Mar 2011 07:13:16 -0800 Message-ID: <3120F3F93FCF400AB0A14901A347416D@us.oracle.com> References: <4d73cb63$0$23764$14726298@news.sunsite.dk><87y64sm4li.fsf@mithlond.arda><87k4gbncv2.fsf@mithlond.arda> <87ipvv4a3x.fsf@mithlond.arda> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299510911 4259 80.91.229.12 (7 Mar 2011 15:15:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2011 15:15:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Le Wang'" , "'Teemu Likonen'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 07 16:15:04 2011 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 1Pwc9H-0004Aw-6U for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Mar 2011 16:15:03 +0100 Original-Received: from localhost ([127.0.0.1]:48782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwc9F-0006V7-G2 for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Mar 2011 10:15:01 -0500 Original-Received: from [140.186.70.92] (port=48316 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwc8f-0006Uj-QB for help-gnu-emacs@gnu.org; Mon, 07 Mar 2011 10:14:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pwc8b-0007JG-Hs for help-gnu-emacs@gnu.org; Mon, 07 Mar 2011 10:14:22 -0500 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:54969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pwc8b-0007J2-CS for help-gnu-emacs@gnu.org; Mon, 07 Mar 2011 10:14:21 -0500 Original-Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p27FEI0U006625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 Mar 2011 15:14:19 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p27FEFGD013706; Mon, 7 Mar 2011 15:14:15 GMT Original-Received: from abhmt002.oracle.com by acsmt353.oracle.com with ESMTP id 1064235761299510796; Mon, 07 Mar 2011 07:13:16 -0800 Original-Received: from dradamslap1 (/10.159.55.82) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 07 Mar 2011 07:13:13 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 thread-index: Acvc1V0zyT6UMxrbSgaVcTrPvJ7u/AAAxQzw X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4D74F64A.000E,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 148.87.113.121 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:79854 Archived-At: > Teemu, one bug in the code is that you need to call (require 'repeat) > at the beginning, otherwise when it gets autoloaded later > `repeat-message-function' doesn't get initialized properly because > of the "(let ..." binding. Yes, repeat.el needs to be loaded. Teemu presumably got the code from my prior message, where the repeatable command `incremental-tab' does indeed call (require 'repeat). He neglected to copy that part. You've pointed out one reason it's needed.