From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jun Newsgroups: gmane.emacs.devel Subject: Is this a bug of cc-mode? Date: Fri, 24 May 2013 18:14:23 +0000 Message-ID: <519FADFF.4070805@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------070106050807000602030207" X-Trace: ger.gmane.org 1369390480 22407 80.91.229.3 (24 May 2013 10:14:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 May 2013 10:14:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 24 12:14:39 2013 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 1Ufp1A-0005vg-6S for ged-emacs-devel@m.gmane.org; Fri, 24 May 2013 12:14:36 +0200 Original-Received: from localhost ([::1]:42262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufp19-0005pu-OK for ged-emacs-devel@m.gmane.org; Fri, 24 May 2013 06:14:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufp0z-0005pR-MU for emacs-devel@gnu.org; Fri, 24 May 2013 06:14:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ufp0v-0002bz-3i for emacs-devel@gnu.org; Fri, 24 May 2013 06:14:25 -0400 Original-Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:35004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufp0u-0002bl-TS for emacs-devel@gnu.org; Fri, 24 May 2013 06:14:21 -0400 Original-Received: by mail-pb0-f50.google.com with SMTP id wy17so4032505pbc.9 for ; Fri, 24 May 2013 03:14:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=Yvrspq8g/teQCZIyck+FbiVxosyEo1Ts5uf+As5hns4=; b=FlkpNKVFeygwFaqzt9D+kODYgTLIMYGLeQLiDjMfPgyGq1I7zRie4SGig70fgYdmte rg174xzNjqEETxWNqh0RTh25N79NR9o3tmZUBBpiABSAZOyTOLb1Q/BaG3Amp8P8nGMC D8eVtrdFvGXujmSkJWwQEQGhlcXe864UL83grPyHj6Twrn3XUAf+pdCP2GltRfV3xme4 A7uvaCS4tgRDNiV/PsoA88RiL/5VBBCAyzbQgYnl8p04DOM5mRNAns2WLBBOHxnTyi4L 7dmAagLiDtkpcC+V7v/Y7OUSnf3IP52MSFAmWpA3MggQ6RWg7+hCs2hXqrM8Iswcsl+2 Vlfw== X-Received: by 10.68.90.131 with SMTP id bw3mr3059546pbb.59.1369390459745; Fri, 24 May 2013 03:14:19 -0700 (PDT) Original-Received: from [192.168.33.71] ([218.28.136.10]) by mx.google.com with ESMTPSA id kv2sm15633349pbc.28.2013.05.24.03.14.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 May 2013 03:14:18 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::232 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:159763 Archived-At: This is a multi-part message in MIME format. --------------070106050807000602030207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit emacs -Q C-x C-f /tmp/tmp.c (should be in c-mode) Copy the following c code and paste it to the new buffer, then emacs freezes. -------------xxxx----------------- LONG Rounding( IN PRTMP_ADAPTER pAd, IN LONG Integer, IN LONG Fraction, IN LONG DenominatorOfTssiRatio) -------------xxxx--------------- --------------070106050807000602030207 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit emacs -Q
C-x C-f /tmp/tmp.c  (should be in c-mode)
Copy the following c code and paste it to the new buffer, then emacs freezes.

-------------xxxx-----------------
LONG Rounding(
    IN PRTMP_ADAPTER pAd,
    IN LONG Integer,
    IN LONG Fraction,
    IN LONG DenominatorOfTssiRatio)
-------------xxxx---------------
--------------070106050807000602030207--