-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes for php-repl.el #2
base: master
Are you sure you want to change the base?
Commits on Jan 16, 2011
-
Don't try to merge abbrev tables if `php-mode-abbrev-table' is unbound
* php-repl.el: Don't try to merge abbrev tables if `php-mode-abbrev-table' is unbound.
David Maus committedJan 16, 2011 Configuration menu - View commit details
-
Copy full SHA for 90d53b1 - Browse repository at this point
Copy the full SHA 90d53b1View commit details -
Move point to inferior php buffer
* php-repl.el (run-php): Move point to inferior php buffer. Otherwise major mode of current buffer is set to `inferior-php-mode'.
David Maus committedJan 16, 2011 Configuration menu - View commit details
-
Copy full SHA for 1bb8763 - Browse repository at this point
Copy the full SHA 1bb8763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e57494 - Browse repository at this point
Copy the full SHA 9e57494View commit details -
Use `apply' to pass php repl program arguments
* php-repl.el (run-php): Use `apply' to pass php repl program arguments. Otherwise if `php-repl-program-arguments' is the empty, the empty string is passed as argument for `php-repl-program' which causes the process to terminate.
David Maus committedJan 16, 2011 Configuration menu - View commit details
-
Copy full SHA for 7bd5ecf - Browse repository at this point
Copy the full SHA 7bd5ecfView commit details
Commits on Mar 11, 2011
-
Removed need to explicitly end lines with backslashes inside matched …
…parens or curlies.
Configuration menu - View commit details
-
Copy full SHA for 6a501ad - Browse repository at this point
Copy the full SHA 6a501adView commit details -
Combined curleys and parens logic into a token stack, allows matching…
… token pairs instead of naive counters. > If an unmatched token is incountered, in input, the read function will throw a generic exception. > Semicolons are only implicitly added inside curlies, not inside parens.
Configuration menu - View commit details
-
Copy full SHA for 0c9ab04 - Browse repository at this point
Copy the full SHA 0c9ab04View commit details -
Continue when user enters a blank line (rather than exiting). User ma…
…y still exit by typing Ctrl+X, 'die' or 'exit'
Configuration menu - View commit details
-
Copy full SHA for 2510803 - Browse repository at this point
Copy the full SHA 2510803View commit details
Commits on Apr 29, 2011
-
Restart PHP process after abnormal exit
* php-repl.el (run-php-process-sentinel): New function. Process sentinel, restart PHP process after abnormal exit. (run-php): Use process sentinel.
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for 73d0d12 - Browse repository at this point
Copy the full SHA 73d0d12View commit details -
* php-repl.el (run-php): Setq symbol before using it.
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for b9fc57a - Browse repository at this point
Copy the full SHA b9fc57aView commit details -
Don't change buffer and window when visiting inferior-php-buffer
* php-repl.el (run-php): Don't change buffer and window when already visiting inferior-php-buffer.
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for ebbb46c - Browse repository at this point
Copy the full SHA ebbb46cView commit details -
Merge remote-tracking branch 'jmhobbs/master'
David Maus committedApr 29, 2011 Configuration menu - View commit details
-
Copy full SHA for b37af2c - Browse repository at this point
Copy the full SHA b37af2cView commit details
Commits on Jul 10, 2011
-
* php-repl.el (php-repl): Fix typo in defgroup prefix.
David Maus committedJul 10, 2011 Configuration menu - View commit details
-
Copy full SHA for 95a9dfe - Browse repository at this point
Copy the full SHA 95a9dfeView commit details -
Use inferior php buffer, not sql buffer
* php-repl.el (php-send-region): Use inferior php buffer, not sql buffer.
David Maus committedJul 10, 2011 Configuration menu - View commit details
-
Copy full SHA for b2cb936 - Browse repository at this point
Copy the full SHA b2cb936View commit details
Commits on Mar 5, 2012
-
Added check for PHP_INCLUDE_PATH environment variable.
The binary wrapper /scripts/php-repl will now if the environment variable PHP_INCLUDE_PATH is set and add it to the include_path php.ini directive.
Configuration menu - View commit details
-
Copy full SHA for ce52384 - Browse repository at this point
Copy the full SHA ce52384View commit details
Commits on Mar 18, 2012
-
Merge pull request #1 from niclashoyer/ce52384e033af0793290981882dc1c…
…c66f4a150d Add check for PHP_INCLUDE_PATH environment variable
David Maus committedMar 18, 2012 Configuration menu - View commit details
-
Copy full SHA for 3bf486b - Browse repository at this point
Copy the full SHA 3bf486bView commit details