From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: Is it time to remove INTERNAL_FIELD? Date: Thu, 23 Apr 2015 12:56:38 +0200 Message-ID: <878udjun89.fsf@gmail.com> References: <87lhhjuq26.fsf@gmail.com> <5538C48F.2020005@cs.ucla.edu> <87fv7rupcc.fsf@gmail.com> <5538C6C0.2000609@cs.ucla.edu> <83sibr15ac.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429786970 26351 80.91.229.3 (23 Apr 2015 11:02:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Apr 2015 11:02:50 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 23 13:02:46 2015 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 1YlEu6-0005Z5-Fm for ged-emacs-devel@m.gmane.org; Thu, 23 Apr 2015 13:02:46 +0200 Original-Received: from localhost ([::1]:39458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlEu0-0004LH-NM for ged-emacs-devel@m.gmane.org; Thu, 23 Apr 2015 07:02:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlEtl-0004HZ-3B for emacs-devel@gnu.org; Thu, 23 Apr 2015 07:02:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlEtg-0006hA-Hi for emacs-devel@gnu.org; Thu, 23 Apr 2015 07:02:25 -0400 Original-Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:34587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlEtg-0006h4-BV; Thu, 23 Apr 2015 07:02:20 -0400 Original-Received: by wgso17 with SMTP id o17so14335562wgs.1; Thu, 23 Apr 2015 04:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=iLkDql7dDkDHSJBwE7LWaCQDWYbbcR+54P4P56nGhyM=; b=czkW7Nx3Jk0awTyiqJ74MQqtMcDFvGRADq5+SNHNDzKmomwhGOlZMq9uSoXxRPkxxi zrSUT5G8AzIBCXwyVk3erYPjtHo7uItooa5p1mrbnC3dgnJ9bx5bFDB2bvEtt1M9XEYd sWY6ms7RjV55rMKf7EsvWyT+uVNGHm3NSJCdFEHyaCVrhV7patWvEkcq6qrQS6x6mEfD DntzEZ91UVQ2k/Z03ut+nCCzQkUpKCYNTobYvXo1eE3cbeGhzFGzxGUK2Dlif/BthVo4 lnVDcoMTCZIX6+Tk3MfnNXuvvhHZcUIUC/DF+3jKgJ8oabMiQzebLW8MCcA2jWCWY/V8 V0bg== X-Received: by 10.194.110.69 with SMTP id hy5mr4317715wjb.121.1429786939605; Thu, 23 Apr 2015 04:02:19 -0700 (PDT) Original-Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id z12sm11588734wjq.12.2015.04.23.04.02.18 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 23 Apr 2015 04:02:19 -0700 (PDT) In-Reply-To: <83sibr15ac.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 23 Apr 2015 13:56:59 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22b 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:185802 Archived-At: Eli Zaretskii writes: >> Date: Thu, 23 Apr 2015 03:17:36 -0700 >> From: Paul Eggert >> Cc: emacs-devel@gnu.org >> >> Oleh Krehel wrote: >> > Should it be 'foo' or 'foo_'? >> >> The former, surely. There should be no need for the trailing underscore. > > Please don't forget to change src/.gdbinit to follow suit. There's > nothing more annoying than have .gdbinit commands broken by such > changes, since you discover this in the middle of a debugging session, > and they manifest themselves by cryptic error messages. The change is in scratch/remove-internal-field. I've compiled and it works properly. I don't know what to do with src/.gdbinit though. Oleh