From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: tumme and keyboard macros. Date: Tue, 25 Jul 2006 17:34:30 +0200 Message-ID: <7dbe73ed0607250834k15612f9bxc366b13ffa20aa63@mail.gmail.com> References: <87y7ui9f39.fsf@escpc40.esc.rl.ac.uk> <7dbe73ed0607250820l6532bee3o4a70a68797d415af@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1153841716 22046 80.91.229.2 (25 Jul 2006 15:35:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2006 15:35:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 25 17:35:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5Ovm-00010F-DB for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 17:34:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Ovl-00049p-T4 for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 11:34:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Ova-00049e-1P for emacs-devel@gnu.org; Tue, 25 Jul 2006 11:34:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5OvY-00049M-Ry for emacs-devel@gnu.org; Tue, 25 Jul 2006 11:34:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5OvY-00049J-1J for emacs-devel@gnu.org; Tue, 25 Jul 2006 11:34:32 -0400 Original-Received: from [66.249.92.169] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5Owt-0000Nm-1Z for emacs-devel@gnu.org; Tue, 25 Jul 2006 11:35:55 -0400 Original-Received: by ug-out-1314.google.com with SMTP id u2so411888uge for ; Tue, 25 Jul 2006 08:34:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W5U2uv4uyQkOniUDKITVUIhQwMqFBg0BA2sUIewZ7lJwbAvFa+uRw55Tgk3428E/Ia7ZE/syjGqn0cF4UQFTwDv3WXm5ORyzp9iXteU/YC5r68fpWqo60oP3i/re/RoRzD3JfPgrOTKb/NFnqnGZ9rbsR3wxYs/JRLXqiwk0skM= Original-Received: by 10.78.166.7 with SMTP id o7mr2385319hue; Tue, 25 Jul 2006 08:34:30 -0700 (PDT) Original-Received: by 10.78.107.10 with HTTP; Tue, 25 Jul 2006 08:34:30 -0700 (PDT) Original-To: "Matt Hodges" In-Reply-To: <7dbe73ed0607250820l6532bee3o4a70a68797d415af@mail.gmail.com> Content-Disposition: inline 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: news.gmane.org gmane.emacs.devel:57615 Archived-At: > > signal an error from the last and first thumbnails respectively. This > > would make useful `C-u 0 C-x e' type execution of keyboard macros in > > *tumme* buffers. > > I don't see how such a keyboard macro would be useful; can you > explain? If you want to have a way to move to the beginning and end of > the tumme buffer, maybe it's better to add such commands instead? Or > we could do both. Sorry for that, I read your e-mail to quickly. I though the macro would only consist of `tumme-forward-char' or `tumme-backward-char' but of course they can be more complex than that and do whatever cool stuff you want to do. I will think about this.