help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Easy regexp issue


From: Robert Thorpe
Subject: Re: Easy regexp issue
Date: 22 Jan 2007 11:26:22 -0800
User-agent: G2/1.0

HS wrote:
> Thanks everyone! The problem was solved!
> I wanted it for this:

For future reference, when messing with this problem:
The function "princ" is useful, it prints things without lisp syntax
around them.  So, if you do (princ foo) you see what string a function
will recieve when sent the string foo.  Therefore, you can write foo in
lisp syntax and see what it means.

For example (princ "\\\\\\") =>\\\



reply via email to

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