From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] support a few of the new features of C++11 in syntax highlighting Date: Sun, 26 Jan 2014 04:29:27 -0800 Message-ID: <52E4FFA7.7040906@dancol.org> References: <52E43BFD.3020209@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1390739379 6391 80.91.229.3 (26 Jan 2014 12:29:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2014 12:29:39 +0000 (UTC) Cc: Paul Pogonyshev , Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 26 13:29:48 2014 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 1W7OqR-0001YD-UJ for ged-emacs-devel@m.gmane.org; Sun, 26 Jan 2014 13:29:48 +0100 Original-Received: from localhost ([::1]:54366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7OqR-0008HV-Gs for ged-emacs-devel@m.gmane.org; Sun, 26 Jan 2014 07:29:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7OqK-0008HQ-Rc for emacs-devel@gnu.org; Sun, 26 Jan 2014 07:29:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7OqG-0002FP-5h for emacs-devel@gnu.org; Sun, 26 Jan 2014 07:29:40 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:52989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7OqA-0002EI-9D; Sun, 26 Jan 2014 07:29:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=8P21Ulv/mYCS58GUG4SlOO+uYXwFyOH+3YAB+oHDgTI=; b=Ttzk5IaWospCXPOxvrLxpBOmp/gHuta2cxqWgN0rRM3ePJz7O+aB6ryzHP9Ku7FOJmckzPWNqMuQLLiKOZIaXIDMPkM4xr59fuL+VJn7acpIORHODa5dk2IWGIeo1ohtqlLAI7Nc2T1oKpWkpYiX0QwnS74c/oSUiv1afQePwR/BAwUcFPZgdceus3XBZb9VQDHULHrEk+Qj2AyQXWh6nv8rauc+Zd6CmTQuUlGn7rX7LttTLuZtpa0jJvoXMRG51hqGjENH2nZAmoFUNWc3cAWwMUnGBp3Cqkb7TNVRjT76DR0b3zad82BNTGBYasvjeBpBGNAt+fmVblE4yRF/dw==; Original-Received: from [2601:8:b240:b7::2b1] by dancol.org with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1W7Oq8-0007kr-CB; Sun, 26 Jan 2014 04:29:28 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 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:169115 Archived-At: On 01/25/2014 04:27 PM, Glenn Morris wrote: > Daniel Colascione wrote: > >> I have a much older C++11 (from back when it was called C++0x) patch >> (it should be in the archives somewhere) that supports "auto", > > Maybe http://debbugs.gnu.org/5457 That's the one. Thanks for digging it up.