* Re: Re: replacement in string
@ 2008-06-03 11:53 alruccaba
2008-06-03 12:13 ` Peter Dyballa
0 siblings, 1 reply; 2+ messages in thread
From: alruccaba @ 2008-06-03 11:53 UTC (permalink / raw)
To: Ralf Angeli, help-gnu-emacs
Yes, I already quoted the letter, please see below. Your quotation works but it produces an "a \ b" and not "a b" what I intended to. I am struggeling with the commands (shell-command "command "c:/Dokumente und Einstellungen/.."") I hope this works anyway in this case. Very Thanks.
----- original Nachricht --------
Betreff: Re: replacement in string
Gesendet: Di 03 Jun 2008 09:41:00 CEST
Von: "Ralf Angeli"<dev.null@caeruleus.net>
> * alruccaba@justmail.de (2008-06-03) writes:
>
> > have an idea why this is it not working?:
> > replace-regexp-in-string "/" "\" "a / b")
> > I just want to replace every "/" through an "".
> > Debugger entered--Lisp error: (error "Invalid use of `\' in replacement
> text")
>
> You have to quote the backslash:
> (replace-regexp-in-string "/" "\\" "a / b")
>
> --
> Ralf
>
--- original Nachricht Ende ----
Unbegrenzter Speicher, Top-Spamschutz, 120 SMS und eigene E-MailDomain inkl.
http://office.freenet.de/dienste/emailoffice/produktuebersicht/power/mail/index.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-03 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 11:53 Re: replacement in string alruccaba
2008-06-03 12:13 ` Peter Dyballa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.