From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeremiah Dodds Newsgroups: gmane.emacs.help Subject: Re: electric pair mode and latex Date: Wed, 20 Jun 2012 01:50:39 -0400 Message-ID: <87a9zyttu8.fsf@friendface.gateway.2wire.net> References: <4FE1626C.6070602@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340171459 449 80.91.229.3 (20 Jun 2012 05:50:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2012 05:50:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Laurent Hoeltgen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 20 07:50:59 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ShDog-0007h8-GV for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jun 2012 07:50:58 +0200 Original-Received: from localhost ([::1]:54116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShDog-0006K3-CA for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jun 2012 01:50:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShDoZ-0006Je-Eb for help-gnu-emacs@gnu.org; Wed, 20 Jun 2012 01:50:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShDoU-0002Ut-Qi for help-gnu-emacs@gnu.org; Wed, 20 Jun 2012 01:50:51 -0400 Original-Received: from mail-gg0-f169.google.com ([209.85.161.169]:43285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShDoU-0002U5-Fs for help-gnu-emacs@gnu.org; Wed, 20 Jun 2012 01:50:46 -0400 Original-Received: by ggm4 with SMTP id 4so6145331ggm.0 for ; Tue, 19 Jun 2012 22:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=3WzkyJ9UwIVSktyNEu8aumJwjrEXfF8BLmXjhfvFq9g=; b=gKDBUj7umUQnbXpvzOdCOjfrVtxTcehTqza9NcRSaqZ/bJYvauIN8I/dOa2Mcnuc+W EQCZ+3n3HIjzLmbImMuJafF72XyMfWUB/la5Bni+C2jmfaROdEkDgJTEISk2myUJhpyf Y6Bey6RBK2tZc2W46kt+xuMCA4BT6GAkHTBxlwc+VsRFm/xtQA/r3vqnBuwZ/ZtRehPE Linb9/3jUiBGNh+Rtz81F+xrDTHZegq7OrEqcjWBZW6uDhyl0ilhENgg/p+EE5t+XvBG N/aKJRJUGWn+bOQNTxjjSJyS2+hNdIWFW2NMEhjRt+gqDhgfQnAwxgJXA6u6NkYw1zwH ME1A== Original-Received: by 10.50.158.130 with SMTP id wu2mr3428439igb.32.1340171443932; Tue, 19 Jun 2012 22:50:43 -0700 (PDT) Original-Received: from friendface.gateway.2wire.net (adsl-108-90-93-115.dsl.akrnoh.sbcglobal.net. [108.90.93.115]) by mx.google.com with ESMTPS id pp4sm25672933igb.5.2012.06.19.22.50.41 (version=SSLv3 cipher=OTHER); Tue, 19 Jun 2012 22:50:42 -0700 (PDT) In-Reply-To: <4FE1626C.6070602@gmail.com> (Laurent Hoeltgen's message of "Wed, 20 Jun 2012 07:41:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85312 Archived-At: Laurent Hoeltgen writes: > Hi, > > electric pair mode automatically closes parentheses like (,[,{,... Can I > customize this such that when I edit a latex document it also closes > expressions like \left( with \right)? > > Regards, > Laurent Yup, see 'electric-pair-pairs'