From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: mickbert@posteo.net Newsgroups: gmane.emacs.help Subject: bison-mode complains: Cannot open load file Date: Wed, 20 Mar 2019 10:11:07 +0100 Message-ID: <1a369fbe41ef5818ab99eceef168e2f2@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="16116"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Posteo Webmail To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 20 10:11:51 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h6XGJ-00046y-Bx for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Mar 2019 10:11:51 +0100 Original-Received: from localhost ([127.0.0.1]:44892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6XGI-0000gN-Bt for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Mar 2019 05:11:50 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6XG2-0000g2-Jb for help-gnu-emacs@gnu.org; Wed, 20 Mar 2019 05:11:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6XG1-0006Yb-77 for help-gnu-emacs@gnu.org; Wed, 20 Mar 2019 05:11:34 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:47683) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6XG0-0005vP-HW for help-gnu-emacs@gnu.org; Wed, 20 Mar 2019 05:11:33 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D318D16006C for ; Wed, 20 Mar 2019 10:11:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1553073068; bh=naJbWAiHeiiLKe3VyRGFiDZ4FN5Lk0cs3IbxocuqFx8=; h=Date:From:To:Subject:From; b=hdQJCenryajB/52zg5H74ueZjtqIZRGsXGqo9yMMd/zs+pbNW0X/2pJM8wY4EM8Rv B5a/le+mf2k8awCnti4ZPFWKe/6+XBq1jVtypC4NyPdaBvKe+DpYic4yQnXE2cyn6m b0QXpeSnZOTy09R/ljlXYWOKOHctZiiwpGTr4Po7VVY+E/QDjm6bklR+DqaeeRhG3E 4tEbV4p+Gs9a1hyxOExlUKnuFDJCBXeDFdSYfgd4WEMJav68+8atRN5YVVTPGzj9db zNqHfa34hc4KyX0uztotGQYtPs3ZAhQUkgMJrF/+LvjaOsoH6SL3U5ckL0lS2IucsZ GJcuRlpPCEUtw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44PPKl3rnzz6tmF for ; Wed, 20 Mar 2019 10:11:07 +0100 (CET) X-Sender: mickbert@posteo.net X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119696 Archived-At: I am really a newbie in such field: I downloaded bison-mode.el from [1], copied it into ~/.emacs.d/lisp (where I have few other modules I use daily), and added in ~/.emacs the line: (autoload 'bison-mode "bison-mode" "Major mode for editing Markdown files" t) When I issue the command "M-x bison-mode", it answers with the message "Cannot open load file: No such file or directory, make-regexp" Do you have any suggestion? -- Mick [1] https://www.emacswiki.org/emacs/BisonMode