From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: e and pi Date: Thu, 16 Sep 2010 17:37:07 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284661363 4612 80.91.229.12 (16 Sep 2010 18:22:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2010 18:22:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 16 20:22:42 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OwJ6X-0000Wv-JE for ged-emacs-devel@m.gmane.org; Thu, 16 Sep 2010 20:22:41 +0200 Original-Received: from localhost ([127.0.0.1]:53576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwIMW-0004zK-7F for ged-emacs-devel@m.gmane.org; Thu, 16 Sep 2010 13:35:08 -0400 Original-Received: from [140.186.70.92] (port=34420 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwHiI-0003jf-64 for emacs-devel@gnu.org; Thu, 16 Sep 2010 12:53:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwGWL-0000Pz-OT for emacs-devel@gnu.org; Thu, 16 Sep 2010 11:37:10 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwGWL-0000Pu-Kj for emacs-devel@gnu.org; Thu, 16 Sep 2010 11:37:09 -0400 Original-Received: from 71.red-88-9-45.dynamicip.rima-tde.net ([88.9.45.71]:55319 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OwGWe-000582-Fi; Thu, 16 Sep 2010 11:37:28 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 35AA066289; Thu, 16 Sep 2010 17:37:07 +0200 (CEST) In-Reply-To: (Deniz Dogan's message of "Thu, 16 Sep 2010 15:44:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130262 Archived-At: > I don't have any ideas for a solution, but I wonder how this will > affect libraries that use the foo/bar (non-)convention, e.g. the > defvar yas/keymap in yasnippet? Not a problem: they do use a prefix, so they don't affect other packages (except those using the same prefix, of course). OTOH, the regexp I use currently will incorrectly complain about "foo/bar" as lacking a prefix. Will fix it soon, Stefan