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: Re: Metal Mercury Mode: Library not found Date: Thu, 22 Jul 2021 21:20:54 +0200 Message-ID: <018395fc4d30e66a10906fa3e98e4e71c8d5ca02.camel@volker-wysk.de> References: <471fda4d971af4fdcaf09ee54df2fecd1a3e13cb.camel@volker-wysk.de> <87im129on9.fsf@gnu.org> 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="15877"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.36.5-0ubuntu1 Cc: help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jul 22 21:24:02 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 1m6eIb-0003rY-Ef for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 22 Jul 2021 21:24:01 +0200 Original-Received: from localhost ([::1]:45416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m6eIa-0003OV-Dv for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 22 Jul 2021 15:24:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46172) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6eFk-0007lF-F5 for help-gnu-emacs@gnu.org; Thu, 22 Jul 2021 15:21:04 -0400 Original-Received: from einhorn.in-berlin.de ([192.109.42.8]:46385 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 1m6eFi-00020M-6F for help-gnu-emacs@gnu.org; Thu, 22 Jul 2021 15:21:04 -0400 X-Envelope-From: post@volker-wysk.de Original-Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 16MJKtcL012804 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 22 Jul 2021 21:20:55 +0200 In-Reply-To: <87im129on9.fsf@gnu.org> 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=unavailable 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:132054 Archived-At: Am Donnerstag, den 22.07.2021, 20:40 +0200 schrieb Tassilo Horn: > Volker Wysk writes: > > > 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 > > > > It seems Metal Mercury Mode requires dash which is another 3rd-party > package. So you need to install that as well. You can install it > from > MELPA using the package manager. That's the solution, it works now. It's the package "elpa-dash" on my Ubuntu system. Thanks! Volker