all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: bug-auctex@gnu.org, 25127@debbugs.gnu.org, Hong Xu <hong@topbug.net>
Subject: bug#25127: reftex: Highlight all missing references/citations
Date: Fri, 13 May 2022 20:48:59 +0200	[thread overview]
Message-ID: <86a6bltgis.fsf@gnu.org> (raw)
In-Reply-To: <87y1z5sfcw.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 13 May 2022 15:59:27 +0200")

[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Hong Xu <hong@topbug.net> writes:
>
>> It would be a nice feature if reftex can highlight all missing
>> references/citations in the buffer. For example, references/citations
>> such as \ref{nonexistence} or \cite{nonexistence} point to nonexistent
>> entries, which should be highlighted as errors.
>
> I've added bug-auctex to the CCs; perhaps they have some comments here.

Such a functionality is provided by AUCTeX (I can't tell about Emacs
stock LaTeX mode).  Take for example this file:

--8<---------------cut here---------------start------------->8---
\documentclass{article}
\usepackage{natbib}

\begin{document}

Hit \verb|C-c C-t C-w| to set \verb|TeX-debug-warnings| to \verb|t|.
Run LaTeX on the file with \verb|C-c C-c RET|
Choose from the menu \verb|Command->Error Overview|
\cite{lamp1:94}
\cite{mitt1:97}

\begin{thebibliography}{}
\bibitem[Mittelbach et al.(1997)]{mitt:97} Goossens, Michel; Rahtz,
  Sebastian; Mittelbach, Frank: The LaTeX Graphics Companion --
  Illustrating documents with TeX and PostScript.  Addison-Wesley.
  1997.

\bibitem[Lamport(1994)]{lamp:94} Lamport, Leslie: LaTeX -- A Document
  Preparation System: User's Guide and Reference Manual, Second
  Edition.  Pearson/Prentice Hall.  1994.
\end{thebibliography}

\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
--8<---------------cut here---------------end--------------->8---

If you follow the steps mentioned above, you get this:

[-- Attachment #2: warnings.png --]
[-- Type: image/png, Size: 13515 bytes --]

[-- Attachment #3: Type: text/plain, Size: 460 bytes --]


I think this is what the request is about, so we don't need to teach
RefTeX the same thing what LaTeX is actually doing and AUCTeX is
parsing.  I also think this is the right order.

So I'd say this is wontfix.

> (Does auctex have a separate bug tracker?  I think I asked once before,
> but I forgot the answer.)

No, it uses debbugs as well.  You have to reassign the bug to AUCTeX and
you have one report less on your plate 😉

Best, Arash

  reply	other threads:[~2022-05-13 18:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-07  6:06 bug#25127: reftex: Highlight all missing references/citations Hong Xu
2022-05-13 13:59 ` Lars Ingebrigtsen
2022-05-13 18:48   ` Arash Esbati [this message]
2022-05-14  2:20     ` Lars Ingebrigtsen

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=86a6bltgis.fsf@gnu.org \
    --to=arash@gnu.org \
    --cc=25127@debbugs.gnu.org \
    --cc=bug-auctex@gnu.org \
    --cc=hong@topbug.net \
    --cc=larsi@gnus.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.