all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: 21.3.50 for Cygwin: patch 5
Date: 10 Jan 2003 10:49:58 +0100	[thread overview]
Message-ID: <5xlm1t49mh.fsf@kfs2.cua.dk> (raw)
In-Reply-To: <E18WlsJ-0000Wl-00@fencepost.gnu.org>

Richard Stallman <rms@gnu.org> writes:

>     Defining P_ in config.h (via configure) is of course possible, but
>     even if we change everything (except the Glibc originated files) to
>     use P_, we still will have the __P definition in config.h
> 
> Why would we still have the __P definition in config.h?
> Is there some reason we could not delete it, once it was not used?

The Glibc files mktime.c, gmalloc.c, and strftime.c use it.  mktime.c
and strftime.c does declare it if it isn't defined already, but
gmalloc.c doesn't.

But even mktime.c and strftime.c use different ways to determine how
to define __P ...  Pretty messy.


BTW, if I simply checkout emacs from CVS, how do I know that some
files are _not_ supposed to be changed within the emacs project (such
as mktime.c and regex.c)?   

I still think we need a "tips and tricks" section in e.g. INSTALL-CVS
or admin/README (or a new file somewhere) to mention things a
developer should be aware of when working on emacs source code, notably:
 - requirement for legal papers,
 - what is a "tiny change" (and how they sum up)
 - how to document changes (ChangeLog, NEWS, manual pages)
 - indentation style, use of P_ macro, which header files to use
   (e.g. when should a function be added to lisp.h)
 - how we support multiple platforms [when to duplicate code,
   which files contain platform specific code, etc...]

but also:
 - quick intro to how we use texinfo

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

  reply	other threads:[~2003-01-10  9:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06 18:36 [PATCHES] 21.3.50 for Cygwin: patch 5 Joe Buehler
2002-12-25  6:12 ` Eli Zaretskii
2002-12-26 13:15   ` Juanma Barranquero
2002-12-26 23:39     ` Richard Stallman
2002-12-27  7:46       ` Juanma Barranquero
2002-12-28 21:22         ` Richard Stallman
2003-01-03 16:19   ` Joe Buehler
2003-01-04  4:19     ` Richard Stallman
2003-01-05  0:31       ` Kim F. Storm
2003-01-05 16:45         ` Benjamin Riefenstahl
2003-01-06  0:13           ` Kim F. Storm
2003-01-06 13:45             ` Joe Buehler
2003-01-06 17:13             ` Richard Stallman
2003-01-07  9:47               ` Kim F. Storm
2003-01-07 18:44                 ` Richard Stallman
2003-01-08 23:52                   ` Kim F. Storm
2003-01-09 23:14                     ` Richard Stallman
2003-01-10  9:49                       ` Kim F. Storm [this message]
2003-01-10 19:44                         ` Eli Zaretskii
2003-01-11  0:02                           ` Kim F. Storm
2003-01-12 11:55                           ` Richard Stallman
2003-01-11  0:22                         ` Richard Stallman
2003-01-05 18:34         ` [PATCHES] " Richard Stallman
2003-01-04 10:07     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5xlm1t49mh.fsf@kfs2.cua.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.