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: trunk r112980: * lisp/emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more. Date: Mon, 17 Jun 2013 10:26:40 +0400 Message-ID: <51BEAC20.6050309@yandex.ru> References: <87obb6t25l.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371450413 29963 80.91.229.3 (17 Jun 2013 06:26:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Jun 2013 06:26:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 17 08:26:53 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 1UoStw-0004ZC-7k for ged-emacs-devel@m.gmane.org; Mon, 17 Jun 2013 08:26:52 +0200 Original-Received: from localhost ([::1]:36777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoStv-0008OF-R4 for ged-emacs-devel@m.gmane.org; Mon, 17 Jun 2013 02:26:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoSto-0008Ja-9u for emacs-devel@gnu.org; Mon, 17 Jun 2013 02:26:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoStk-0005av-2g for emacs-devel@gnu.org; Mon, 17 Jun 2013 02:26:44 -0400 Original-Received: from mail-lb0-f181.google.com ([209.85.217.181]:56977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoStj-0005ae-QI for emacs-devel@gnu.org; Mon, 17 Jun 2013 02:26:39 -0400 Original-Received: by mail-lb0-f181.google.com with SMTP id w10so2124659lbi.26 for ; Sun, 16 Jun 2013 23:26:38 -0700 (PDT) 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 :x-antivirus:x-antivirus-status; bh=nyOvlu/fdsFmJKanP1Wg6iDjxAM6Fsq2xx8gboif4fM=; b=NHfo6nv1NaGAmzjdfzgcrg2jl0UxLEXQJPGsAEpDE/ZPGNcCeQZjfW8EJ+lV5mwzqa CafCzIJefNrBUBehex0kKopS280M7Xk8eYRS2GyQ2zSW/1ASJp6wOOm/4F0BUkZ6thvQ 8N2M+KNxDpBuX4uRUXiagyAEA2nfJUOMiWAM/VtihIJekeluvLrcm5Hmz1zJjxbqvH6o iXklR3v6O9XV1Fsz/t0m4G9z7WZqaUM9FqwZ6EXyLoYhAmqEe9zGOZN63Q+jkL3lObIR KgGgkVi/mnsHmRpyfB0/fCUo4YWxGr94MXQmHGgzQtjgwG/4W7kXUf22fqZHM/SYp76q pWLw== X-Received: by 10.152.27.169 with SMTP id u9mr5843489lag.8.1371450398852; Sun, 16 Jun 2013 23:26:38 -0700 (PDT) Original-Received: from [127.0.0.1] ([178.252.98.87]) by mx.google.com with ESMTPSA id o5sm2095075lag.2.2013.06.16.23.26.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 16 Jun 2013 23:26:37 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 In-Reply-To: X-Antivirus: avast! (VPS 130616-1, 16.06.2013), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.181 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:160490 Archived-At: On 17.06.2013 3:19, Stefan Monnier wrote: >> 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.