From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: variable names in manual Date: Fri, 26 Apr 2013 09:50:09 +0200 Message-ID: <87li85689a.fsf@bzg.ath.cx> References: <94889.1366933045@greg-minshalls-mbp.local> <877gjp7pbg.fsf@bzg.ath.cx> <20130426072153.GC2769@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVdQ6-0004pP-8J for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 03:50:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVdQ5-0006bg-4D for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 03:50:14 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:52436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVdQ4-0006bQ-TB for emacs-orgmode@gnu.org; Fri, 26 Apr 2013 03:50:13 -0400 Received: by mail-wi0-f172.google.com with SMTP id hm14so274203wib.17 for ; Fri, 26 Apr 2013 00:50:12 -0700 (PDT) In-Reply-To: <20130426072153.GC2769@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Fri, 26 Apr 2013 09:21:53 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Suvayu Ali Cc: emacs-orgmode@gnu.org Hi Suvayu, Suvayu Ali 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