Ronan Waide <[EMAIL PROTECTED]> writes:
> On February 22, [EMAIL PROTECTED] said:
> > Hi,
> >
> > I still cannot create the file from within emacs
> > (GNU Emacs 20.6.1 (i386-*-nt4.0.1381)/
> > BBDB version 2.3 ($Date: 2001/02/19 23:10:27 $))
>
> Is there a 20.7 build for Windows? You may want to try that, as some
> of the earlier 20.x builds had bugs.
>
> > The error is
> > ,----
> > | Signaling: (error "Extraneous text at end of command line.")
> > | signal(error ("Extraneous text at end of command line."))
> > | error("Extraneous text at end of command line.")
> > | texinfo-discard-line()
> > | texinfo-format-scan()
> > | texinfo-format-buffer-1()
> > | texinfo-format-buffer()
> > | command-line-1(("bbdb.texinfo" "-eval" "(while (re-search-forward \"@\\\\(end
>\\\\)?ifnottex\" nil t) (replace-match \"\"))" "-eval" "(setq max-lisp-eval-depth
>600)" "-eval" "(toggle-debug-on-error)" "-f" "texinfo-every-node-update" "-f"
>"texinfo-format-buffer"))
> > | command-line()
> > | normal-top-level()
> > `----
> >
> > Am I the only one getting this error?
> > Any advice on how to proceed? Is this an emacs error or a problem with
> > the texinfo file?
>
> This looks like a problem with what you're asking emacs to do. The
> error doesn't happen in the regular build; the stacktrace above is
> from emacs' startup process. You may need to mess around with quoting,
> or try putting the commands you want to execute into a file and load &
> run that instead of eval'ing stuff on the command line.
,----
| * Write a command such as `@noindent' at the beginning of a line as
| the only text on the line. (`@noindent' prevents the beginning of
| the next line from being indented as the beginning of a paragraph.)
|
| * Write a command such as `@chapter' at the beginning of a line
| followed by the command's arguments, in this case the chapter
| title, on the rest of the line. (`@chapter' creates chapter
| titles.)
`----
ShengHuo
_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/