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: trunk r112980: * lisp/emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more. Date: Mon, 17 Jun 2013 10:32:34 -0400 Message-ID: References: <87obb6t25l.fsf@yandex.ru> <51BEAC20.6050309@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371479564 19473 80.91.229.3 (17 Jun 2013 14:32:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Jun 2013 14:32:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 17 16:32:43 2013 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 1UoaU4-0000zC-UI for ged-emacs-devel@m.gmane.org; Mon, 17 Jun 2013 16:32:41 +0200 Original-Received: from localhost ([::1]:50169 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoaU4-0006ML-IL for ged-emacs-devel@m.gmane.org; Mon, 17 Jun 2013 10:32:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoaU0-0006M6-NX for emacs-devel@gnu.org; Mon, 17 Jun 2013 10:32:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoaTz-0002s4-Ab for emacs-devel@gnu.org; Mon, 17 Jun 2013 10:32:36 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:2732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoaTz-0002ru-60 for emacs-devel@gnu.org; Mon, 17 Jun 2013 10:32:35 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpZVy/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAsOJhIUGA0kiB4GwS2RCgOSWwOSHIFegxM X-IPAS-Result: Av4EABK/CFFFpZVy/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAsOJhIUGA0kiB4GwS2RCgOSWwOSHIFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="16554003" Original-Received: from 69-165-149-114.dsl.teksavvy.com (HELO pastel.home) ([69.165.149.114]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 17 Jun 2013 10:32:29 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 4A18563C9B; Mon, 17 Jun 2013 10:32:34 -0400 (EDT) In-Reply-To: <51BEAC20.6050309@yandex.ru> (Dmitry Gutov's message of "Mon, 17 Jun 2013 10:26:40 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:160500 Archived-At: >>> Is using emacs-lisp-mode here necessary? >> No. Can you make it a bug-report, please (or install a patch which >> just makes it use the emacs-lisp-mode syntax-table, since that's all >> that matters)? > Sure, installed. Actually, that was silly: since the code just uses `read' it doesn't even need the syntax table (all this is because of some earlier code I used which did need the syntax-table, and I didn't update my brain according to the new code). Stefan