From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Namespace macros Date: Mon, 08 Dec 2014 13:52:40 +0200 Message-ID: <54859108.1070802@yandex.ru> References: <877fy77zhp.fsf@web.de> <87k326d4ww.fsf@gmail.com> <877fy6rp2o.fsf@web.de> <548230FB.40307@dancol.org> <5482C872.5010304@dancol.org> <5483C537.3010707@dancol.org> <54840719.5080209@dancol.org> <87a92zmnv4.fsf@lifelogs.com> <86k3228k0m.fsf@yandex.ru> 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 1418039594 27160 80.91.229.3 (8 Dec 2014 11:53:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2014 11:53:14 +0000 (UTC) Cc: Helmut Eller , emacs-devel To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 08 12:53:07 2014 Return-path: Envelope-to: ged-emacs-devel@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 1XxwsD-0003gX-Hj for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2014 12:53:05 +0100 Original-Received: from localhost ([::1]:33633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxwsD-0006RD-2g for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2014 06:53:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxws1-0006H4-Fb for emacs-devel@gnu.org; Mon, 08 Dec 2014 06:53:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xxwrs-00060w-9o for emacs-devel@gnu.org; Mon, 08 Dec 2014 06:52:53 -0500 Original-Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:65248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxwrs-00060j-26 for emacs-devel@gnu.org; Mon, 08 Dec 2014 06:52:44 -0500 Original-Received: by mail-wi0-f175.google.com with SMTP id l15so4450003wiw.8 for ; Mon, 08 Dec 2014 03:52:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/EtdZQGr0xdMEL0UjazXeoMxSWMG/Xav3AvgWvftMr4=; b=Syaf9NMsyD64YAI48nx/RYhsrUGUA/UqBCME0QQithF68KqJigtK4rSEGbRuLYC/yC f7/4zXPnuhWJLF/muqZ6sWWrLN0cbYKY7SkwWFcUUA61IhIwUvO2kJ/liMEEyoxp7Zxq VibRoU/AFzBKlm9FG9QY/CUrgVq48D2R3dJpkBX4vVA4Ivn001a45fW2tb18kR5iP/XH JqPrBU/AVgPjDHP6RVCO1q725Hrd6KusL1i7Cz9csrsjIRcghs1r/RN0RrUpcJcVhnMV 8kc5bAOkG8eSibQW9Trw1dXVjLem6Bx77mWuGNdRu2XnbBvHxGa9fw6DGv7NMTUbGazJ PDEg== X-Received: by 10.194.221.2 with SMTP id qa2mr43294943wjc.48.1418039563409; Mon, 08 Dec 2014 03:52:43 -0800 (PST) Original-Received: from [192.168.1.2] ([82.102.93.57]) by mx.google.com with ESMTPSA id n3sm56316259wjz.21.2014.12.08.03.52.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Dec 2014 03:52:43 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:179376 Archived-At: On 12/08/2014 01:42 PM, Artur Malabarba wrote: > > > This will be the case for any namespacing solution. You can work > around by > > > defining the minor mode after the macro. > > > > Not if the reader is namespace-aware. (See Clojure backquote). > > I don't understand. What does that have to do with grep? Sorry, the above indeed doesn't make sense, and was speed-reading, and assumed the above referred to the item two. What I meant to point out is that is the reader is namespace-aware, you can resolve the local names with special syntax, instead of making the namespace macro aware of `define-minor-mode' specifically.