From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Chitale, Sandip V" Newsgroups: gmane.emacs.bugs Subject: Add kill-rectangle-save to rect.el Date: Wed, 15 Oct 2003 11:13:14 -0700 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1066241641 14320 80.91.224.253 (15 Oct 2003 18:14:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2003 18:14:01 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 20:13:56 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9q9j-0003dx-00 for ; Wed, 15 Oct 2003 20:13:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9q8f-0003kR-2V for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Oct 2003 14:12:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9q8a-0003k9-U7 for bug-gnu-emacs@gnu.org; Wed, 15 Oct 2003 14:12:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9q84-0003ei-52 for bug-gnu-emacs@gnu.org; Wed, 15 Oct 2003 14:12:43 -0400 Original-Received: from [168.230.33.10] (helo=srfmsg101.corp.fairisaac.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9q83-0003eI-QT for bug-gnu-emacs@gnu.org; Wed, 15 Oct 2003 14:12:11 -0400 Original-Received: from srfmsg100.corp.fairisaac.com ([10.17.3.100]) by srfmsg101.corp.fairisaac.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 15 Oct 2003 11:13:16 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Add kill-rectangle-save to rect.el Thread-Index: AcOTSAAW6Ch9daKIRG+ZwmZvGetN5A== Original-To: X-OriginalArrivalTime: 15 Oct 2003 18:13:16.0618 (UTC) FILETIME=[015B12A0:01C39348] X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5982 In GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy configured using `configure --with-msvc (12.00)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: There is copy-rectangle-to-register but no mechanism to copy rectangle to kill ring which can be pasted using=20 C-x r y which runs the command yank-rectangle. However there is no kill-rectangle-save which is along the lines of kill-ring-save except it applies to rectangle. Proposed key binding: C-x r M-w. Recent input: Recent messages: