From 31c0f49c48fceae8b53876e4047f2a72a8c4c6c7 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Thu, 3 Apr 2014 10:26:14 -0400
Subject: [PATCH] Phafi: can change default port for geben in order to allow
 several debugging sessions on same machine

---
 scripts/emacs/phafi-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/emacs/phafi-mode.el b/scripts/emacs/phafi-mode.el
index 895bf3eddc2..1cbfd0bbf9d 100644
--- a/scripts/emacs/phafi-mode.el
+++ b/scripts/emacs/phafi-mode.el
@@ -76,7 +76,7 @@
   (org-link-minor-mode t)
   (gtags-mode t)
   (setq ag-highlight-search t)
-  (setq ag-arguments(list "--smart-case" "--nogroup" "--column" "--ignore phonetix.txt" "--ignore TAGS" "--ignore-dir report" "--ignore coverage.xml" "--ignore-dir emacs" "--ignore-dir fichiers" "--ignore-dir jQuery" "--ignore-dir ckeditor" "--ignore jquery.mobile-1.1.0.min.js" "--ignore jquery.mobile-1.2.0.min.js"  "--" ))
+  (setq ag-arguments(list "--smart-case" "--nogroup" "--column" "--ignore-dir report" "--ignore coverage.xml" "--ignore-dir emacs" "--ignore-dir fichiers" "--ignore-dir jQuery" "--ignore-dir ckeditor" "--ignore jquery.mobile-1.1.0.min.js" "--ignore jquery.mobile-1.2.0.min.js"  "--" ))
   (setq ac-sources '(ac-source-gtags ac-source-words-in-buffer ac-source-php-auto-yasnippets))
   (imenu-add-menubar-index)
   (phafi-init-menu)
@@ -159,7 +159,7 @@
 (defun phafi-compile-phpunit (&optional params filename debug testdox)
   (let
       ((command-filter (if params (concat " --filter " params) " "))
-       (debug-mode (if debug "XDEBUG_CONFIG=1 " ""))
+       (debug-mode (if debug (concat "XDEBUG_CONFIG='remote_port=" (number-to-string geben-dbgp-default-port) "' ") ""))
        (testdox-option (if testdox " --testdox " "")))
 
     (if debug (progn (geben 1)
-- 
GitLab