Eric James Michael Ritz

Results 16 issues of Eric James Michael Ritz

Kosta H. on the emacs-php mailing list brought up [the PHP layer for Spacemacs](https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/php) and what we could do to improve it. Personally I have never used Spacemacs, but it's...

I want to see support for eldoc-mode within php-mode. But deciding how to approach that implementation is not trivial. Other people have already provided implementations on [the Emacs Wiki](http://www.emacswiki.org/emacs/ElDoc) and...

Request

This is a long-term goal, but I would like to integrate [Semantic support for PHP](https://github.com/trashofmasters/.emacs.d/tree/semantic-php) by Andrea Turso, @trashofmasters. I have spoken with him and we agreed that first the...

The README mentions the four indentation styles specific to PHP Mode but provides no detailed description of the differences. We basically assume the user is already familiar with the styles...

Request
Low Priority

Commit 0ea30f51868a96e010c95b45fdc6fc6672462980 describes the problem.

Bug
Request

Takayuki Sato's [`inf-php`](https://github.com/taksatou/inf-php) package provides a useful way to run an interactive PHP session. It is a much better version of the existing `php-send-region` command. We should remove that command...

Request
Low Priority

It will be useful to provide a document (or use the project wiki) to outline all of the steps that developers should go through when introducing a new coding style,...

Low Priority

Consider this code: ``` php echo $this->foo; ``` Initially php-mode will highlight the `>` character using `font-lock-constant-face`. Making any modifications to the line (e.g. deleting and reinsert one character) causes...

Bug
Low Priority

@zonuexe Based on some recent comments I've read in issues and pull-requests, how do you feel about adding a document specifically for programmers who want to contribute to PHP Mode?...

Low Priority
Question
Documentation

As mentioned in #237, it would be useful for PHP Mode to come with some documentation explaining how users can tweak the various c-styles we provide.

Low Priority