From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lehe Newsgroups: gmane.emacs.help Subject: cannot open load file Date: Wed, 4 Mar 2009 16:59:17 -0800 (PST) Message-ID: <22343139.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1236232004 12709 80.91.229.12 (5 Mar 2009 05:46:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Mar 2009 05:46:44 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 05 06:48:01 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lf6R7-0004gg-0d for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Mar 2009 06:48:01 +0100 Original-Received: from localhost ([127.0.0.1]:42945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lf6Pl-0002zV-R0 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Mar 2009 00:46:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lf1vm-0007M3-Mc for help-gnu-emacs@gnu.org; Wed, 04 Mar 2009 19:59:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lf1vl-0007KV-AF for Help-gnu-emacs@gnu.org; Wed, 04 Mar 2009 19:59:22 -0500 Original-Received: from [199.232.76.173] (port=50315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lf1vl-0007KH-1B for Help-gnu-emacs@gnu.org; Wed, 04 Mar 2009 19:59:21 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:37335) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lf1vk-0002yu-FV for Help-gnu-emacs@gnu.org; Wed, 04 Mar 2009 19:59:20 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Lf1vh-0002tc-Ec for Help-gnu-emacs@gnu.org; Wed, 04 Mar 2009 16:59:17 -0800 X-Nabble-From: timlee126@yahoo.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Thu, 05 Mar 2009 00:43:35 -0500 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:62599 Archived-At: Hi, I just installed bash debugger bashdb under ${HOME}/bin/bashdb-4.0-0.2/bin. Now I want to use it in emacs. As bashdb.el indicates, I add into .emacs "(autoload 'bashdb "bashdb" "BASH Debugger mode via GUD and bashdb" t)". However I got this "cannot open load file: bashdb" error when "M-x bashdb". The error remains when I add this to ".emacs": (setq load-path (append (list nil "${HOME}/bin/bashdb-4.0-0.2/bin/" "/user/bil/emacs" "/usr/local/lisplib" "~/emacs") load-path)) I am not sure if PATH also has effect, but I include bashdb path into it. Thanks in advance! -- View this message in context: http://www.nabble.com/cannot-open-load-file-tp22343139p22343139.html Sent from the Emacs - Help mailing list archive at Nabble.com.