• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/progmodes/

Lines Matching +defs:yac +defs:error

347 ;;			`ebnf-yac-ignore-error-recovery'.
444 ;; It's an error to try to open an already opened EPS file.
449 ;; It's an error to try to close a not opened EPS file.
728 ;; `ebnf-stop-on-error' Non-nil means signal error and stop.
729 ;; Nil means signal error and continue.
731 ;; `ebnf-yac-ignore-error-recovery' Non-nil means ignore error recovery.
1100 ;; `ebnf-production-name-p', `ebnf-stop-on-error',
1121 (error "`ebnf2ps' requires `ps-print' package version 5.2.3 or later"))
1774 `ebnf-yac-ignore-error-recovery'.
1961 If it occurs the error message:
1971 (defcustom ebnf-stop-on-error nil
1972 "*Non-nil means signal error and stop. Otherwise, signal error and continue."
1978 (defcustom ebnf-yac-ignore-error-recovery nil
1979 "*Non-nil means ignore error recovery.
2347 ebnf-stop-on-error %S
2348 ebnf-yac-ignore-error-recovery %S
2407 ebnf-stop-on-error
2408 ebnf-yac-ignore-error-recovery
2480 ebnf-stop-on-error
2481 ebnf-yac-ignore-error-recovery
2544 (ebnf-stop-on-error . nil)
2545 (ebnf-yac-ignore-error-recovery . nil)
2617 (error "Style name already exists: %s" name))
2619 (error "Style inheritance name doesn't exist: %s" inherits))
2632 (error "Style name doesn't exist: %s" name))
2636 (error "Style name `%s' is inherited by `%s' style"
2649 (error "Style name doesn't exist: %s" name)))
4215 ebnf-debug-ps error-msg horizontal
4256 ((quit error)
4257 (setq error-msg (error-message-string data)))))
4264 (and error-msg (error error-msg))
4693 (error-msg "SYNTAX")
4701 (setq error-msg "EMPTY RULES"
4703 (setq error-msg "OPTMIZE"
4705 (setq error-msg "DIMENSIONS"
4707 (setq error-msg "GENERATION")
4709 (setq error-msg nil)) ; here it's ok
4711 ((quit error)
4714 error-msg (concat error-msg ": "
4715 (error-message-string data)
4717 (and (string= error-msg "SYNTAX")
4723 ;; error occurred
4724 (error-msg
4726 (if ebnf-stop-on-error
4727 (error error-msg)
4728 (message "%s" error-msg)))
4813 (error "Invalid font: %s" name))))
4816 (error "Invalid attributes for font %s" name))))
4827 (error "Invalid font: %s" name))))
4839 (yacc ebnf-yac-parser ebnf-yac-initialize)
5511 (error "Try to open an already opened EPS file: %s" filename)
5519 (error "Try to close a not opened EPS file: %s" filename))))
5561 (error "Invalid %s: missing `%c'" kind eos-char)
5579 (error "Missing `\"'")))
5903 (autoload 'ebnf-yac-parser "ebnf-yac"
5906 (autoload 'ebnf-yac-initialize "ebnf-yac"