From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Minor modes and file names Date: Thu, 28 Jan 2021 21:29:03 +0100 Message-ID: <8735ykx0r6.fsf@gnu.org> References: <87ft2lt4ul.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19937"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.7; emacs 28.0.50 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 28 21:32:20 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 1l5Dxj-00056m-Nu for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 21:32:19 +0100 Original-Received: from localhost ([::1]:50070 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5Dxi-0006Dx-P6 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 15:32:18 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5Dw9-0006C2-G9 for help-gnu-emacs@gnu.org; Thu, 28 Jan 2021 15:30:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51842) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5Dw9-00085H-5n for help-gnu-emacs@gnu.org; Thu, 28 Jan 2021 15:30:41 -0500 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:33069) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1l5Dw8-0006TB-HK for help-gnu-emacs@gnu.org; Thu, 28 Jan 2021 15:30:40 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 031B827C005C for ; Thu, 28 Jan 2021 15:30:39 -0500 (EST) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 28 Jan 2021 15:30:40 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedtgddufeehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpehffgfhvffuffgjkfggtgesthdtre dttdertdenucfhrhhomhepvfgrshhsihhlohcujfhorhhnuceothhsughhsehgnhhurdho rhhgqeenucggtffrrghtthgvrhhnpeevveeikeetkeeviefgfeffiedvteeguddvffeuue duveegtddthedvhfeuveffhfenucfkphepkeegrddufedvrddutddurddvgedvnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: from thinkpad-t440p (p548465f2.dip0.t-ipconnect.de [84.132.101.242]) by mail.messagingengine.com (Postfix) with ESMTPA id E0F2C24005C for ; Thu, 28 Jan 2021 15:30:38 -0500 (EST) In-reply-to: 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:127406 Archived-At: steve-humphreys@gmx.com writes: > Have tried to use it, but have encountered difficulties > > (add-to-list > 'load-path "~/Genadm/build/gungadin-1.0/elisp/crucible") > (require 'crucible-mode crucible-mode-prot-2021-01-28-utc0656) The second arg has to be a string, i.e, (require 'crucible-mode "crucible-mode-prot-2021-01-28-utc0656") Bye, Tassilo