EMACS pasting html tags twice when copying source code -
when copy source code website emacs, it's pasting html tags in twice. have web-mode.el installed, i'm assuming has auto-completion, i'm not sure how fix this.
what copy:
ga('create', 'ua-43298913-1', 'site'); ga('send', 'pageview'); </script>script> </body> </html>
what gets pasted:
ga('create', 'ua-43298913-1', 'site'); ga('send', 'pageview'); </script>script>script> </body>body> </html>html>
i have "similar" extension in vim.
it tag completion attempt whenever enter </
text in html file.
my guess "cut/paste" being "typed" out emacs , types '
my idea try changing how cut , paste completed in emacs.
of course if haven't changed begin sucks.
my second idea @ settings html tag completer extension have , see if there keep triggering on cut , paste.
Comments
Post a Comment