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

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

Re: test char


From: Andreas Politz
Subject: Re: test char
Date: Sat, 29 Nov 2008 12:01:24 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Eli Zaretskii wrote:
From: Xend <firperfect@gmail.com>
Date: Fri, 28 Nov 2008 21:00:03 -0800 (PST)

are there Emacs function like Libc function isupper / isalpha???

It's all too easy to make one:

  (eq (downcase ch) ch)

That's unimaginary more elegant than what I suggested. :-)

-ap

Btw, why do you need such a function?  What do you need to do if these
functions return t?  Perhaps you could do whatever you need without
such a test?




reply via email to

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