From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with completion and case in tag search Date: Sun, 27 May 2018 22:14:37 +0200 Message-ID: <87po1g3lg2.fsf@nicolasgoaziou.fr> References: <23301.15473.688443.374184@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fN23y-00013L-SW for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:14:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fN23t-0008O1-V1 for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:14:46 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:54641) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fN23t-0008NS-OD for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:14:41 -0400 In-Reply-To: <23301.15473.688443.374184@frac.u-strasbg.fr> (Alain Cochard's message of "Wed, 23 May 2018 12:03:29 +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" To: Alain.Cochard@unistra.fr Cc: org-mode Hello, Alain.Cochard@unistra.fr writes: > I run > > emacs -Q -l ~/tmp/scr.emacs > > The file ~/tmp/scr.emacs contains > > (add-to-list 'load-path "~/.emacs.d/elpa/org-20180521/") > (setq org-agenda-files '("~/tmp/bug-agenda.org")) > (global-set-key "\C-ca" 'org-agenda) > (find-file "~/tmp/bug-agenda2.org") ;; <- empty file > > The file ~/tmp/bug-agenda.org contains > > * foo :bar:baR:Bar:BAR: > > When in the empty document ~/tmp/bug-agenda2.org, > > if I type > > C-a m > > it gives "BAR" in the minibuffer. > > If I type > > C-a m B > > it also gives "BAR". > > If I type > > C-a m b > > it gives "baR". > > Is it normal? Am I doing something wrong? Thank you. Regards. I pushed a fix in master. Could you confirm it fixes your issue? Thank you. Regards, -- Nicolas Goaziou