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: Suvayu Ali
Subject: Re: [O] variable names in manual
Date: Fri, 26 Apr 2013 09:21:53 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

Hi Bastien,

On Fri, Apr 26, 2013 at 08:56:19AM +0200, Bastien wrote:
> Hi Greg,
> 
> Greg Minshall <address@hidden> writes:
> 
> > but, it means that placing the cursor over the name and hitting C-h v
> > doesn't default to that name.  (and, i've always found that a convenient
> > way to navigate.)
> >
> > so, just curious is it might make sense to revert to lower case
> > names.
> 
> IMHO this rather call for making C-h v (and C-h f) case-non-sensitive.
> 
> Maybe you can fill an Emacs bug for this?  M-x report-emacs-bug RET

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)

The above prints "lower case, UPPER CASE".

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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