From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= Newsgroups: gmane.emacs.devel Subject: Re: A simple solution to "Upcoming loss of usability ..." Date: Fri, 26 Jun 2015 00:12:38 +0100 Message-ID: References: <87egkzg7gb.fsf@gmail.com> <558C2E25.10303@cs.ucla.edu> <558C492E.9000705@yandex.ru> <558C7DE1.4060507@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435273989 13965 80.91.229.3 (25 Jun 2015 23:13:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Jun 2015 23:13:09 +0000 (UTC) Cc: emacs-devel , Oleh Krehel , Dmitry Gutov To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 26 01:13:09 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z8GKN-0005kY-9Y for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 01:13:03 +0200 Original-Received: from localhost ([::1]:57728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8GKM-0008NK-9j for ged-emacs-devel@m.gmane.org; Thu, 25 Jun 2015 19:13:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8GKJ-0008NF-Md for emacs-devel@gnu.org; Thu, 25 Jun 2015 19:13:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8GKI-0005HT-Oy for emacs-devel@gnu.org; Thu, 25 Jun 2015 19:12:59 -0400 Original-Received: from mail-ig0-x22c.google.com ([2607:f8b0:4001:c05::22c]:34861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8GKI-0005HP-Jn for emacs-devel@gnu.org; Thu, 25 Jun 2015 19:12:58 -0400 Original-Received: by igblr2 with SMTP id lr2so2607864igb.0 for ; Thu, 25 Jun 2015 16:12:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=+LIHJayzacfE/6F53HaLuge9ZZCV+hdGpbLR+hL2teI=; b=aMtgcnArU5BEq1g6/2eN8UDdlPQeuKe+XumhfMK8kUlgMiChV3aDoWe/FWYmx1a8vT eQU3EtvRL44OTlyzp2JT0MhO9yzEF0NxzYO8KnWMKI+8csDG91sGGtvPy08P1GQarP9+ wz7l0rp0DwgqwYPSvPrkp1OtdwsaXowBddTws1pTRx5RetMOOStLDzIQ6Hv/+Btf7Inx SjuUHes4WW7NSGmSiy/mDmhmtQqWsQ0cRgk74PtqU4fcnsw/GWjckXGjZKdpxtPQUtNJ kDNBl/ykeRrXRaoVS/D8mF29frkgOR6GURifF0tiWiaMOF6FYS6v5Dog2sgrCtcUx12f lSuw== X-Received: by 10.50.141.164 with SMTP id rp4mr7495143igb.2.1435273978205; Thu, 25 Jun 2015 16:12:58 -0700 (PDT) Original-Received: by 10.107.15.32 with HTTP; Thu, 25 Jun 2015 16:12:38 -0700 (PDT) In-Reply-To: <558C7DE1.4060507@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187547 Archived-At: On Thu, Jun 25, 2015 at 11:17 PM, Paul Eggert wrote: > As I said, action-at-a-distance is not a fatal objection. But yes, that > behavior of double-quote is objectionable, and I wish that Emacs didn't d= o > it. I hope we don't need to add more glitches like it. Just my two cents, I largely avoid this problem using electric-pair-mode, w= hich I designed with this use case in mind. It works in strings and comments as = well. Unsure if it supports your single-quote example, but if not, it should/coul= d. Jo=C3=A3o