home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4086 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.0 KB  |  33 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!usc!rpi!ghost.dsi.unimi.it!itnsg1.cineca.it!lele
  3. From: lele@itnsg1.cineca.it (Lele Gaifax)
  4. Subject: Trying to use bison-mode... HELP
  5. Message-ID: <1992Sep11.140340.12577@itnsg1.cineca.it>
  6. Organization: Laboratorio di Fisica Computazionale, INFM. Trento Italia
  7. Date: Fri, 11 Sep 1992 14:03:40 GMT
  8. Lines: 23
  9.  
  10. I'm trying to use bison-mode.el by Brandon S. Allbery, found in the Elisp
  11. Archive, with emacs 18.58 on a NeXTstation
  12.  
  13. Whenever I try to insert a code-block, Emacs says 
  14. "Wrong type argument: integer-or-marker-p, nil" in the minibuffer. 
  15. This happens also with a very simple Bison grammar, like the following:
  16.  
  17. %%
  18.  
  19. foo : TERMINAL '.' TERMINAL
  20.       {
  21.  
  22. When I insert the '{' (it is binded to 'bison-insert-edit-code-block') I got
  23. the mentioned message.
  24.  
  25. I tried to find out where this function is called, but with no luck. 
  26.  
  27. Can anyone give me some hints? Are there other packages to edit Bison/YACC
  28. grammars? What about a Flex/Lex mode?
  29.  
  30. thanks, lele.
  31. -- 
  32. Lele Gaifax - lele@itnsg1.cineca.it
  33.