From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen <eric@ericabrahamsen.net> Subject: Re: Agenda filter by any tag seems to be broken Date: Tue, 17 May 2016 10:00:49 +0800 Message-ID: <87a8jpbfzi.fsf@ericabrahamsen.net> References: <87oa8a7hxp.fsf@ericabrahamsen.net> <CAFyQvY1ke7GhV4QLt-AvW53LnSji44+F-iQ+NvYWH8iTxcn6YQ@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:52366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1b2UJq-0000ZS-BX for emacs-orgmode@gnu.org; Mon, 16 May 2016 22:01:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1b2UJk-00012j-9q for emacs-orgmode@gnu.org; Mon, 16 May 2016 22:01:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:40854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1b2UJk-00012c-2o for emacs-orgmode@gnu.org; Mon, 16 May 2016 22:01:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1b2UJh-0000mr-Jt for emacs-orgmode@gnu.org; Tue, 17 May 2016 04:01:02 +0200 Received: from 123.116.192.70 ([123.116.192.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Tue, 17 May 2016 04:01:01 +0200 Received: from eric by 123.116.192.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Tue, 17 May 2016 04:01:01 +0200 List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode/> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> To: emacs-orgmode@gnu.org Kaushal Modi <kaushal.modi@gmail.com> writes: > On Mon, May 16, 2016 at 1:50 PM Eric Abrahamsen > <eric@ericabrahamsen.net> wrote: > > Is anyone else seeing this? > > Go into a tags-type agenda, hit "/" to start filtering, then SPC > for > "filter to any tag". That gives me this backtrace: > > Can you add more detail on how to recreate the problem you are seeing > in an emacs -Q session. > > I do not use tag filtering heavily, so "tags-type agenda" is not clear > to me. > > I tried M-x org-agenda, followed by m, followed by / and then SPC. But > I do not see that error. > -- Also, if you're willing to spend a moment on this, would you start the agenda with the "t" key, then edebug the function `org-agenda-filter-make-matcher-tag-exp', then do the "/ SPC" thing, and tell me what arguments the function receives? Thank you! Eric