From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Upcoming loss of usability of Emacs source files and Emacs. Date: Tue, 23 Jun 2015 01:22:18 +0300 Organization: LINKOV.NET Message-ID: <87ioafxu1x.fsf@mail.linkov.net> References: <20150615142237.GA3517@acm.fritz.box> <87y4jkhqh5.fsf@uwakimon.sk.tsukuba.ac.jp> <557F3C22.4060909@cs.ucla.edu> <5580D356.4050708@cs.ucla.edu> <87si9qonxb.fsf@gnu.org> <55826DCC.9040404@cs.ucla.edu> <55850208.3080605@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 1435011850 9191 80.91.229.3 (22 Jun 2015 22:24:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2015 22:24:10 +0000 (UTC) Cc: acm@muc.de, stephen@xemacs.org, tsdh@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 23 00:24:00 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 1Z7A8G-0003qo-5y for ged-emacs-devel@m.gmane.org; Tue, 23 Jun 2015 00:24:00 +0200 Original-Received: from localhost ([::1]:42261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7A8F-0000tq-FR for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 18:23:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7A8C-0000tj-6g for emacs-devel@gnu.org; Mon, 22 Jun 2015 18:23:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7A86-0000Bp-K3 for emacs-devel@gnu.org; Mon, 22 Jun 2015 18:23:56 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:55939 helo=homiemail-a13.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7A86-0000Bc-Dt; Mon, 22 Jun 2015 18:23:50 -0400 Original-Received: from homiemail-a13.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTP id 8D8C033407A; Mon, 22 Jun 2015 15:23:48 -0700 (PDT) Original-Received: from localhost.linkov.net (m213-102-70-120.cust.tele2.ee [213.102.70.120]) (Authenticated sender: jurta@jurta.org) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 689E2334076; Mon, 22 Jun 2015 15:23:46 -0700 (PDT) In-Reply-To: <55850208.3080605@cs.ucla.edu> (Paul Eggert's message of "Fri, 19 Jun 2015 23:02:48 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.253.7 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:187397 Archived-At: > In the meantime I've put the following into my ~/.emacs startup file: > > (if (fboundp 'electric-quote-mode) > (electric-quote-mode)) Or another way to do the same: (add-to-list 'insert-pair-alist '(?\' ?\=E2= =80=98 ?\=E2=80=99)) e.g. together with (define-key esc-map "'" 'insert-pair)