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#5955: completions in M-x find-library include .elc files Date: Sun, 25 Jul 2010 22:03:13 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280101070 28907 80.91.229.12 (25 Jul 2010 23:37:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Jul 2010 23:37:50 +0000 (UTC) Cc: 5955@debbugs.gnu.org To: "Aaron S. Hawley" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 26 01:37:49 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1OdAlQ-0004WZ-04 for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Jul 2010 01:37:48 +0200 Original-Received: from localhost ([127.0.0.1]:39155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdAlO-0007PG-Ij for geb-bug-gnu-emacs@m.gmane.org; Sun, 25 Jul 2010 19:37:46 -0400 Original-Received: from [140.186.70.92] (port=53285 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdAlG-0007P8-6r for bug-gnu-emacs@gnu.org; Sun, 25 Jul 2010 19:37:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdAlB-0003Yz-4i for bug-gnu-emacs@gnu.org; Sun, 25 Jul 2010 19:37:38 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50592) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdAlB-0003Yu-2F for bug-gnu-emacs@gnu.org; Sun, 25 Jul 2010 19:37:33 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OdAPO-0004U3-V0; Sun, 25 Jul 2010 19:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Jul 2010 23:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5955 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 5955-submit@debbugs.gnu.org id=B5955.128009968017213 (code B ref 5955); Sun, 25 Jul 2010 23:15:02 +0000 Original-Received: (at 5955) by debbugs.gnu.org; 25 Jul 2010 23:14:40 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdAP1-0004TZ-Jd for submit@debbugs.gnu.org; Sun, 25 Jul 2010 19:14:39 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdAOz-0004TS-Ge for 5955@debbugs.gnu.org; Sun, 25 Jul 2010 19:14:38 -0400 Original-Received: from ceviche.home (vpn-132-204-232-49.acd.umontreal.ca [132.204.232.49]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o6PNEbOD030260; Sun, 25 Jul 2010 19:14:38 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5909E660B6; Sun, 25 Jul 2010 22:03:13 +0200 (CEST) In-Reply-To: (Aaron S. Hawley's message of "Sat, 24 Jul 2010 20:44:13 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3585=0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 25 Jul 2010 19:15:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38923 Archived-At: >>> Typing TAB or ? in M-x find-library shows .el and .elc files when it >>> probably should just be the name of the library without the extension. >> I added the `push' because in load-library I often want to >> select a particular file (i.e. either the .el or the .elc file). > Doesn't M-x load-library and specifying no extension load the .elc? Usually, yes. Stefan