emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there any way to have a string literal that is read "raw"


From: Lennart Borgman
Subject: Re: Is there any way to have a string literal that is read "raw"
Date: Fri, 08 Jul 2005 17:49:11 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

David Kastrup wrote:

Is it possible to tell Emacs not to interpret escape character in a
certain string? If I have something like this:

  (setq str "some\thing\escaped")

Can this be changed without changing the literal so that Emacs takes
exactly what is in the string, without escaping any characters?

What would you need this for?
I was thinking of an easier way of handling w32 file names. When trying to build with MSYS it fails just because of the file name Emacs got from somewhere is in w32 format. It would be more easy if there was a way to tell Emacs that "this is just a raw string, please do not escape it".

In fact I think at least building with MSYS then would succeed - and that would be nice!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]