emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] variable names in manual


From: Bastien
Subject: Re: [O] variable names in manual
Date: Fri, 26 Apr 2013 09:50:09 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Suvayu,

Suvayu Ali <address@hidden> 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

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