From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12721: 24.2; package-installed-p behavior on emacs startup Date: Sat, 27 Oct 2012 17:54:06 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351374889 15185 80.91.229.3 (27 Oct 2012 21:54:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2012 21:54:49 +0000 (UTC) Cc: 12721-done@debbugs.gnu.org, kostafey@gmail.com To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 27 23:54:57 2012 Return-path: Envelope-to: geb-bug-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 1TSELJ-0002JF-DZ for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2012 23:54:57 +0200 Original-Received: from localhost ([::1]:59303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSELB-0008MV-FP for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2012 17:54:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSEL9-0008MN-4l for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 17:54:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSEL8-00034Y-3z for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 17:54:47 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSEL8-000342-0i for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 17:54:46 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TSENK-0000jo-5T for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 17:57:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Oct 2012 21:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12721 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 12721-done@debbugs.gnu.org id=D12721.13513749882796 (code D ref 12721); Sat, 27 Oct 2012 21:57:02 +0000 Original-Received: (at 12721-done) by debbugs.gnu.org; 27 Oct 2012 21:56:28 +0000 Original-Received: from localhost ([127.0.0.1]:36160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSEMl-0000j3-ON for submit@debbugs.gnu.org; Sat, 27 Oct 2012 17:56:27 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:48194) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSEMj-0000iw-Dp for 12721-done@debbugs.gnu.org; Sat, 27 Oct 2012 17:56:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu0/O+LET/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLNBIUGA2IQAW6CY0mgx4DozOBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="202989095" Original-Received: from 206-248-177-19.dsl.teksavvy.com (HELO pastel.home) ([206.248.177.19]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 27 Oct 2012 17:54:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E972659416; Sat, 27 Oct 2012 17:54:06 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Sat, 27 Oct 2012 14:19:38 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:66121 Archived-At: > I guess it depends how clear the current name is. > It wasn't clear to me that "installed" means "installed in your system", > but maybe most people will understand it. Yes, I think it is fairly logical, matching the `package-install' command. Stefan