From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Helfer Thomas Newsgroups: gmane.emacs.help Subject: How to install save-history.el in my home directory Date: Mon, 24 Oct 2005 15:26:13 +0200 Message-ID: <1130160374.8814.4.camel@localhost.localdomain> Reply-To: helferthomas@free.fr NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130161589 18819 80.91.229.2 (24 Oct 2005 13:46:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 13:46:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 24 15:46:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EU2c3-0007HM-DC for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 15:43:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU2c1-0007cR-DP for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 09:43:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EU2LD-00048y-UW for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 09:26:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EU2LA-00047V-8y for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 09:26:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU2LA-00047O-1y for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 09:26:16 -0400 Original-Received: from [212.27.42.29] (helo=smtp3-g19.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EU2LA-0005i9-1D for help-gnu-emacs@gnu.org; Mon, 24 Oct 2005 09:26:16 -0400 Original-Received: from [192.168.0.7] (lns-bzn-16-82-248-45-178.adsl.proxad.net [82.248.45.178]) by smtp3-g19.free.fr (Postfix) with ESMTP id A130C3740C for ; Mon, 24 Oct 2005 15:26:14 +0200 (CEST) Original-To: help-gnu-emacs@gnu.org X-Mailer: Evolution 2.4.1 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:30524 Archived-At: Hello, I am trying to install the file save-history.el in the directory ~/.emacs.d/ I have updated my .emacs.el like this : (add-to-list 'load-path "~/.emacs.d/") (require 'save-history) This doesn't seem to work, emacs tells me that save-history doesn't exist. Can someone explain me what I have done wrong ? Thank you. Helfer Thomas