Eric James Michael Ritz

Results 136 comments of Eric James Michael Ritz

I half-wonder if the problems of instances 1 and 2 are not caused by bugs of my own in PHP Mode. Regardless, php-auto-yasnippets should be smarter about looking (backwards) at...

@chrissound Thank you for the additional info. I have to apologize because I am busy over this weekend and next week, so I won't be able to look into this...

I should have included a link to the commit in question: bc42e636793e820241939dedbb4ee81163a212ed, to give an idea of my thought process.

> Are the macro defined functions as easily debuggable? No. But that doesn't mean they are difficult to debug either. Personally the way I debug anything dealing with macros is...

Sorry about the late reply. Off the top of my head I think `php-auto-yasnippet-required-files` needs to be a cons, e.g.: ``` (php-auto-yasnippet-required-files . (list "~/project/vendor/autoload.php")) ``` And if that's the...

@kostajh Thanks for the information. I'll see if I can replicate the problem on my end and (assuming I get the same issue) see if I can figure out a...

You're not doing anything wrong; your setup looks fine. The problem is a bug in my code. However, so far I have not been able to duplicate the bug because...

No argument list comes at the end? The output should look like so: ``` #key: preg_match #name: preg_match #group: pcre # -- preg_match(${1:$pattern,} ${2:$subject,} ${3:[&$subpatterns],} ${4:[$flags],} ${5:[$offset],}) ```

Thank you for the output. The percent character should not be a problem as I am guessing that is your shell prompt. The PHP script does not add a newline...

Would you also please tell me the exit code of `Create-PHP-YASnippet.php` after you run it with the `preg_match` argument? The exit code should be zero, but if it is not...