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

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

[debbugs-tracker] bug#35052: closed ([PATCH] `tex-current-defun-name' ma


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35052: closed ([PATCH] `tex-current-defun-name' matches the wrong title)
Date: Mon, 01 Apr 2019 19:23:02 +0000

Your message dated Mon, 01 Apr 2019 21:21:26 +0200
with message-id <address@hidden>
and subject line Re: bug#35052: [PATCH] `tex-current-defun-name' matches the 
wrong title
has caused the debbugs.gnu.org bug report #35052,
regarding [PATCH] `tex-current-defun-name' matches the wrong title
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35052: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35052
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] `tex-current-defun-name' matches the wrong title Date: Sat, 30 Mar 2019 21:30:02 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50
Hi all,

please consider this LaTeX file with the latex-mode provided by Emacs
(not AUCTeX).

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

\begin{document}

\section{Emacs}

\subsection*[Emacs is the extensible, customizable, self-documenting
real-time display editor]{Emacs is the extensible, customizable,
  self-documenting real-time display editor}

\end{document}
--8<---------------cut here---------------end--------------->8---

In that buffer, eval (goto-char 68) and hit `C-x 4 a'.  Emacs enters the
first section (section{Emacs}) into the ChangeLog buffer.  I think
`tex-current-defun-name' could be more cautious like
`lisp-current-defun-name' is.  A possible patch is attached.  I will add
something like this also to AUCTeX since it currently doesn't set
`add-log-current-defun-function' at all.

Any comments welcome.

Best, Arash

Attachment: 0001-Match-the-correct-sectioning-command.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#35052: [PATCH] `tex-current-defun-name' matches the wrong title Date: Mon, 01 Apr 2019 21:21:26 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50
Eli Zaretskii <address@hidden> writes:

>> From: Arash Esbati <address@hidden>
>> Cc: address@hidden
>> Date: Sun, 31 Mar 2019 22:29:43 +0200
>> 
>> While we're at it: "bug#34790: LaTeX mode \href bug" is actually an
>> AUCTeX issue which is already resolved.  I didn't want to close it as
>> I'm not a regular in this list (not even sure if I could do it).  Can
>> you please close that report as well?  TIA.
>
> You can always close a bug by sending email to
> address@hidden, where NNNN is the bug number.

I wasn't sure if *I*'m allowed to that.  I've closed #34790 and I'm
closing this one as well.  Again, thanks for your attention.

Best, Arash


--- End Message ---

reply via email to

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