From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Make ispell skip checking arguments to TeX's \cref macro Date: Sat, 16 Apr 2016 12:23:36 +0300 Message-ID: <8360vhdi07.fsf@gnu.org> References: <87a8kusp6z.fsf@mattleach.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1460798657 2077 80.91.229.3 (16 Apr 2016 09:24:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Apr 2016 09:24:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Matthew Leach Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 16 11:24:12 2016 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 1arMSa-0004QM-0u for ged-emacs-devel@m.gmane.org; Sat, 16 Apr 2016 11:24:12 +0200 Original-Received: from localhost ([::1]:51974 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arMSZ-0004zx-BX for ged-emacs-devel@m.gmane.org; Sat, 16 Apr 2016 05:24:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arMSM-0004xJ-MJ for emacs-devel@gnu.org; Sat, 16 Apr 2016 05:23:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arMSJ-0006Vh-Ee for emacs-devel@gnu.org; Sat, 16 Apr 2016 05:23:58 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arMSJ-0006Vd-Bd; Sat, 16 Apr 2016 05:23:55 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2931 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1arMSI-0008Up-Nw; Sat, 16 Apr 2016 05:23:55 -0400 In-reply-to: <87a8kusp6z.fsf@mattleach.net> (message from Matthew Leach on Fri, 15 Apr 2016 19:27:00 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:202985 Archived-At: > From: Matthew Leach > Date: Fri, 15 Apr 2016 19:27:00 +0100 > > Please see the attached patch which makes ispell skip checking on cref's > macro arguments. Thanks, pushed to the master branch.