From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How to replace a character by an unprintable character ? Date: Mon, 24 Jan 2005 13:11:26 -0800 Message-ID: References: <3076339b.0501241300.64a131ea@posting.google.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106602365 22511 80.91.229.6 (24 Jan 2005 21:32:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 21:32:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 24 22:32:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CtBp7-0006CN-00 for ; Mon, 24 Jan 2005 22:32:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtC1L-0007nD-Cf for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2005 16:45:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtBnO-0002w5-Vq for help-gnu-emacs@gnu.org; Mon, 24 Jan 2005 16:30:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtBnA-0002oM-5n for help-gnu-emacs@gnu.org; Mon, 24 Jan 2005 16:30:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtBn9-0002iv-E1 for help-gnu-emacs@gnu.org; Mon, 24 Jan 2005 16:30:35 -0500 Original-Received: from [141.146.126.229] (helo=agminet02.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CtBUs-0003su-4B for help-gnu-emacs@gnu.org; Mon, 24 Jan 2005 16:11:42 -0500 Original-Received: from agminet02.oracle.com (localhost [127.0.0.1]) by agminet02.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0OLBbiR009644; Mon, 24 Jan 2005 13:11:37 -0800 Original-Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.191.50]) by agminet02.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0OLBa7n009605; Mon, 24 Jan 2005 13:11:36 -0800 Original-Received: from rgmsgw301.us.oracle.com (localhost [127.0.0.1]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0OLBROa026282; Mon, 24 Jan 2005 14:11:27 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j0OLBQRa026267 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 24 Jan 2005 14:11:27 -0700 Original-To: "J?r?me RADIX" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <3076339b.0501241300.64a131ea@posting.google.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23596 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23596 Using M-% or C-M-% how do you replace each `;' in a;b;c;d by a carriage return () I've tried several things out in the replacement string without success : C-q `C-q C-m' (C-m is RETURN.)