From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolay Kudryavtsev Newsgroups: gmane.emacs.help Subject: Re: using use-package Date: Fri, 14 Aug 2015 08:12:09 +0300 Message-ID: <55CD78A9.1050309@gmail.com> References: <87d1yufwjk.fsf@robertthorpeconsulting.com> <87k2t1o8iz.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1439529163 18172 80.91.229.3 (14 Aug 2015 05:12:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2015 05:12:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 14 07:12:38 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZQ7ID-0004W6-NX for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2015 07:12:37 +0200 Original-Received: from localhost ([::1]:44863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ7IC-0006yB-Oo for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2015 01:12:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ7I0-0006y1-Ri for help-gnu-emacs@gnu.org; Fri, 14 Aug 2015 01:12:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQ7Hx-0004xI-K3 for help-gnu-emacs@gnu.org; Fri, 14 Aug 2015 01:12:24 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:32914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ7Hx-0004v3-CJ for help-gnu-emacs@gnu.org; Fri, 14 Aug 2015 01:12:21 -0400 Original-Received: by lalv9 with SMTP id v9so37659146lal.0 for ; Thu, 13 Aug 2015 22:12:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=AFi3mX+puQh8JxN6Ym8z8ljkKY/8zl/ZLdPrOtsPozc=; b=h24hYaiYovmEixWegi0mpsUeFqR1WNQd74hd2LOK24UyR6SAMCrzYdkUl/CSnigu20 ceQdyp4B+SdGFe4izjnXfB2hiNOa+EgXRoAAV2KUgjWbHNFRa/TKyo6khaznvgqcXsA0 vtnglfCJFLS2hPzObETxbJg+BwnmwkpoMuefcWETIsoOwUw2utktgZdWZDsOI7z2+2Tj EwFvzYWAI7w+bXDkW+y32wN25HXBeb/ElS9oxYx+GWmbJz0K1RGluDX8wNIOKvFL7IZN tNVgxs8QNDMD7WrJv6swZuhli/MTGIAdibIj3gQUYpSjJ3fCwp1fv9xUWOSWhjtgMmo2 rvtQ== X-Received: by 10.152.42.209 with SMTP id q17mr40641043lal.33.1439529139672; Thu, 13 Aug 2015 22:12:19 -0700 (PDT) Original-Received: from [192.168.199.2] (broadband-95-84-209-126.nationalcablenetworks.ru. [95.84.209.126]) by smtp.gmail.com with ESMTPSA id yf5sm1147057lab.1.2015.08.13.22.12.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Aug 2015 22:12:18 -0700 (PDT) X-Google-Original-From: Nikolay Kudryavtsev User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106567 Archived-At: Cider does not really require company, nor company requires cider. But when we have both we need to configure them to work together. I've noticed that those "intersection" configuration relationships are more common than real requirement relationships. Putting intersection like this into use-package declarations for either package does not seem like a correct way of doing it. Instead I wish there was a separate macro for cases like this. -- Best Regards, Nikolay Kudryavtsev