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

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

bug#20545: New minor mode Electric Quote


From: Paul Eggert
Subject: bug#20545: New minor mode Electric Quote
Date: Tue, 26 May 2015 04:24:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Attached is a revised patch that should address the comments raised:

* The new minor mode is now disabled by default.

* The patch doesn't affect .dir-locals.el.

* The new minor mode is now (less ambitiously) called Electric Quote mode, not Electric Punct mode.

* Electric Quote mode combines well with Electric Pair mode's pairings of ` and ', turning them into electric ‘ and ’. I did not implement the electric quote pairing of “ and ”, as it would be trickier to add and anyway any such pairing is considerably lower priority for Elisp.

Plus another issue I found while testing:

* Electric quoting is now inactive in buffers whose coding systems can't represent curved quotes.

Attachment: 0001-New-minor-mode-Electric-Quote.patch
Description: Text Data


reply via email to

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