home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!usc!rpi!ghost.dsi.unimi.it!itnsg1.cineca.it!lele
- From: lele@itnsg1.cineca.it (Lele Gaifax)
- Subject: Trying to use bison-mode... HELP
- Message-ID: <1992Sep11.140340.12577@itnsg1.cineca.it>
- Organization: Laboratorio di Fisica Computazionale, INFM. Trento Italia
- Date: Fri, 11 Sep 1992 14:03:40 GMT
- Lines: 23
-
- I'm trying to use bison-mode.el by Brandon S. Allbery, found in the Elisp
- Archive, with emacs 18.58 on a NeXTstation
-
- Whenever I try to insert a code-block, Emacs says
- "Wrong type argument: integer-or-marker-p, nil" in the minibuffer.
- This happens also with a very simple Bison grammar, like the following:
-
- %%
-
- foo : TERMINAL '.' TERMINAL
- {
-
- When I insert the '{' (it is binded to 'bison-insert-edit-code-block') I got
- the mentioned message.
-
- I tried to find out where this function is called, but with no luck.
-
- Can anyone give me some hints? Are there other packages to edit Bison/YACC
- grammars? What about a Flex/Lex mode?
-
- thanks, lele.
- --
- Lele Gaifax - lele@itnsg1.cineca.it
-