unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Looking for an elisp developer for php mode extensions
@ 2015-05-12 21:58 David Arroyo Menendez
  2015-05-12 22:52 ` Lennart Borgman
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: David Arroyo Menendez @ 2015-05-12 21:58 UTC (permalink / raw)
  To: Emacs-Devel devel


If you install php extensions
(https://savannah.nongnu.org/projects/php-ext-el/), you will have
autocompletion and skeleton templates for many, many php functions:

$ cd ~
$ mkdir mydir
$ cd mydir
$ git clone git://git.savannah.nongnu.org/php-ext-el.git

Edit you .emacs and add:

(setq php-ext-path "~/mydir")
(load (concat php-ext-path "php-ext.el")) 

The project is bring skeletons to all php functions. I'm looking for
developers interested in this project.

Kind regards.



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-12 21:58 Looking for an elisp developer for php mode extensions David Arroyo Menendez
@ 2015-05-12 22:52 ` Lennart Borgman
  2015-05-17 14:58   ` David Arroyo Menendez
  2015-05-12 23:01 ` Samuel W. Flint
  2015-05-13 12:35 ` Stefan Monnier
  2 siblings, 1 reply; 13+ messages in thread
From: Lennart Borgman @ 2015-05-12 22:52 UTC (permalink / raw)
  To: David Arroyo Menendez; +Cc: Emacs-Devel devel

On Tue, May 12, 2015 at 11:58 PM, David Arroyo Menendez <davidam@gnu.org> wrote:
>
>
> If you install php extensions
> (https://savannah.nongnu.org/projects/php-ext-el/), you will have
> autocompletion and skeleton templates for many, many php functions:
>
> $ cd ~
> $ mkdir mydir
> $ cd mydir
> $ git clone git://git.savannah.nongnu.org/php-ext-el.git
>
> Edit you .emacs and add:
>
> (setq php-ext-path "~/mydir")
> (load (concat php-ext-path "php-ext.el"))
>
> The project is bring skeletons to all php functions. I'm looking for
> developers interested in this project.
>
> Kind regards.
>

Sounds nice. What version of Emacs does it require?



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-12 21:58 Looking for an elisp developer for php mode extensions David Arroyo Menendez
  2015-05-12 22:52 ` Lennart Borgman
@ 2015-05-12 23:01 ` Samuel W. Flint
  2015-05-13 12:35 ` Stefan Monnier
  2 siblings, 0 replies; 13+ messages in thread
From: Samuel W. Flint @ 2015-05-12 23:01 UTC (permalink / raw)
  To: David Arroyo Menendez; +Cc: Emacs-Devel devel

If you don't mind this being their first major elisp project, I'd be
willing to give it a go!

Sam

On Tue, May 12, 2015 4:58 pm, David Arroyo Menendez wrote:
>
> If you install php extensions
> (https://savannah.nongnu.org/projects/php-ext-el/), you will have
> autocompletion and skeleton templates for many, many php functions:
>
> $ cd ~
> $ mkdir mydir
> $ cd mydir
> $ git clone git://git.savannah.nongnu.org/php-ext-el.git
>
> Edit you .emacs and add:
>
> (setq php-ext-path "~/mydir")
> (load (concat php-ext-path "php-ext.el"))
>
> The project is bring skeletons to all php functions. I'm looking for
> developers interested in this project.
>
> Kind regards.
>
>


-- 
Sam Flint
swflint@flintfam.org
freenode: swflint
(402) 517-8468
http://flintfam.org/~swflint
BAFBF3FF




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-12 21:58 Looking for an elisp developer for php mode extensions David Arroyo Menendez
  2015-05-12 22:52 ` Lennart Borgman
  2015-05-12 23:01 ` Samuel W. Flint
@ 2015-05-13 12:35 ` Stefan Monnier
  2015-05-13 21:35   ` Bozhidar Batsov
  2 siblings, 1 reply; 13+ messages in thread
From: Stefan Monnier @ 2015-05-13 12:35 UTC (permalink / raw)
  To: David Arroyo Menendez; +Cc: Emacs-Devel devel

On a related note, I'd love to have a php-mode in GNU ELPA or bundled
in Emacs.


        Stefan



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-13 12:35 ` Stefan Monnier
@ 2015-05-13 21:35   ` Bozhidar Batsov
  2015-05-13 21:42     ` Bozhidar Batsov
  2015-05-17 15:08     ` David Arroyo Menendez
  0 siblings, 2 replies; 13+ messages in thread
From: Bozhidar Batsov @ 2015-05-13 21:35 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: David Arroyo Menendez, Emacs-Devel devel

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

And php-mode is looking for maintainers. Guess the current maintainers
would be willing for the Emacs dev team to take over this package.

On 13 May 2015 at 15:35, Stefan Monnier <monnier@iro.umontreal.ca> wrote:

> On a related note, I'd love to have a php-mode in GNU ELPA or bundled
> in Emacs.
>
>
>         Stefan
>
>

[-- Attachment #2: Type: text/html, Size: 706 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-13 21:35   ` Bozhidar Batsov
@ 2015-05-13 21:42     ` Bozhidar Batsov
  2015-05-14  3:44       ` Stefan Monnier
  2015-05-14  9:46       ` Phillip Lord
  2015-05-17 15:08     ` David Arroyo Menendez
  1 sibling, 2 replies; 13+ messages in thread
From: Bozhidar Batsov @ 2015-05-13 21:42 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: David Arroyo Menendez, Emacs-Devel devel

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

Stefan, you might find this thread interesting
https://www.reddit.com/r/emacs/comments/2tt9ml/wanted_php_mode_maintainer/ -
seems that the current maintainer is worried he won't be able to take care
of the legal stuff needed to assign the copyright to the FSF (~60
contributors). Maybe you can offer some advice of the subject.

On 14 May 2015 at 00:35, Bozhidar Batsov <bozhidar@batsov.com> wrote:

> And php-mode is looking for maintainers. Guess the current maintainers
> would be willing for the Emacs dev team to take over this package.
>
> On 13 May 2015 at 15:35, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>
>> On a related note, I'd love to have a php-mode in GNU ELPA or bundled
>> in Emacs.
>>
>>
>>         Stefan
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 1527 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-13 21:42     ` Bozhidar Batsov
@ 2015-05-14  3:44       ` Stefan Monnier
  2015-05-14  9:46       ` Phillip Lord
  1 sibling, 0 replies; 13+ messages in thread
From: Stefan Monnier @ 2015-05-14  3:44 UTC (permalink / raw)
  To: Bozhidar Batsov; +Cc: David Arroyo Menendez, Emacs-Devel devel

> Stefan, you might find this thread interesting
> https://www.reddit.com/r/emacs/comments/2tt9ml/wanted_php_mode_maintainer/ -
> seems that the current maintainer is worried he won't be able to take care
> of the legal stuff needed to assign the copyright to the FSF (~60
> contributors). Maybe you can offer some advice of the subject.

I can help sort things out for the copyright assignments, of course.
The main issue is whether the information exists about who
contributed what.  After that, we can see which of those contributors
has already signed paperwork, which of the remaining ones has
contributed a small enough amount that it can be considered trivial,
which of the remaining ones has contributed code which has since
been rewritten, and then try and contact the remaining ones to get them
to sign the paperwork.  And finally see what to do with the remaining
chunks of code authored by people we can't find or unwilling to sign
the paperwork (such code is typically very old, so it's often a good
opportunity to revamp it).


        Stefan


> On 14 May 2015 at 00:35, Bozhidar Batsov <bozhidar@batsov.com> wrote:

>> And php-mode is looking for maintainers. Guess the current maintainers
>> would be willing for the Emacs dev team to take over this package.
>> 
>> On 13 May 2015 at 15:35, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>> 
>>> On a related note, I'd love to have a php-mode in GNU ELPA or bundled
>>> in Emacs.
>>> 
>>> 
>>> Stefan
>>> 
>>> 
>> 



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-13 21:42     ` Bozhidar Batsov
  2015-05-14  3:44       ` Stefan Monnier
@ 2015-05-14  9:46       ` Phillip Lord
  1 sibling, 0 replies; 13+ messages in thread
From: Phillip Lord @ 2015-05-14  9:46 UTC (permalink / raw)
  To: Bozhidar Batsov; +Cc: David Arroyo Menendez, Stefan Monnier, Emacs-Devel devel


Based on the git logs, it's around 30 (minus the duplicates), about 10
of whom are only small, and several have papers.

Phil


Bozhidar Batsov <bozhidar@batsov.com> writes:

> Stefan, you might find this thread interesting
> https://www.reddit.com/r/emacs/comments/2tt9ml/wanted_php_mode_maintainer/ -
> seems that the current maintainer is worried he won't be able to take care
> of the legal stuff needed to assign the copyright to the FSF (~60
> contributors). Maybe you can offer some advice of the subject.
>
> On 14 May 2015 at 00:35, Bozhidar Batsov <bozhidar@batsov.com> wrote:
>
>> And php-mode is looking for maintainers. Guess the current maintainers
>> would be willing for the Emacs dev team to take over this package.
>>
>> On 13 May 2015 at 15:35, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>>
>>> On a related note, I'd love to have a php-mode in GNU ELPA or bundled
>>> in Emacs.
>>>
>>>
>>>         Stefan
>>>
>>>
>>

-- 
Phillip Lord,                           Phone: +44 (0) 191 208 7827
Lecturer in Bioinformatics,             Email: phillip.lord@newcastle.ac.uk
School of Computing Science,            http://homepages.cs.ncl.ac.uk/phillip.lord
Room 914 Claremont Tower,               skype: russet_apples
Newcastle University,                   twitter: phillord
NE1 7RU                                 



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-12 22:52 ` Lennart Borgman
@ 2015-05-17 14:58   ` David Arroyo Menendez
  0 siblings, 0 replies; 13+ messages in thread
From: David Arroyo Menendez @ 2015-05-17 14:58 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: emacs-devel

Lennart Borgman <lennart.borgman@gmail.com> writes:

>
> Sounds nice. What version of Emacs does it require?

I'm using emacs 24, but skeleton is useful in all emacs that I can
remember.

Try it!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-13 21:35   ` Bozhidar Batsov
  2015-05-13 21:42     ` Bozhidar Batsov
@ 2015-05-17 15:08     ` David Arroyo Menendez
  2015-05-17 15:29       ` Przemysław Wojnowski
  1 sibling, 1 reply; 13+ messages in thread
From: David Arroyo Menendez @ 2015-05-17 15:08 UTC (permalink / raw)
  To: Bozhidar Batsov; +Cc: monnier, emacs-devel


Bozhidar Batsov <bozhidar@batsov.com> writes:

> [1:text/plain Hide]
> And php-mode is looking for maintainers. Guess the current maintainers
> would be willing for the Emacs dev team to take over this package.
>

Good idea!

I've never participated in a github project
https://github.com/ejmr/php-mode/

I can't see the developers emails or a mailing list to contact
him. Ideas?

Thanks!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-17 15:08     ` David Arroyo Menendez
@ 2015-05-17 15:29       ` Przemysław Wojnowski
  2015-05-18  5:44         ` Bozhidar Batsov
  0 siblings, 1 reply; 13+ messages in thread
From: Przemysław Wojnowski @ 2015-05-17 15:29 UTC (permalink / raw)
  To: David Arroyo Menendez; +Cc: emacs-devel

Try here: http://ericjmritz.name/about/

W dniu 17.05.2015 o 17:08, David Arroyo Menendez pisze:
>
> Bozhidar Batsov <bozhidar@batsov.com> writes:
>
>> [1:text/plain Hide]
>> And php-mode is looking for maintainers. Guess the current maintainers
>> would be willing for the Emacs dev team to take over this package.
>>
>
> Good idea!
>
> I've never participated in a github project
> https://github.com/ejmr/php-mode/
>
> I can't see the developers emails or a mailing list to contact
> him. Ideas?
>
> Thanks!
>



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-17 15:29       ` Przemysław Wojnowski
@ 2015-05-18  5:44         ` Bozhidar Batsov
  2015-05-18 21:58           ` David Arroyo Menendez
  0 siblings, 1 reply; 13+ messages in thread
From: Bozhidar Batsov @ 2015-05-18  5:44 UTC (permalink / raw)
  To: Przemysław Wojnowski; +Cc: David Arroyo Menendez, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

You can also file a github issue regarding moving the project to Emacs.
That's what I would have done.

On 17 May 2015 at 18:29, Przemysław Wojnowski <esperanto@cumego.com> wrote:

> Try here: http://ericjmritz.name/about/
>
> W dniu 17.05.2015 o 17:08, David Arroyo Menendez pisze:
>
>
>> Bozhidar Batsov <bozhidar@batsov.com> writes:
>>
>>  [1:text/plain Hide]
>>> And php-mode is looking for maintainers. Guess the current maintainers
>>> would be willing for the Emacs dev team to take over this package.
>>>
>>>
>> Good idea!
>>
>> I've never participated in a github project
>> https://github.com/ejmr/php-mode/
>>
>> I can't see the developers emails or a mailing list to contact
>> him. Ideas?
>>
>> Thanks!
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 1554 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Looking for an elisp developer for php mode extensions
  2015-05-18  5:44         ` Bozhidar Batsov
@ 2015-05-18 21:58           ` David Arroyo Menendez
  0 siblings, 0 replies; 13+ messages in thread
From: David Arroyo Menendez @ 2015-05-18 21:58 UTC (permalink / raw)
  To: Bozhidar Batsov; +Cc: esperanto, emacs-devel

Bozhidar Batsov <bozhidar@batsov.com> writes:

> [1:text/plain Hide]
> You can also file a github issue regarding moving the project to Emacs.
> That's what I would have done.
>

I've generated git pull request in
https://github.com/ejmr/php-mode/pulls.

Thanks for the idea!



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-05-18 21:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-12 21:58 Looking for an elisp developer for php mode extensions David Arroyo Menendez
2015-05-12 22:52 ` Lennart Borgman
2015-05-17 14:58   ` David Arroyo Menendez
2015-05-12 23:01 ` Samuel W. Flint
2015-05-13 12:35 ` Stefan Monnier
2015-05-13 21:35   ` Bozhidar Batsov
2015-05-13 21:42     ` Bozhidar Batsov
2015-05-14  3:44       ` Stefan Monnier
2015-05-14  9:46       ` Phillip Lord
2015-05-17 15:08     ` David Arroyo Menendez
2015-05-17 15:29       ` Przemysław Wojnowski
2015-05-18  5:44         ` Bozhidar Batsov
2015-05-18 21:58           ` David Arroyo Menendez

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).