From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76418 invoked by alias); 16 Dec 2016 22:25:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 76335 invoked by uid 89); 16 Dec 2016 22:25:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=antoine.tremblay@ericsson.com, U*antoine.tremblay, sk:antoine, antoinetremblayericssoncom X-HELO: mail-io0-f170.google.com Received: from mail-io0-f170.google.com (HELO mail-io0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Dec 2016 22:24:59 +0000 Received: by mail-io0-f170.google.com with SMTP id 136so109301434iou.3 for ; Fri, 16 Dec 2016 14:24:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VD35hpSX/RZN1quPVnxD+dGUQFqI/gUSkfcLcAuzpFw=; b=qoLWnSmD9I8dtA5EKsxyYiWWv9iYmEwAO9AfOwgmeoJcR7QeVk3mFmlhvIUluq788z Ll4/6S6gr5CMJG5Fd4WSNClbbCNS/JXuhWyHEfrFigbMCG9IDdo15mKjRUnULSa3T9CZ lwvnn9N5EE+vo8qusvNeyXo24WG1A4knkgCL0sGfHvcYxWWqa4s1+YB4EeUX8mEZHYHS H/9mGoGsaNFZmeJexgNhagLvvRSCa9WPpNRM752npAPt7y+CqEE1ujjOZQorxZFvj6di eDxoI/id3C7m/Utf7VCMxBnN3P/fXx+5njdGfxglT6ApUsW0fWKI046PZZYrOR5fABN4 2qBg== X-Gm-Message-State: AIkVDXLdqzJOSlV2U40GqkpV6wEKfofQc++jwa9mVCYVgFozDYn817Sy27laRQ1zOqVmj3Kp6trjchgjHMgb+2z3 X-Received: by 10.107.180.212 with SMTP id d203mr5281090iof.101.1481927097662; Fri, 16 Dec 2016 14:24:57 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a17:908:104c:0:0:0:0 with HTTP; Fri, 16 Dec 2016 14:24:17 -0800 (PST) In-Reply-To: <20161216194033.18756-1-antoine.tremblay@ericsson.com> References: <20161216192932.11323-1-antoine.tremblay@ericsson.com> <20161216194033.18756-1-antoine.tremblay@ericsson.com> From: "Doug Evans via gdb-patches" Reply-To: Doug Evans Date: Fri, 16 Dec 2016 22:25:00 -0000 Message-ID: Subject: Re: [PATCH v2] Set emacs default mode for the GDB directory to C++ To: Antoine Tremblay Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00332.txt.bz2 On Fri, Dec 16, 2016 at 11:40 AM, Antoine Tremblay wrote: > gdb/ChangeLog: > > * .dir-locals.el: Set c++ mode for the directory and set indent > properly. > * gdb-code-style.el: Set c-set-offset 'innamespace as a safe value > to be used in .dir-locals.el. LGTM