From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drain Newsgroups: gmane.emacs.help Subject: .emacs not loading .el library Date: Tue, 7 Aug 2012 15:36:28 -0700 (PDT) Message-ID: <1344378988197-260860.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1344379001 16627 80.91.229.3 (7 Aug 2012 22:36:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2012 22:36:41 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 08 00:36:42 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SysOC-0000FY-JQ for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Aug 2012 00:36:36 +0200 Original-Received: from localhost ([::1]:38687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SysOB-0007ca-Jj for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Aug 2012 18:36:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SysO5-0007cT-Vy for Help-gnu-emacs@gnu.org; Tue, 07 Aug 2012 18:36:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SysO4-0006mS-U9 for Help-gnu-emacs@gnu.org; Tue, 07 Aug 2012 18:36:29 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:43508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SysO4-0006m8-PR for Help-gnu-emacs@gnu.org; Tue, 07 Aug 2012 18:36:28 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SysO4-0005NS-77 for Help-gnu-emacs@gnu.org; Tue, 07 Aug 2012 15:36:28 -0700 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86241 Archived-At: My .emacs has been a series of load commands for a while now, e.g., (load "~/where/my/miscellaneous/configs/are.el") (load "~/where/my/macro/configs/are.el") (load "~/where/my/keybinding/configs/are.el") I have eight of these located in the same directory, and wanted to load them all with one line of code in my .emacs: (add-to-list 'load-path "/path/to/my/lisp/library") But emacs just opens to the tutorial splash screen, a clear indication that this failed. -- View this message in context: http://emacs.1067599.n5.nabble.com/emacs-not-loading-el-library-tp260860.html Sent from the Emacs - Help mailing list archive at Nabble.com.