[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: elisp substitution
|
From: |
Christopher J. White |
|
Subject: |
Re: elisp substitution |
|
Date: |
Sat, 18 Jan 2003 17:04:50 -0500 |
|
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (powerpc-apple-darwin) |
>>>>> "fd" == Friedrich Dominicus <address@hidden> writes:
fd> \ are unfine in Emacs lisp but here we go
fd> (defvar *str* "c:\\Dokumente und Einstellungen\\")
fd> (replace-in-string *str* (regexp-quote "\\") "/" )
fd> "c:/Dokumente und Einstellungen/"
'replace-in-string' doesn't seem to be defined 21.2.1...
However, 'dired-replace-in-string' is if you (require 'dired)
...cj