From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: wordwrap character Date: Sun, 20 Oct 2002 08:49:27 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035096672 2274 80.91.224.249 (20 Oct 2002 06:51:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 06:51:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1839vb-0000aX-00 for ; Sun, 20 Oct 2002 08:51:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1839uj-0001ES-00; Sun, 20 Oct 2002 02:50:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1839tz-00011Y-00 for help-gnu-emacs@gnu.org; Sun, 20 Oct 2002 02:49:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1839ty-0000x7-00 for help-gnu-emacs@gnu.org; Sun, 20 Oct 2002 02:49:30 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1839tw-0000pz-00 for help-gnu-emacs@gnu.org; Sun, 20 Oct 2002 02:49:29 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA07649; Sun, 20 Oct 2002 08:49:27 +0200 (IST) X-Sender: eliz@is Original-To: Gabriel C Millerd In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2767 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2767 On Fri, 18 Oct 2002, Gabriel C Millerd wrote: > is there a method of getting rid of the wordwrap character? i often > cut-n-paste from console to console and the '\' is quite annoying to get > rid of in the pasted document (especially if it has other '\' characters) On what OS is that? On most systems, just marking the text and typing M-w inside Emacs will put the marked text (without the continuation character) into the clipboard/X selection.