From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Hodges Newsgroups: gmane.emacs.devel Subject: tumme and keyboard macros. Date: Tue, 25 Jul 2006 11:03:06 +0100 Message-ID: <87y7ui9f39.fsf@escpc40.esc.rl.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153821816 16741 80.91.229.2 (25 Jul 2006 10:03:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2006 10:03:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 25 12:03:33 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 1G5Jl8-0003qP-SI for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 12:03:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Jl8-0003AD-9b for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 06:03:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Jkw-000374-7p for emacs-devel@gnu.org; Tue, 25 Jul 2006 06:03:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Jkv-00035v-27 for emacs-devel@gnu.org; Tue, 25 Jul 2006 06:03:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Jku-00035m-Ui for emacs-devel@gnu.org; Tue, 25 Jul 2006 06:03:12 -0400 Original-Received: from [130.246.135.155] (helo=balin.rl.ac.uk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G5JmC-0005Kb-F3 for emacs-devel@gnu.org; Tue, 25 Jul 2006 06:04:32 -0400 X-RAL-MFrom: X-RAL-Connect: Original-Received: from escpc40.esc.rl.ac.uk (escpc40.esc.rl.ac.uk [130.246.77.13]) by balin.rl.ac.uk (8.12.8/8.12.8) with ESMTP id k6PA36xb020724; Tue, 25 Jul 2006 11:03:06 +0100 Original-Received: from mph45 by escpc40.esc.rl.ac.uk with local (Exim 4.62) (envelope-from ) id 1G5Jko-0003I3-6a; Tue, 25 Jul 2006 11:03:06 +0100 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.39 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:57600 Archived-At: It might be useful for tumme-forward-char and tumme-backward-char (perhaps tumme-{forward/backward}-image would be better names?) to 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. (Support for prefix args would be good for all the movement commands.) Thanks, Matt