unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* bison-mode complains: Cannot open load file
@ 2019-03-20  9:11 mickbert
  2019-03-20  9:43 ` mickbert
  0 siblings, 1 reply; 3+ messages in thread
From: mickbert @ 2019-03-20  9:11 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bison-mode complains: Cannot open load file
  2019-03-20  9:11 bison-mode complains: Cannot open load file mickbert
@ 2019-03-20  9:43 ` mickbert
  2019-03-20 14:05   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: mickbert @ 2019-03-20  9:43 UTC (permalink / raw)
  To: help-gnu-emacs

On 20.03.2019 10:11, mickbert@posteo.net wrote:
> 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:
> 
Ok, solved by downloading the file from the second link in the same 
page.
Looking into the web, I understood the first file was a bit old, and 
depended on a module "make-regexp.el" which I was unable to retrieve 
anywhere. I followed the same procedure with the new file, and now I am 
already working with it.

--
Mick

[1] https://www.emacswiki.org/emacs/BisonMode



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bison-mode complains: Cannot open load file
  2019-03-20  9:43 ` mickbert
@ 2019-03-20 14:05   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2019-03-20 14:05 UTC (permalink / raw)
  To: help-gnu-emacs

> Ok, solved by downloading the file from the second link in the same page.
> Looking into the web, I understood the first file was a bit old, and
> depended on a module "make-regexp.el" which I was unable to retrieve
> anywhere. I followed the same procedure with the new file, and now I am
> already working with it.

FWIW, make-regexp is nowadays called regexp-opt.


        Stefan




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-20 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-20  9:11 bison-mode complains: Cannot open load file mickbert
2019-03-20  9:43 ` mickbert
2019-03-20 14:05   ` Stefan Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).