From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Denis Bueno" Newsgroups: gmane.emacs.devel Subject: Re: Looking for interactive `locate-file' Date: Mon, 5 Mar 2007 22:32:32 -0500 Message-ID: <6dbd4d000703051932m16972a60l3beca2cd03e84830@mail.gmail.com> References: <6dbd4d000703051753j23014087ob8beb4edf1741458@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173152006 7546 80.91.229.12 (6 Mar 2007 03:33:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2007 03:33:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 06 04:33:20 2007 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.50) id 1HOQQR-0001Fo-El for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 04:33:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOQQR-0003Yi-0j for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2007 22:33:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOQPr-0003Kq-0H for emacs-devel@gnu.org; Mon, 05 Mar 2007 22:32:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOQPn-0003Jf-K0 for emacs-devel@gnu.org; Mon, 05 Mar 2007 22:32:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOQPn-0003Jc-DT for emacs-devel@gnu.org; Mon, 05 Mar 2007 22:32:39 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HOQPm-0005m8-8c for emacs-devel@gnu.org; Mon, 05 Mar 2007 22:32:38 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so58388ugf for ; Mon, 05 Mar 2007 19:32:34 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W6+cxwzbrTbkTnIup/ssphyqcPXRB5lMSZ919GoAffr3/o/3RIT7fmDRnMrYdIfODCigGYVs+cOJ4ql5uHB0n/f5A+TA1z8pF1VVp1XKQUTT+9SKRhCQUzVj1BYX61cr/emP0SQh7JNezdYi5HZE4t31+OkVTIUOzejMujgBhLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NctVZNIdJ5Pm9ZGYniJutBzi+DZFTjA2PB51mJIq22Fjou8+RD+3rqc4niHzPsc2KjxF245HLRl1+hFEip2Hke7ipwU7lXNFpklaFcqBKG0NMi7iDleMcGQA9zb+RZOQP3iT1ll0aNMNoza+X5tOX43GNYPzw31g62n8mAXDly4= Original-Received: by 10.115.47.1 with SMTP id z1mr1594409waj.1173151952861; Mon, 05 Mar 2007 19:32:32 -0800 (PST) Original-Received: by 10.114.194.3 with HTTP; Mon, 5 Mar 2007 19:32:32 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:67401 Archived-At: On 3/5/07, Stefan Monnier wrote: > Have you tried M-x load-library while using partial-completion-mode? > It sounds fairly close to what you describe, `load-library' seems to be a lisp thing -- that is, it seems designed to load .el/.elc files. Is that correct? Should I consider it a more general tool? I turned on `partial-completion-mode'. I hadn't heard about it before. Definitely a big step in the right direction. Thanks for the help. -Denis