From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Volker Wysk Newsgroups: gmane.emacs.help Subject: Metal Mercury Mode: Library not found Date: Thu, 22 Jul 2021 20:10:12 +0200 Message-ID: <471fda4d971af4fdcaf09ee54df2fecd1a3e13cb.camel@volker-wysk.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8024"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.36.5-0ubuntu1 To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jul 22 20:23:40 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m6dMC-0001sN-1o for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 22 Jul 2021 20:23:40 +0200 Original-Received: from localhost ([::1]:42038 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m6dMB-0004aZ-0k for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 22 Jul 2021 14:23:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35220) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6d9I-0007Ss-J3 for help-gnu-emacs@gnu.org; Thu, 22 Jul 2021 14:10:20 -0400 Original-Received: from einhorn.in-berlin.de ([192.109.42.8]:52195 helo=einhorn-mail-out.in-berlin.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6d9G-0005Cl-Ia for help-gnu-emacs@gnu.org; Thu, 22 Jul 2021 14:10:20 -0400 X-Envelope-From: post@volker-wysk.de X-Envelope-To: Original-Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 16MIACVu020976 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Thu, 22 Jul 2021 20:10:13 +0200 Received-SPF: none client-ip=192.109.42.8; envelope-from=post@volker-wysk.de; helo=einhorn-mail-out.in-berlin.de X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:132052 Archived-At: Hi I'm trying to install the Metal Mercury Mode (for the Mercury programming language) and get this message on startup: Warning (initialization): An error occurred while loading `/home/v/.emacs': File is missing: Cannot open load file, No such file or directory, dash I've added this to my .emacs, like it's described in the M.M.M. documentation: (add-to-list 'load-path "~/.emacs.d/metal-mercury-mode") (require 'metal-mercury-mode) The files are in place: desktop ~ $ ls -l ~/.emacs.d/metal-mercury-mode/ insgesamt 72 -rw-r----- 1 v v 35147 Jul 20 20:58 LICENSE.md -rw-r----- 1 v v 8718 Jul 20 20:58 mercury-font-lock.el -rw-r----- 1 v v 8277 Jul 20 20:58 mercury-indentation.el -rw-r----- 1 v v 4975 Jul 22 13:11 metal-mercury-mode.el -rw-r----- 1 v v 941 Jul 20 20:58 README.md Somehow the metal-mercury-mode isn't found. Even though "~/.emacs.d/metal-mercury-mode/" is in the load path... So how to find out what's going wrong? Regards, Volker