Commit Graph

45 Commits (e1b661681a339b1f2287644908065431a838fe8f)

Author SHA1 Message Date
Jose A. Ortega Ruiz 34c55672bd Emacs factor mode: Small tweaks. 2008-11-30 13:53:15 +01:00
Jose A. Ortega Ruiz 1a538fcf39 Emacs factor mode: disable highlight of vocabs in USING:. 2008-11-29 21:30:43 +01:00
Jose A. Ortega Ruiz 5ca847c326 Emacs factor mode: cycle between source, tests and docs factor files. 2008-11-29 15:45:00 +01:00
Jose A. Ortega Ruiz 76afa6bf49 Emacs factor mode: improvements in USING:'s font lock and function navigation. 2008-11-29 03:49:35 +01:00
Jose A. Ortega Ruiz 2810b9ac0f Emacs factor: Oops, fix previous commit. 2008-11-29 01:58:20 +01:00
Jose A. Ortega Ruiz 858f848441 Emacs factor mode: electric ] and }; another fix for declaration-aware indentation. 2008-11-29 01:55:08 +01:00
Jose A. Ortega Ruiz bc5c6d85c4 Emacs factor mode: fix indentation in presence of declaration word, and add a face for them. 2008-11-28 22:51:36 +01:00
Jose A. Ortega Ruiz 4c1e23b82d Emacs factor mode: bug fix: don't depend on cl's DO. 2008-11-28 13:23:15 +01:00
Jose A. Ortega Ruiz 95bf38f5ee Emacs factor mode: Fail gracefully when the listener is not running. 2008-11-28 02:37:49 +01:00
Jose A. Ortega Ruiz d7587282fd Emacs factor mode: 'see' in minibuffer and Eldoc mode available. 2008-11-28 01:51:33 +01:00
Jose A. Ortega Ruiz c1b42e9646 Emacs factor mode: correct fontification in presence of word names containing !. 2008-11-26 22:58:11 +01:00
Jose A. Ortega Ruiz a11453e458 Emacs factor-mode: fix indentation of empty line after starting word definition. 2008-11-25 21:53:06 +01:00
Jose A. Ortega Ruiz 1f61f6dad0 Emacs factor modes: gensym is not needed. 2008-11-25 11:48:11 +01:00
Jose A. Ortega Ruiz c4f8da0510 Emacs factor mode: better defaults for font-lock faces. 2008-11-24 22:44:05 +01:00
Jose A. Ortega Ruiz 47ef542e92 Emacs factor mode: defun and sexp navigation are aware of word definition syntax. 2008-11-24 10:18:47 +01:00
Jose A. Ortega Ruiz 892aad7d0b Emacs factor mode: More correct treatment of strings and comments in font-lock. 2008-11-24 00:45:48 +01:00
Jose A. Ortega Ruiz 70645e0d3a Emacs Factor listener: new help mode; better run-factor/switch-to-factor behaviour. 2008-11-22 04:22:38 +01:00
Jose A. Ortega Ruiz 5df0a0073f Emacs factor-mode: small indentation fixes and cleanups. 2008-11-19 10:37:54 +01:00
Jose A. Ortega Ruiz dad3a5ead1 Emacs factor-mode: correct indentation for field setters after constructors. 2008-11-19 02:00:00 +01:00
Jose A. Ortega Ruiz 27bcb413a5 Emacs factor-mode: better font lock: constructors, setters and parent types (with accompanying custom faces). 2008-11-19 00:59:43 +01:00
Jose A. Ortega Ruiz b0821229a1 Emacs factor mode: indentation improvements. 2008-11-18 03:47:13 +01:00
Jose A. Ortega Ruiz bb8df5c0c9 Cosmetic changes: factor-- prefix for internal symbols, sectioning with ^L, header comments. 2008-11-16 22:10:19 +01:00
Jose A. Ortega Ruiz 96bb916c35 Indentation in Emacs factor-mode: customizable width and no tabs. 2008-11-16 16:21:47 +01:00
Jose A. Ortega Ruiz 74c59d1531 Faces used in factor-mode are now customizable (plus a bit of
reordering in factor.el).
2008-11-16 03:16:57 +01:00
Jose A. Ortega Ruiz 16cc409354 Font lock for USE: and USING: args. 2008-11-16 01:51:20 +01:00
Jose A. Ortega Ruiz aa43297364 Better string font lock (catch scaped quotes). 2008-11-16 01:27:21 +01:00
Jose A. Ortega Ruiz e7ccb46254 Show keybindings for factor-mode in help buffer (C-h m). 2008-11-16 00:19:05 +01:00
Jose A. Ortega Ruiz 74e5979ba8 Font lock improvements (highlight word, symbol and tuple definitions). 2008-11-16 00:16:13 +01:00
jao 9099b12603 factor.el: fix for empty strings font lock. 2008-11-15 03:52:20 +01:00
jao a13c6a4655 - Bug fix: comments are fontified even when they contain double quotes
- Enhancement: more parsing words highlighted
2008-11-14 02:54:37 +01:00
Alexander Solovyov 83ef3149fe Upgraded version of emacs indentation 2008-09-21 19:23:12 +03:00
Alexander Solovyov 22c10e8f4f Got Emacs' factor-mode indentation working with non-closed brackets 2008-09-21 19:23:12 +03:00
Alexander Solovyov 6032bdf8e6 first efforts to get indentation in emacs 2008-09-21 19:23:12 +03:00
Alfredo Beaumont 264fffbf08 factor.el: factor-run-file ask to save if source has been modified.
Add factor-display-output-buffer to optionally show factor buffer.
2008-07-05 23:30:04 +02:00
James Cash b2f4217e08 Making indentation default 4 spaces, instead of 2 2008-05-26 21:22:39 -04:00
Eduardo Cavazos 9c569034f6 factor.el: couple of font-lock words 2008-05-23 00:12:01 -05:00
Eduardo Cavazos 3cc32597f8 factor.el: minor additions 2008-03-16 15:57:37 -06:00
Eduardo Cavazos 28023a60ee factor.el tweak 2008-03-15 18:02:50 -06:00
Eduardo Cavazos ca484a7002 factor.el: use ~/factor as the default location 2008-02-18 12:52:20 -06:00
Eduardo Cavazos d0ec99ecb6 factor.el: factor-send-region and factor-send-string insert the input
into the listener
2008-02-09 20:21:41 -06:00
Eduardo Cavazos c9b2af745b Fix typo. Hooks weren't running. 2008-01-14 20:26:03 -06:00
Eduardo Cavazos 286e261fb6 Update factor.el 2007-11-25 13:37:05 -06:00
Eduardo Cavazos 350a23e525 Add factor-refresh-all function to factor.el 2007-11-20 01:57:44 -06:00
Eduardo Cavazos 1fd6e4ca34 Minor edit in factor.el 2007-11-09 01:25:13 -06:00
Slava Pestov a96457cecc Initial import 2007-09-20 18:09:08 -04:00