Commit Graph

21 Commits (875357c1bf16981fb85e7bfadeac74de09dd1b51)

Author SHA1 Message Date
Björn Lindqvist 6c6df7279b FUEL: make it so fuel-con-error is shown in *fuel debug* 2014-04-25 08:49:50 -07:00
Björn Lindqvist 368abbe777 FUEL: Improved handling of documentation markup errors
The fuel-eval--retort-result-safe function can be used to get the
retort result and throw an error if the retort error is
set. E.g. (fuel-help "prettyprint") will now throw an error because
the markup is invalid instead of showing "No help available.."
2014-04-18 08:43:11 -07:00
Erik Charlebois deb0ceaa9c Large reorg of FUEL codebase
* Modernize the FUEL elisp code for Emacs 24.3. Emacs 24.3 deprecated
the old 'cl lib and standardized a new 'cl-lib lib to put the name
clash issues to rest once and for all. This version of FUEL now requires
24.3.
* Move FUEL code that was needed by factor-mode into factor-mode and
rename appropriately. factor-mode and FUEL are now clearly separated
and FUEL depends on factor-mode.
* Set up FUEL with appropriate autoloads so that it's Emacs 24 package
manager friendly. FUEL can now be uploaded to MELPA or some similar
package manager.
* Changed the Factor faces for font locking to inherit from the default
Emacs faces rather than defaulting to other colors. This means that
Emacs themes will work for Factor code out of the box. Further
tailoring of Factor-specific faces can be done by users themselves.
* Cleaned up a lot of code to use Emacs conventions
(define-defined-mode, define-minor-mode, indent-function, etc) and added
a propery syntax table so that paren matching works, and word/symbol
skipping works.
* Added a new minor mode, fuel-autohelp-mode, that displays the help for
the symbol under point in another window. A fusion of fuel-autodoc-mode
and fuel-help-mode that's quite handy for reading Factor code.
2013-05-07 01:41:12 -04:00
Jose A. Ortega Ruiz 08113cd741 FUEL: Don't load vocabs in USING: form by default. 2009-02-19 01:33:47 +01:00
Jose A. Ortega Ruiz 8d943b9625 FUEL: Better, if hackish, to fix the f problem. 2009-01-25 11:42:35 +01:00
Jose A. Ortega Ruiz 91460f5479 FUEL: Pretty print f as 'f' instead of 'nil'. 2009-01-25 10:22:53 +01:00
Jose A. Ortega Ruiz 756464a487 FUEL: Help browser: Fix for links to articles keyed by string lists. 2009-01-16 00:38:18 +01:00
Jose A. Ortega Ruiz bb7c82a9aa FUEL: Fix for float highlight (+ en exp) and small tweaks. 2009-01-11 14:15:26 +01:00
Jose A. Ortega Ruiz a0f3a44aa0 FUEL: New command fuel-help-kill-page (bound to 'k' in help browser). 2009-01-05 06:22:36 +01:00
Jose A. Ortega Ruiz 90f6fef8d2 FUEL: fix in autodoc require's and echo area font lock. 2008-12-27 15:18:17 +01:00
Jose A. Ortega Ruiz a160e7d32a FUEL: New fuel-update-usings (C-cC-eu) command. 2008-12-23 22:37:25 +01:00
Jose A. Ortega Ruiz d3ba7e1abe FUEL: Stack inference support. 2008-12-20 16:51:05 +01:00
Jose A. Ortega Ruiz de37d91304 FUEL: Bug fixes and compatibility with Emacs 22. 2008-12-17 23:50:48 +01:00
Jose A. Ortega Ruiz 416f46db7c FUEL: More simplifications and small speed-ups in listener/emacs communications. 2008-12-17 21:44:41 +01:00
Jose A. Ortega Ruiz 7172a00f21 FUEL: More robust listener/emacs protocol; small fixes to the help mode. 2008-12-17 00:08:05 +01:00
Jose A. Ortega Ruiz 6a144cc546 FUEL: Initial word completion (M-TAB) plus lotsa fixes. 2008-12-15 23:44:13 +01:00
Jose A. Ortega Ruiz b4efb3891b FUEL: Internal refactorings and cleanups. 2008-12-14 16:50:34 +01:00
Jose A. Ortega Ruiz d3c279469c FUEL: Asynchronous comms with Factor implemented. Help mode improvements. 2008-12-13 01:54:18 +01:00
Jose A. Ortega Ruiz faa6989fe9 FUEL: First stab at the debugger: error/restart display and restart invokation. 2008-12-09 02:36:55 +01:00
Jose A. Ortega Ruiz eb43cddb33 FUEL: fuel-edit-word-at-point, fuel-eval-region, fuel-eval-extended-region. 2008-12-06 07:01:12 +01:00
Jose A. Ortega Ruiz 6860285b07 FUEL 0.0 : all factor.el functionality in place, plus evaluation. 2008-12-06 04:34:25 +01:00