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

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

Re: test char


From: Eli Zaretskii
Subject: Re: test char
Date: Sat, 29 Nov 2008 12:14:20 +0200

> 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)

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]