Trevoke / sqlup-mode.el

An emacs minor mode to upcase SQL keyword and functions
GNU General Public License v3.0
88 stars 15 forks source link

If sql-mode thinks we're in a comment, it won't work #28

Closed Trevoke closed 8 years ago

Trevoke commented 9 years ago

This new iteration uses a temp buffer in sql-mode. Unfortunately if anything looks to sql-mode to be the start of a comment without the end of one, sqlup-mode goes tits-up.

Trevoke commented 8 years ago

Closing until this becomes a real issue and truly needs to be fixed.