Hello,

Suvayu Ali <fatkasuvayu+li...@gmail.com> writes:

>> (defun suvayu-beamer-structure (contents backend info)
>>   (if (not (eq backend 'e-beamer)) contents
>>     (replace-regexp-in-string "\\`\\\\[A-Za-z0-9]+" "\\\\structure" 
>> contents)))

> But I don't understand the four backslash sequence; I guess it inserts
> \\ to the string, but why is that necessary?

See LITERAL optional argument (which is nil here) in `replace-match'
primitive.


Regards,

-- 
Nicolas Goaziou

Reply via email to