From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: renato.pontefice@gmail.com Newsgroups: gmane.emacs.help Subject: Re: strange behaviorof replace-regexp on win xp Date: Thu, 7 Aug 2014 02:55:07 -0700 (PDT) Message-ID: <7a4ff16e-51cd-4113-8fad-265047fa5435@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1407405628 11214 80.91.229.3 (7 Aug 2014 10:00:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2014 10:00:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 12:00:22 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XFKUe-000716-GZ for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2014 12:00:20 +0200 Original-Received: from localhost ([::1]:45119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFKUe-0002tW-8J for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2014 06:00:20 -0400 X-Received: by 10.182.251.135 with SMTP id zk7mr8859512obc.14.1407405308060; Thu, 07 Aug 2014 02:55:08 -0700 (PDT) X-Received: by 10.182.236.10 with SMTP id uq10mr156837obc.18.1407405307834; Thu, 07 Aug 2014 02:55:07 -0700 (PDT) Original-Path: usenet.stanford.edu!h18no15503710igc.0!news-out.google.com!px9ni585igc.0!nntp.google.com!h18no9777350igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.118.42.225; posting-account=u2YPPQoAAAD4EIiLgz2UEPmFMncWw22R Original-NNTP-Posting-Host: 2.118.42.225 User-Agent: G2/1.0 Injection-Date: Thu, 07 Aug 2014 09:55:07 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:206834 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99110 Archived-At: Il giorno gioved=EC 7 agosto 2014 11:23:02 UTC+2, renato.p...@gmail.com ha = scritto: > Hi, >=20 > I'm using the replace-regexp on win XP. >=20 > I need to replace some "tab" with null char. >=20 >=20 >=20 > I do: >=20 > --replace-regexp >=20 > ---\\tab (in when it ask me wich char to replace) >=20 > ----RETURN (to insert nothing in the replace) >=20 >=20 >=20 > emacs find about 96 replacement. >=20 >=20 >=20 > Then, I open the file with MS word, and I find that emacs, replace the ta= b, with space. >=20 > I want that it replace with null char, not space. >=20 >=20 >=20 > Can it be a win prob.? >=20 >=20 >=20 > TIA >=20 >=20 >=20 > Renato I had an idea: could it be a prob of coding? I mean: the file is coded as MS-DOS, could it be this the prob? and if yes: - wich isthe code that in MS-DOS coding, represent the nul space?