From mboxrd@z Thu Jan 1 00:00:00 1970 From: aaermolov@gmail.com Subject: Re: Tags completion with Helm Date: Tue, 14 Mar 2017 20:12:35 +0300 Message-ID: <87d1djhjek.fsf@laptoptop> References: <8760jccj63.fsf@laptoptop> <87innb4yjc.fsf@laptoptop> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnq04-0001Sx-2x for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 13:12:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnpzz-0000xe-EQ for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 13:12:44 -0400 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:34590) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnpzz-0000xA-6i for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 13:12:39 -0400 Received: by mail-lf0-x231.google.com with SMTP id z15so57241820lfd.1 for ; Tue, 14 Mar 2017 10:12:39 -0700 (PDT) In-Reply-To: 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: John Kitchin Cc: "emacs-orgmode@gnu.org" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Yes, with some some config fiddling I've seen this crm-based tagging wotkflow you describe, but problems were the same. Suddenly, I tried to remove some customization code for Helm (namely this - https://github.com/search?q=3Dhelm-hide-minibuffer-maybe&type=3DCode&utf8= =3D=E2=9C=93) and it seems proper completion starts working to some extent. Anyway, thanks for prompt reply and mind seeding! :) John Kitchin writes: > I can't reproduce that behavior on my end. I see different behavior thoug= h. > My helm window is titled crm-complete, and the buffer is called > *helm-mode-crm-complete* > > This seems to be the helm core package I am using. > > helm-core-20170112.917 > > John > > ----------------------------------- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > On Tue, Mar 14, 2017 at 12:24 PM, wrote: > >> Hi John, >> >> no, these do not seem to fix anything. :( >> >> Namely, the following is still happens: >> >> 1) I'm pressing C-c C-q then TAB to select freeform input >> 2) then there is "org-set-tags" above candidates list and buffer title >> is "*helm-mode-org-set-tags*" >> 3) after any input candidates list looks like "[?]" >> (initial candidates disappeared) >> >> regards, >> Alex >> >> John Kitchin writes: >> >> > have you tried these settings: >> > >> > (setq helm-mode-fuzzy-match t >> > helm-completion-in-region-fuzzy-match t) >> > >> > According to https://github.com/emacs-helm/helm/wiki/Fuzzy-matching, t= he >> > make fuzzy matching work everywhere. >> > >> > It seems to work ok for me. >> > >> > aaermolov@gmail.com writes: >> > >> >> Hi, >> >> >> >> I've spotted a problem with completing Org tags with Helm. While Helm= is >> >> not at least about [fuzzy] completion, when I try to input any >> >> completion subsequence, all candidates are gone and variants are >> >> shrinked to whatever will be typed. >> >> >> >> Is there any widely known mistake, that I've stepped into with this >> >> case? Can anyone point me to some comprehensible direction? >> >> >> >> regards, >> >> Alex >> > >> > >> > -- >> > Professor John Kitchin >> > Doherty Hall A207F >> > Department of Chemical Engineering >> > Carnegie Mellon University >> > Pittsburgh, PA 15213 >> > 412-268-7803 >> > @johnkitchin >> > http://kitchingroup.cheme.cmu.edu >> --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEB3ti1VTUGbnAlLnVmGVYjLx0AQMFAljIJIMACgkQmGVYjLx0 AQPzyQgApRfXe9wuxKQBvJz3PYyS/3++QLngajDMVeaS9X4/1dEDNaQ539SaBL17 1BWdiT6SG6yx8QOZy0wqrhPXU1EIrAW94IcjogbgoAuIFQdwFSMazTsnp78mozpq yFkO6e4RtXpEaIE/GjQLesk4D6AgwqD4MPD8gcgTgO4VSsuY4c7c0uwO1UBdZ0IN if+YbeYETgoj8xRgBG7RmbHfKEPMzIkWHv+cZOExHFNzlcbne403WFpMt/3jfnQ7 vLpHcfxVUFWkJwqkjZCJlvbLrSA1+2lCd8MWgNN7epIae2B2gkPF75slVYvoVEOq MSIV3cJ0UWDKLXXNrXkK9f92HPLueg== =Kl/Y -----END PGP SIGNATURE----- --=-=-=--