all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "numbchild@gmail.com" <numbchild@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: error in bibtex.el function bibtex-parse-buffers-stealthily
Date: Fri, 9 Jun 2017 09:20:13 +0800	[thread overview]
Message-ID: <CAL1eYu+2woTZ+hCmugMMJbnBxSj1T2JWspCmyysBV5d+h9kWyA@mail.gmail.com> (raw)

When I have a bibtex src block in Org-mode file.
Open the file will generate a buffer #<buffer
 *org-src-fontification:bibtex-mode*>.
This buffer caused function bibtex-parse-buffers-stealthily  timer error.
Here is the error:
```
Error running timer ‘bibtex-parse-buffers-stealthily’: (wrong-type-argument
number-or-marker-p nil)

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  bibtex-parse-keys(t)
  bibtex-parse-buffers-stealthily()
  apply(bibtex-parse-buffers-stealthily nil)
  timer-event-handler([t 0 0 0 t bibtex-parse-buffers-stealthily nil idle
0])
```
I have a bibtex src block in Org-mode file like this:

```
#+BEGIN_SRC bibtex
@article{FernandezGabbay2007,
  number = {6},
  volume = {205},
  pages = {917--965},
  year = {2007},
  journaltitle = {Information \& Computation},
  title = {Nominal rewriting},
  author = {Fernández, Maribel and Gabbay, Murdoch J.},
}
#+END_SRC
```


[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/


             reply	other threads:[~2017-06-09  1:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09  1:20 numbchild [this message]
2017-06-09  2:46 ` error in bibtex.el function bibtex-parse-buffers-stealthily Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAL1eYu+2woTZ+hCmugMMJbnBxSj1T2JWspCmyysBV5d+h9kWyA@mail.gmail.com \
    --to=numbchild@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.