emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 7d2dea0517 04/27: Improved documentation abou


From: Christian Johansson
Subject: [elpa] externals/phps-mode 7d2dea0517 04/27: Improved documentation about failed download
Date: Sat, 4 Mar 2023 03:24:55 -0500 (EST)

branch: externals/phps-mode
commit 7d2dea0517e250f53a20585d92fc181e6275c8e2
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Improved documentation about failed download
---
 admin/phps-mode-automation.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/admin/phps-mode-automation.el b/admin/phps-mode-automation.el
index 7a5c05d9dc..1182045fff 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -6,9 +6,11 @@
 ;;; Commentary:
 
 ;;; Uses a parser-generator library to convert LALR(1) YACC grammar into a 
Canonical LR(1) Parser
-
+;;
 ;; This does not work if some variables are byte-compiled therefore we delete 
byte-compiled files in `make parser &> output.txt' command, follow progress 
with `tail -f output.txt'
-
+;;
+;; For some reason the grammar file can't be downloaded non-interactively, in 
that case try to run the code `(progn (require 
'parser-generator-lr-export)(setq debug-on-signal t)(setq debug-on-error 
t)(phps-mode-automation))' in a active Emacs session and quit when file has 
been downloaded and the restart the process from terminal.
+;;
 ;; If generation fails for some reason, to extract Emacs-Lisp data to a 
separate file run `cat output.txt | grep -F "-resume" - > resume.el'
 ;; and then to resume use command: `make parser-resumed &> output.txt'
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]