Hi Suvayu,

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

> I believe that would be incorrect behaviour.  

> If I'm not mistaken,
> emacs-lisp variable names are case sensitive.
>
>   (setq test "lower case"
>         TEST "UPPER CASE")
>   
>   (message "%s, %s" test TEST)

Sure, variable names are case sensitive, but it would be a problem
for C-h v and C-h f to be case-insensitive only for variable names
that have the same names but different cases -- not sure it's a real
problem then... 

-- 
 Bastien

Reply via email to