unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* PATCH: Replace repeated verbatim with Verbatim in lisp/textmodes/tex-mode.el
@ 2022-11-04 12:45 Pedro Andres Aranda Gutierrez
  2022-11-04 15:12 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2022-11-04 12:45 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]

I found a duplication in lisp/textmodes/tex-mode.el
I guess once of the two "verbatim" s was intended to be a "Verbatim"...

Best, /PA

-- 
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #1.2: Type: text/html, Size: 721 bytes --]

[-- Attachment #2: 002-Verbatim.diff --]
[-- Type: text/x-patch, Size: 509 bytes --]

diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index ca0312d8fb..938f70cbaa 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -155,7 +155,7 @@ latex-standard-block-names
     "quote"		"slide"		"sloppypar"	"tabbing"
     "table"		"table*"	"tabular"	"tabular*"
     "thebibliography"	"theindex*"	"titlepage"	"trivlist"
-    "verbatim"		"verbatim*"	"verse"		"math")
+    "Verbatim"		"verbatim*"	"verse"		"math")
   "Standard LaTeX block names.")
 
 ;;;###autoload

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: PATCH: Replace repeated verbatim with Verbatim in lisp/textmodes/tex-mode.el
  2022-11-04 12:45 PATCH: Replace repeated verbatim with Verbatim in lisp/textmodes/tex-mode.el Pedro Andres Aranda Gutierrez
@ 2022-11-04 15:12 ` Stefan Monnier
  2022-11-04 15:40   ` Pedro Andres Aranda Gutierrez
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2022-11-04 15:12 UTC (permalink / raw)
  To: Pedro Andres Aranda Gutierrez; +Cc: emacs-devel

> I found a duplication in lisp/textmodes/tex-mode.el
> I guess once of the two "verbatim" s was intended to be a "Verbatim"...

Hmm... where is the other one?
The only other I see is "verbatim*" rather than "verbatim".


        Stefan




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: Replace repeated verbatim with Verbatim in lisp/textmodes/tex-mode.el
  2022-11-04 15:12 ` Stefan Monnier
@ 2022-11-04 15:40   ` Pedro Andres Aranda Gutierrez
  0 siblings, 0 replies; 3+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2022-11-04 15:40 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

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

Sorry... seems I need to sleep for a couple of hours then... This was a
looong day

/PA

On Fri, 4 Nov 2022 at 16:12, Stefan Monnier <monnier@iro.umontreal.ca>
wrote:

> > I found a duplication in lisp/textmodes/tex-mode.el
> > I guess once of the two "verbatim" s was intended to be a "Verbatim"...
>
> Hmm... where is the other one?
> The only other I see is "verbatim*" rather than "verbatim".
>
>
>         Stefan
>
>

-- 
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #2: Type: text/html, Size: 1265 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-04 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 12:45 PATCH: Replace repeated verbatim with Verbatim in lisp/textmodes/tex-mode.el Pedro Andres Aranda Gutierrez
2022-11-04 15:12 ` Stefan Monnier
2022-11-04 15:40   ` Pedro Andres Aranda Gutierrez

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).