From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jonathon McKitrick Newsgroups: gmane.emacs.help Subject: Autopair works with parens, but not quotes in Scala mode Date: Thu, 22 Feb 2018 06:01:41 -0800 (PST) Message-ID: <89866617-be08-44f4-887f-d3b361efa73b@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1519308212 3985 195.159.176.226 (22 Feb 2018 14:03:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 22 Feb 2018 14:03:32 +0000 (UTC) Injection-Date: Thu, 22 Feb 2018 14:01:41 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 22 15:03:28 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eorT4-0000NM-Vk for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Feb 2018 15:03:27 +0100 Original-Received: from localhost ([::1]:38473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eorV5-0007gc-HT for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Feb 2018 09:05:31 -0500 X-Received: by 10.200.40.80 with SMTP id 16mr4805188qtr.42.1519308101895; Thu, 22 Feb 2018 06:01:41 -0800 (PST) X-Received: by 10.31.157.18 with SMTP id g18mr830332vke.2.1519308101455; Thu, 22 Feb 2018 06:01:41 -0800 (PST) Original-Path: usenet.stanford.edu!q21no2216784qtn.1!news-out.google.com!o9ni7829qte.1!nntp.google.com!q21no2216777qtn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=4.35.6.130; posting-account=DpCMFwoAAACUUYRrTfjIhGJ0rlD9rT1r Original-NNTP-Posting-Host: 4.35.6.130 Original-Xref: usenet.stanford.edu gnu.emacs.help:221949 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:116064 Archived-At: I have autopair enabled for scala mode with the default settings, and the parens and braces match fine. However, quotes are not matched. Entering a quote produces only the left quotation mark. Isn't this supposed to work 'out of the box'? Is there a setting I can tweak, or maybe another package that is interfering? thanks!