bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71946: 30.0.50; [PATCH] Fix bibtex validation for non-file buffers


From: Liu Hui
Subject: bug#71946: 30.0.50; [PATCH] Fix bibtex validation for non-file buffers
Date: Fri, 5 Jul 2024 18:00:00 +0800

Hi,

I find that bibtex-validate has a minor issue for non-file buffers
with syntax errors:

1. emacs -Q
2. create an empty buffer containing the following text:

@article{1,
  title = {Title},
  author = {authors},
  year = {2019}

3. M-x bibtex-mode, then M-x bibtex-validate
   => Wrong type argument: stringp, nil

This patch fixes the problem. Thanks.

Attachment: 0001-Fix-bibtex-validation-for-non-file-buffers.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]