From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-15?q?R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: open-rectangle Date: Tue, 26 Jun 2007 18:02:16 +0200 Message-ID: <200706261802.17207.andreas.roehler@online.de> References: <200706261411.22012.andreas.roehler@online.de> <468104B7.8090600@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182873363 11429 80.91.229.12 (26 Jun 2007 15:56:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jun 2007 15:56:03 +0000 (UTC) Cc: martin rudalics , didier@xemacs.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 26 17:56:01 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I3DOb-0001Dp-MF for ged-emacs-devel@m.gmane.org; Tue, 26 Jun 2007 17:56:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3DOb-0005xz-5k for ged-emacs-devel@m.gmane.org; Tue, 26 Jun 2007 11:56:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3DOX-0005xl-9b for emacs-devel@gnu.org; Tue, 26 Jun 2007 11:55:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3DOV-0005vo-VT for emacs-devel@gnu.org; Tue, 26 Jun 2007 11:55:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3DOV-0005vX-Pm for emacs-devel@gnu.org; Tue, 26 Jun 2007 11:55:55 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I3DOV-0002Kh-7y for emacs-devel@gnu.org; Tue, 26 Jun 2007 11:55:55 -0400 Original-Received: from [84.190.153.176] (helo=karton) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis), id 0ML2xA-1I3DON2u2V-0003qq; Tue, 26 Jun 2007 17:55:48 +0200 User-Agent: KMail/1.8.2 In-Reply-To: <468104B7.8090600@gmx.at> Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1+sGS5rLf6WOC7kzUxZBFBPCrad5qNA/HjkWcl Byd39/LV9/33CJ4xgZXKQfagI/dNxQK06Vim6rODth1Ttz7waK jv9uFAhibYZxXRW3/HzBg== X-detected-kernel: Linux 2.6? (barebone, rare!) 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:73877 Archived-At: Am Dienstag, 26. Juni 2007 14:21 schrieb martin rudalics: > > Intention is to copy extracts from *w3m*-buffer with > > `copy-rectangle-to-register' > > > > However, calling `open-rectangle' I get an error, > > because *w3m*-buffer is read-only. Toggling this it > > works. > > How do you manage to call `open-rectangle' here? Don't know wherefrom I got this idea. > `copy-rectangle-to-register' calls `extract-rectangle' which doesn't > modify the buffer. Thanks. That's the right thing. > > > Question: Is this star, which causes the error in the > > interactive-form "*r\nP" of `open-rectangle' necessary? > > Yes. Because `open-rectangle' may modify the buffer. > > OK. See it. Thanks again. Andreas Roehler