From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ricardo Wurmus Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics Date: Fri, 21 Aug 2015 15:58:17 +0200 Message-ID: <871tewoia8.fsf@elephly.net> References: <20150816160149.9416.80132@vcs.savannah.gnu.org> <55D1043C.3030909@yandex.ru> <20150816225346.GA5367@acm.fritz.box> <55D2C080.2000806@cs.ucla.edu> <87wpwt5619.fsf@gnu.org> <55D36CB5.10803@cs.ucla.edu> <878u9879q9.fsf@igel.home> <19BD5D76-06A0-4FC0-A46F-760B2C27D321@gmail.com> <55D39B49.8000807@yandex.ru> <55D5DCA8.2080806@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1440165536 21489 80.91.229.3 (21 Aug 2015 13:58:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Aug 2015 13:58:56 +0000 (UTC) Cc: yandros@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 21 15:58:43 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 1ZSmq6-0006OS-1W for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2015 15:58:38 +0200 Original-Received: from localhost ([::1]:41764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSmq5-0002UK-Iq for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2015 09:58:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSmq2-0002SI-KE for emacs-devel@gnu.org; Fri, 21 Aug 2015 09:58:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSmq1-0007WX-Rt for emacs-devel@gnu.org; Fri, 21 Aug 2015 09:58:34 -0400 Original-Received: from sender163-mail.zoho.com ([74.201.84.163]:25726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSmpv-0007Te-N1; Fri, 21 Aug 2015 09:58:27 -0400 Original-Received: from localhost (141.80.114.222 [141.80.114.222]) by mx.zohomail.com with SMTPS id 144016550073324.31533501937224; Fri, 21 Aug 2015 06:58:20 -0700 (PDT) In-reply-to: <55D5DCA8.2080806@yandex.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 74.201.84.163 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:189045 Archived-At: Dmitry Gutov writes: > typopunc.el is authored by Oliver Scholz who seems to have copyright > assignment signed, but the wiki page contains a lot of code snippets > seemingly required to get the most out of the package. I’m using typopunct.el and all I needed was this: (require 'typopunct) (typopunct-change-language 'english t) It’s taking care of placing the typographically correct quotes and dashes—such as these—when I type ‘'’ or a series of dashes. When I don’t want this to happen I first hit ‘C-q’ before typing ‘'’, ‘"’, or ‘-’. Modifying these characters depending on context is all typopunct does by default, and without any additional configuration. ~~ Ricardo