From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kan-Ru Chen Newsgroups: gmane.emacs.devel Subject: Re: [RFC PATCH] setting indentation styles via `c-file-style' fails to actually change indentation Date: Sun, 24 Jul 2011 18:07:49 +0800 Message-ID: <87pql09ekq.fsf@isil.kanru.info> References: <87pqngewwp.fsf@spindle.srvr.nix> <87wrh5tyh7.fsf@spindle.srvr.nix> <20110602122412.GA2448@acm.acm> <87fwnstc2z.fsf@spindle.srvr.nix> <20110602211529.GA4904@acm.acm> <87fwnrsydx.fsf@spindle.srvr.nix> <20110605150624.GA3740@acm.acm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311502090 17755 80.91.229.12 (24 Jul 2011 10:08:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Jul 2011 10:08:10 +0000 (UTC) Cc: Nix , Alan Mackenzie , Stefan Monnier , emacs-devel@gnu.org To: 104815-done@debbugs.gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 24 12:08:06 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QkvbQ-0000Ga-W6 for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2011 12:08:05 +0200 Original-Received: from localhost ([::1]:48585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkvbQ-0004wq-Bg for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2011 06:08:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkvbN-0004wR-J1 for emacs-devel@gnu.org; Sun, 24 Jul 2011 06:08:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkvbL-00059d-PF for emacs-devel@gnu.org; Sun, 24 Jul 2011 06:08:01 -0400 Original-Received: from mail-fx0-f52.google.com ([209.85.161.52]:61403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkvbL-00059F-Kk for emacs-devel@gnu.org; Sun, 24 Jul 2011 06:07:59 -0400 Original-Received: by fxd18 with SMTP id 18so6145000fxd.39 for ; Sun, 24 Jul 2011 03:07:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mime-version:content-type; bh=PbBjCKB39R+YcIyRT3+Gm1ZdgjHR8LTazSU9hh0go/M=; b=OkUP2K4OY8q0WIUvgbKV+BtGHazq6s1UHft40ZWTGHELpNdoYS+I7mkkkNg3OD8xR9 SwRvn8BJhe6bH1Wz0AhcCCYV1h760KTwFnG4+DcSGCfZjcjNGLgNcNkCwouMH0HY6xYd is9boDu7qwgoh26SlppL4an8boQ8WzLbpOc/E= Original-Received: by 10.204.34.130 with SMTP id l2mr1047557bkd.170.1311502078097; Sun, 24 Jul 2011 03:07:58 -0700 (PDT) Original-Received: from isil.kanru.info ([78.28.140.4]) by mx.google.com with ESMTPS id q1sm714924faa.1.2011.07.24.03.07.57 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jul 2011 03:07:57 -0700 (PDT) Original-Received: from kanru by isil.kanru.info with local (Exim 4.76) (envelope-from ) id 1QkvbH-000543-VT; Sun, 24 Jul 2011 18:07:55 +0800 In-Reply-To: <20110605150624.GA3740@acm.acm> (Alan Mackenzie's message of "Sun, 5 Jun 2011 15:06:24 +0000") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.52 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:142250 Archived-At: Thanks to Alan, this bug has been fixed in bzr r104815 -- Kanru