bug-auctex
[Top][All Lists]
Advanced

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

bug#52852: 13.0.15; TeX-insert-quote fails near the beginning of buffer


From: Andrea Greselin
Subject: bug#52852: 13.0.15; TeX-insert-quote fails near the beginning of buffer
Date: Tue, 28 Dec 2021 16:22:52 +0100

Hello,

when ‘TeX-quote-after-quote’ is nil, ‘TeX-insert-quote’ fails when
called from a position closer to the beginning of buffer than the
length of an opening quotation mark. That’s due to a ‘forward-char’
trying to go back to see if the thing preceding the point is an
opening quote.

To reproduce the bug, open a buffer in ‘LaTeX-mode’, type a character
and invoke ‘TeX-insert-quote’. It just prints the message “Beginning
of buffer” without inserting anything.

I think it’s reasonable to insert an opening quote whenever there
isn’t room for one behind the point. I’ve attached a patch that
implements this behaviour.

All the best,
Andrea

Attachment: quotes_patch.txt
Description: Text document


reply via email to

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