From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Name completion for library Date: Sat, 6 Aug 2005 20:51:15 +0200 Message-ID: <0ee1a7db2af8c2fd10582f9158f254ff@Web.DE> References: <20050806183656.GE1786@johnsons-web.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123355685 16696 80.91.229.2 (6 Aug 2005 19:14:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2005 19:14:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 06 21:14:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1U7d-00076f-DV for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Aug 2005 21:14:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1UAY-0001ih-B4 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Aug 2005 15:17:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1Tz3-00032t-6R for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 15:05:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1Tyu-0002yY-Oq for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 15:05:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1Tyu-0002sj-CW for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 15:05:16 -0400 Original-Received: from [217.72.192.224] (helo=smtp06.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E1Tyi-0007QK-CQ for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 15:05:04 -0400 Original-Received: from [84.245.189.242] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #314) id 1E1TlN-0003vQ-00; Sat, 06 Aug 2005 20:51:17 +0200 In-Reply-To: <20050806183656.GE1786@johnsons-web.com> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Tim Johnson X-Mailer: Apple Mail (2.622) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28491 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28491 Am 06.08.2005 um 20:36 schrieb Tim Johnson: > If I type M-x load-l and TAB, emacs completes the > name to 'load-library'. > > If I then begin to type in the library name and > press TAB, emacs inserts the literal TAB and does not > present name completion. > load-library takes the name of a 'library' -- an Elisp file's name from the load-path, not a path name. If you want to use file name completion, try load-file! Look at the load function in files.el! -- Greetings Pete If you're not confused, you're not paying attention