From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: php-mode Date: Tue, 2 Aug 2011 19:46:15 +0200 Message-ID: References: <1312000189.8462.4.camel@eric-sprocket> <4E383715.80501@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312307207 7321 80.91.229.12 (2 Aug 2011 17:46:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 17:46:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 19:46:43 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 1QoJ3B-0003Ka-Q9 for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 19:46:41 +0200 Original-Received: from localhost ([::1]:35494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoJ3B-0003qe-Dg for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 13:46:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoJ39-0003qV-5m for emacs-devel@gnu.org; Tue, 02 Aug 2011 13:46:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoJ37-0002yk-Cu for emacs-devel@gnu.org; Tue, 02 Aug 2011 13:46:39 -0400 Original-Received: from mail-ey0-f174.google.com ([209.85.215.174]:39400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoJ37-0002yY-79 for emacs-devel@gnu.org; Tue, 02 Aug 2011 13:46:37 -0400 Original-Received: by eyx24 with SMTP id 24so15904eyx.19 for ; Tue, 02 Aug 2011 10:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=+03h8VMV11Ae93gQSSj1/KH+WWd1JMIM8gvwyX71ksA=; b=RxV+ppxgCUbMQNRnVIvq6vHouSgz0GY9f+Zsafm/xrB2XKIAj+BDNoSG/04lar6KpE OkSJaNtXGZjkXmtRyk0alv9tSFNmsMLG5rmeRg9ZL1hVp0W2L0Sszvo8HUNC7zVz9Oc7 7NJmhEsZKzdj2BKrUCj81eNYRrodbvyeHoMwc= Original-Received: by 10.213.107.17 with SMTP id z17mr2321177ebo.49.1312307196240; Tue, 02 Aug 2011 10:46:36 -0700 (PDT) Original-Received: by 10.213.12.205 with HTTP; Tue, 2 Aug 2011 10:46:15 -0700 (PDT) In-Reply-To: <4E383715.80501@dogan.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.174 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:142726 Archived-At: On Tue, Aug 2, 2011 at 19:42, Deniz Dogan wrote: > On 2011-08-02 19:40, Lennart Borgman wrote: >> >> On Tue, Aug 2, 2011 at 19:27, Stefan Monnier >> =C2=A0wrote: >>>>> >>>>> If we can track down all contributors to php-mode, it would be good t= o >>>>> get their copyright assignment and then install it on GNU ELPA. >>>> >>>> PHP is a major language, so I think it should be included in the Emacs >>>> distribution, ideally. >>> >>> Maybe that can also be done afterwards. =C2=A0We'll cross this bridge w= hen we >>> get there. =C2=A0But for now the GNU ELPA is open for new features wher= eas >>> the trunk isn't. >> >> After following this for quite some time I wonder if it is not much >> less work to just rewrite php-mode.el from scratch than to try to get >> copyright assignment from all authors? (Those parts that are made by >> authors who have signed papers can be copied. Some parts are trivial >> and can therefor be copied. Etc.) >> > > Aren't you the author of mumamo? =C2=A0If you are, you're probably the be= st to > determine whether it's easier to rewrite it or not. Yes, I am the author of mumamo, but other people knows php-mode.el much better than me.