From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Configure Helm Source from org-tags-view Date: Fri, 09 Aug 2019 14:13:31 -0500 Message-ID: <87mugiup7o.fsf@alphapapa.net> References: <87zhki61h0.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58158) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hwAKb-0005NJ-LT for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 15:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hwAKa-0000MZ-Qt for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 15:13:41 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:42306 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hwAKa-0000KT-Kf for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 15:13:40 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hwAKX-0008n9-OZ for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 21:13:37 +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: emacs-orgmode@gnu.org Nathan Neff writes: > I know, but rifle has sooooo many dependencies > > Rifle is truly awesome, I just have to convince myself to trust > f.el and d.el or whatever those one-letter libraries are :-) helm-org-rifle's dependencies are libraries which have been around for over 6 years and are used by many thousands of people. The one-letter names are because Emacs Lisp has no namespaces, and the convention is to use package prefixes on all symbols, so long package names make for long symbol names, which makes programming tedious.