From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Query for modifying .emac file to support e language mode Date: Tue, 25 Oct 2005 12:06:23 -0600 Message-ID: References: <001201c5d860$5506dba0$c4466c6b@sisodomain.com> <21c8a25cc14bf6997ac9b7f0af17f9b1@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130264531 26326 80.91.229.2 (25 Oct 2005 18:22:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2005 18:22:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 25 20:21:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUTLF-000877-Pr for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Oct 2005 20:16:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUTLF-0003mj-Bv for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Oct 2005 14:16:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUTKt-0003ft-Nh for help-gnu-emacs@gnu.org; Tue, 25 Oct 2005 14:15:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUTKs-0003cj-LR for help-gnu-emacs@gnu.org; Tue, 25 Oct 2005 14:15:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUTKs-0003c2-Dx for help-gnu-emacs@gnu.org; Tue, 25 Oct 2005 14:15:46 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EUTKr-0007mf-W1 for help-gnu-emacs@gnu.org; Tue, 25 Oct 2005 14:15:46 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EUTGI-0005mL-Qf for help-gnu-emacs@gnu.org; Tue, 25 Oct 2005 20:11:02 +0200 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2005 20:11:02 +0200 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2005 20:11:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: <21c8a25cc14bf6997ac9b7f0af17f9b1@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:30560 Archived-At: Peter Dyballa wrote: > Am 24.10.2005 um 08:01 schrieb jaichandra: > >> File mode specification error: (file-error "can not open load file " >> "specman-mode" ) > > I think you should check whether specman-mode.el is in load-path. If > it's not, then GNU Emacs won't find it. Another check is to invoke M-x > load-library specman-mode . > > So the advice is to put specman-mode.el into one of the directories > containend in load-path. load-path can be modified in .emacs ... You will also enjoy much better performace if you compile the .el file into a .elc file with `M-x byte-compile-file'. -- Kevin Rodgers