From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Stoeber Newsgroups: gmane.emacs.devel Subject: Re: picture mode Date: Sat, 29 Jun 2002 14:21:17 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: <20020629142117.GA182@xyz> References: <20020629124225.72720.qmail@web21411.mail.yahoo.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025360658 8496 127.0.0.1 (29 Jun 2002 14:24:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 29 Jun 2002 14:24:18 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17OJ98-0002Cv-00 for ; Sat, 29 Jun 2002 16:24:18 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17OJCk-0006mR-00 for ; Sat, 29 Jun 2002 16:28:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17OJ95-0001Xi-00; Sat, 29 Jun 2002 10:24:15 -0400 Original-Received: from manelan061.rz.tu-ilmenau.de ([141.24.132.61] helo=xyz) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17OJ6Y-0001N2-00 for ; Sat, 29 Jun 2002 10:21:38 -0400 Original-Received: from q by xyz with local (Exim 3.12 #1 (Debian)) id 17OJ6E-00003G-00; Sat, 29 Jun 2002 14:21:18 +0000 Original-To: Duke Patterson Content-Disposition: inline In-Reply-To: <20020629124225.72720.qmail@web21411.mail.yahoo.com> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5262 On Sat, Jun 29, 2002 at 05:42:25AM -0700, Duke Patterson wrote: > Open a new buffer and type M-x picture-mode. > > Press C-SPC to mark the current position. > > Now, attempt to extend the marked region to the > rectangle size you desire with the following command: > > C-f C-f C-f > C-n C-n C-n > > This should've marked a region. Now > > C-c C-r should create a rectangle. > > This _doesn't_ happen. Emacs 21.2.1 doesn't have this problem.