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?


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to