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: How to install save-history.el in my home directory Date: Mon, 24 Oct 2005 16:20:31 +0200 Message-ID: <09bc8c74a5516beac5b374d467d42e0b@Web.DE> References: <1130160374.8814.4.camel@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130163834 26937 80.91.229.2 (24 Oct 2005 14:23:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 14:23:54 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 24 16:23:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EU3CQ-0006Jx-Iv for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 16:21:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU3CQ-0004gE-1V for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 10:21:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EU3C2-0004cS-Fv for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 10:20:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EU3C0-0004bn-JF for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 10:20:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU3C0-0004bi-El for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 10:20:52 -0400 Original-Received: from [217.72.192.226] (helo=smtp08.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EU3C0-0003Og-A7 for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 10:20:52 -0400 Original-Received: from [84.245.189.172] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #317) id 1EU3By-0004ka-00; Mon, 24 Oct 2005 16:20:50 +0200 In-Reply-To: <1130160374.8814.4.camel@localhost.localdomain> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: helferthomas@free.fr X-Mailer: Apple Mail (2.623) 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:30527 Archived-At: Am 24.10.2005 um 15:26 schrieb Helfer Thomas: > (require 'save-history) > You have require here, save-history.el should then have a provide statement. Does it work interactively to M-x load-library save-history ? If this succeeds then load-path is correct. Remember: you can mark a region and invoke evaluate-region on it to extend load-path. And you can check load-path's value too (C-h v with cursor on it). And there's the *Messages* buffer too, but I think you already discovered it ... -- Greetings Pete Without vi there is only GNU Emacs