[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: removing spaces from a string
From: |
Pascal Bourguignon |
Subject: |
Re: removing spaces from a string |
Date: |
Wed, 19 Apr 2006 21:30:03 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Peter Tury <tury.peter@gmail.com> writes:
> How to interpret ?\ ? Where can I learn about this?
I assume in the elisp info documentation.
(info "(elisp)Character Type")
Note that ?\x interprets x specially,
while ?x interprets x literally.
It just happens that ?\ (? \ SPC) falls in the default case of ?\,
where its interpreted as space. But ?\a is not ?a.
--
__Pascal Bourguignon__ http://www.informatimago.com/
There is no worse tyranny than to force a man to pay for what he does not
want merely because you think it would be good for him. -- Robert Heinlein
- removing spaces from a string, Peter Tury, 2006/04/19
- Re: removing spaces from a string, LENNART BORGMAN, 2006/04/19
- Re: removing spaces from a string, Peter Tury, 2006/04/19
- Re: removing spaces from a string, David Kastrup, 2006/04/19
- Re: removing spaces from a string, Pascal Bourguignon, 2006/04/19
- Re: removing spaces from a string, David Kastrup, 2006/04/19
- Re: removing spaces from a string, Peter Tury, 2006/04/19
- Re: removing spaces from a string, Giorgos Keramidas, 2006/04/19
- Re: removing spaces from a string, Peter Tury, 2006/04/19
- Re: removing spaces from a string,
Pascal Bourguignon <=
Re: removing spaces from a string, Eli Zaretskii, 2006/04/19