emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109264: * alloc.c (Fgarbage_coll


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109264: * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
Date: Mon, 30 Jul 2012 19:11:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>> the GNU coding style additionally recommends to cut the line
>> before rather than after infix operators.  I.e.
>> double nlive
>> = (total_conses + total_symbols + total_markers + total_strings
>> + total_vectors + total_floats + total_intervals + total_buffers);
> Sure, but that "=" is not an infix operator; it's
> not an operator at all.  Technically, it's
> punctuation that is part of an init-declarator.

I do not think the GNU coding style cares about such
philosophical nitpicks.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]