[Factor-talk] merge req: FUEL: Menus for factor, listener, doc and debug buffers.

2010-08-12 Thread Jose A. Ortega Ruiz
: alien.prettyprint: fix unit test snafu (2010-08-11 21:52:37 -0700) are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Menus for factor, listener, doc and debug buffers. misc/fuel/README |6 +- misc/fuel/factor

[Factor-talk] merge request: FUEL: Remove key bindings of the form C-c alphabetic

2010-08-11 Thread Jose A. Ortega Ruiz
is also 'taken' by Emacs conventions). The following changes since commit 900ed986f0e97afc1b83074ee568b7a53bfa23e9: GNUmakefile: remove tags rule (2010-08-02 23:12:58 -0400) are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1

[Factor-talk] Changing a few FUEL keybindings

2010-08-06 Thread Jose A. Ortega Ruiz
Hi, In FUEL, we have a few keybindings of the form C-c alpha (e.g. C-c h, C-c z). This is a misfeature, because bindings of that form are conventionally reserved for user-defined functions, so we're causing trouble to experienced emacs hackers. (Note however that triples like C-c C-d d and such

Re: [Factor-talk] problem with loading files in fuel ( in mode with 'M-x connect-to-factor')

2010-08-01 Thread Jose A. Ortega Ruiz
On Sun, Aug 01 2010, Evgeny Bahvalov wrote: [...] Let's try to use instead of M-x run-factor connection to image with 'M-x connect-to-factor' in Emacs. 1. From gui listener type fuel run. 2. from emacs - 'M-x connect-to-factor' 3. in fuel listener (with error in word palindrom?): (

Re: [Factor-talk] problem with loading files in fuel ( in mode with 'M-x connect-to-factor')

2010-08-01 Thread Jose A. Ortega Ruiz
On Sun, Aug 01 2010, Jim mack wrote: Ok, all this talk of fuel has me interested.  Total emacs/mac newbie question:  Will it work with aquamacs, or would it be less painful to go with some other emacs implementation? It should work with aquamacs (although i have no way to test it), provided

Re: [Factor-talk] problem with loading files in fuel ( in mode with 'M-x connect-to-factor')

2010-08-01 Thread Jose A. Ortega Ruiz
at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: fix for error reporting in remote listeners. extra/fuel/remote/remote.factor |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

Re: [Factor-talk] problem with loading files in fuel ( in mode with 'M-x connect-to-factor')

2010-08-01 Thread Jose A. Ortega Ruiz
On Sun, Aug 01 2010, Slava Pestov wrote: Good to see you contributing to Factor again, Jose! Thanks! :) jao -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++

Re: [Factor-talk] bug in Fuel listener

2010-07-31 Thread Jose A. Ortega Ruiz
Hi, On Thu, Jul 29 2010, Slava Pestov wrote: Oh I see what you mean. Yeah, it sounds like FUEL is unable to function properly when a user application reads arbitrary input with readln. Any emacs wizards willing to take a look at this? This might have to do with FUEL's handling of prompts,

Re: [Factor-talk] bug in Fuel listener

2010-07-31 Thread Jose A. Ortega Ruiz
: fixed usages (2010-07-31 19:54:36 +0200) are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: New option to make listener's prompt non-readonly. misc/fuel/fuel-listener.el | 19 ++- 1 files changed, 14

Re: [Factor-talk] bug in Fuel listener

2010-07-31 Thread Jose A. Ortega Ruiz
dad13f0d467228b81e5151cb5f9ef9604aff9609: fixed usages (2010-07-31 19:54:36 +0200) are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): FUEL: New option to make listener's prompt non-readonly. FUEL: fix for listener's

[Factor-talk] pull request: FUEL: automatic scaffold insertion

2009-06-02 Thread Jose A. Ortega Ruiz
in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (4): Merge commit 'origin/master' into emacs FUEL: When creating foo-docs.factor, optionally insert scaffold. Merge commit 'origin/master' into emacs FUEL: Automatic insertion

[Factor-talk] pull request: FUEL: support for SYNTAX:

2009-06-01 Thread Jose A. Ortega Ruiz
emacs Jose A. Ortega Ruiz (1): FUEL: Support for SYNTAX: parsing word. misc/fuel/fuel-syntax.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) -- OpenSolaris 2009.06 is a cutting edge operating

[Factor-talk] pull request (Re: FUEL's scaffold-vocab is overwriting developer-name)

2009-06-01 Thread Jose A. Ortega Ruiz
repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (3): FUEL: Support for SYNTAX: parsing word. FUEL: developer-name is not overriden in scaffolds if so desired. FUEL: Use by default Factor's developer-name in scaffolds. extra/fuel/fuel.factor

Re: [Factor-talk] fuel.eval

2009-04-20 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: i need to sometimes preserve the value assigned to the variable 'restarts' (and sometimes not). also, using the above idiom would make user evaluations of top forms containing assignments no-ops. thus, unless i'm missing something, wrapping my

Re: [Factor-talk] fuel.eval

2009-04-19 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Hi Jose, Can you clean up fuel.eval a bit? It should not be constructing IN:/USING: strings and passing them to the parser. Instead, set the 'in' and 'use' variables appropriately. i've just pushed a patch doing that. for setting `use', i'm using

Re: [Factor-talk] fuel-update-usings, re-choosing the same vocabularies

2009-04-19 Thread Jose A. Ortega Ruiz
hi nicholas! my apologies for the late reply... Nicholas Seckar nsec...@gmail.com writes: Fuel doesn't use the current USINGS: to decide which ones to autouse, and thus if you use a word that is defined in more than one vocab (e.g. write -- io and unix) it will prompt you to choose one of

Re: [Factor-talk] FUEL on Windows with new_ui

2009-04-07 Thread Jose A. Ortega Ruiz
Hi, Steve Weeks nbxst...@gmail.com writes: open-window has two parameters ( gadget title -- ) so your code isn't quite right, but I have the same problem with fuel when ever there is any bug in my code. Try just typing just + (no quotes) to the fuel listener. You will get the same

[Factor-talk] Pull request: FUEL: compilation fixes

2009-03-07 Thread Jose A. Ortega Ruiz
in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Compilation fixes. extra/fuel/help/help.factor |7 +-- extra/fuel/xref/xref.factor |3 ++- 2 files changed, 7 insertions(+), 3 deletions

[Factor-talk] Pull request: FUEL: persistent listener history

2009-02-27 Thread Jose A. Ortega Ruiz
0214dc5e7dca94e135cc5217858a7f0ac9ce: Daniel Ehrenberg (1): Merge branch 'master' of git://factorcode.org/git/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Persistent listener history. misc/fuel/fuel-listener.el | 32

[Factor-talk] Pull request: New refactoring command in FUEL: make generic

2009-02-19 Thread Jose A. Ortega Ruiz
commit 52365c76fd8a29e629f9b8ee357b981a1e6ee38a: Doug Coleman (1): Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: New refactoring command: fuel

Re: [Factor-talk] FUEL broken?

2009-02-08 Thread Jose A. Ortega Ruiz
Adam hiat...@gmail.com writes: Could you add this note to: http://concatenative.org/wiki/view/Emacs%20Integration including the appropriate file? On Sat, Feb 7, 2009 at 3:15 AM, Jong-Hyouk Yun ageld...@gmail.com wrote: Hi, (setq fuel-listener-factor-binary c:/tools/factor/factor.com)

Re: [Factor-talk] FUEL broken?

2009-02-08 Thread Jose A. Ortega Ruiz
: Slava Pestov (1): Fix alien tests, oops are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (3): FUEL: Accept '?' in prompts for word and vocabs. FUEL: Small nits. FUEL: use factor.com instead of factor.exe

Re: [Factor-talk] Modest electric ';' key in emacs

2009-01-29 Thread Jose A. Ortega Ruiz
Eduardo Cavazos wayo.cava...@gmail.com writes: Hello, I need to insert ':' in my Factor code so much, it's a pain to have it be a shifted character. I've added this to my '.emacs' to make things more convenient: (defun factor-semicolon-command () (interactive) (if (bolp)

Re: [Factor-talk] FUEL: request

2009-01-27 Thread Jose A. Ortega Ruiz
! -- The following changes since commit 9935c8f3c00a42f55beda03593b3bf4cd78a5a83: Slava Pestov (1): help.lint: check examples in articles are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: capture restarts in remote connections

Re: [Factor-talk] FUEL cheat sheet by kib2 in #concatenative

2009-01-23 Thread Jose A. Ortega Ruiz
Eduardo Cavazos wayo.cava...@gmail.com writes: Jose, I noticed that the README is set to switch to org-mode. This is awesome for folks who know about org mode. However, FUEL is so cool, it's getting folks who've never used Emacs to try it out. I think if they are confronted with the

[Factor-talk] Pull request: FUEL: new option fuel-xref-follow-link-method

2009-01-22 Thread Jose A. Ortega Ruiz
commit ec8f3172de0dde2d68b6f234e3807749640e789b: Doug Coleman (1): Merge branch 'master' of git://factorcode.org/git/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (7): FUEL: remote connections. FUEL

Re: [Factor-talk] Fuel bug with quotes

2009-01-21 Thread Jose A. Ortega Ruiz
Hi Glenn, V. Glenn Tarcea gtar...@umich.edu writes: Hi Jose, I’d like to echo the sentiments expressed on this list about how amazing FUEL is. In many ways this is as nice as or sometimes even nicer than SLIME. Thank you. I come from a lisp background, and slime is of course a source of

Re: [Factor-talk] FUEL problem with fuel-update-usings

2009-01-20 Thread Jose A. Ortega Ruiz
Thanks for the report, Rajat. This is indeed a bug. I've just pushed a patch that should fix the problem. Cheers, jao Rajat Datta ra...@me.com writes: Hi! I'm a newbie using the binary build from 1-19-08. I am following the screencast on blip.tv about using FUEL with emacs, and am seeing

Re: [Factor-talk] [ ui ] in-thread problem

2009-01-20 Thread Jose A. Ortega Ruiz
, but please tell me about any problems you encounter. Thanks! -- The following changes since commit db63d9d324ac5064ab40e6ee708955123882230b: Jose A. Ortega Ruiz (1): FUEL: Fix bug in usings update doing the wrong thing for empty USING:. are available in the git

Re: [Factor-talk] FUEL: bracket balancing

2009-01-18 Thread Jose A. Ortega Ruiz
A. Ortega Ruiz (1): FUEL: Ignore paren chars in \, POSTPONE: and stack effects. misc/fuel/fuel-font-lock.el | 18 +++--- misc/fuel/fuel-syntax.el|3 ++- 2 files changed, 13 insertions(+), 8 deletions

[Factor-talk] Pull request: FUEL switch buffers (was: FUEL: vocabulary switching)

2009-01-18 Thread Jose A. Ortega Ruiz
! are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (3): FUEL: Ignore paren chars in \, POSTPONE: and stack effects. FUEL: Better font lock for forms. FUEL: New fuel-switch-to-buffer command family. misc/fuel/README

[Factor-talk] Pull request: Correct highlight for multiline constructs USING:, TUPLE:, etc.

2009-01-15 Thread Jose A. Ortega Ruiz
db0fee9e3c40896fb9557757dba4ce019396069b: Daniel Ehrenberg (1): Merge branch 'master' of git://factorcode.org/git/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (6): FUEL: Fix ratio and float font lock. FUEL: Font lock

Re: [Factor-talk] error on starting ui from emacs / fuel

2009-01-15 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Hi, You need to configure FUEL so that it uses the Factor binary from Factor.app/Contents/MacOS/factor. Perhaps this could be the default on Mac OS X -- what do you think Jose? Yes, i'll make that happen. As for the listener becoming

Re: [Factor-talk] error on starting ui from emacs / fuel

2009-01-15 Thread Jose A. Ortega Ruiz
). -- The following changes since commit 867c1cb63cdd8160eb7b4c7278a284a9d71065bc: Jose A. Ortega Ruiz (1): FUEL: Empty USING: form font lock. are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Choose

Re: [Factor-talk] FUEL: syntax highlighting TUPLE: forms

2009-01-14 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Hi Jose, Sorry about the constant stream of nitpick e-mails. If there is another way you would prefer to receive bug reports, let me know. No problem; perfectly fine by me :) Take a look at the syntax highlighting of the TUPLE: form in

[Factor-talk] Pull requests: A couple of bug fixes in FUEL.

2009-01-13 Thread Jose A. Ortega Ruiz
repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): FUEL: Bug fix. FUEL: Fix the fix to multiline string literals font-lock. extra/fuel/help/help.factor |2 +- misc/fuel/fuel-syntax.el|4 ++-- 2 files changed, 3 insertions(+), 3 deletions

[Factor-talk] Pull request: correct indentation for SYMBOLS:, TUPLE: c. continuation lines in FUEL.

2009-01-12 Thread Jose A. Ortega Ruiz
The following changes since commit fb98eaf9905126006e8c9e45ea1a29d175096c18: Jose A. Ortega Ruiz (1): FUEL: Fix stack effect font-lock. are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): FUEL: Use better defaults

[Factor-talk] Pull request: Better word refactoring in Factor

2009-01-12 Thread Jose A. Ortega Ruiz
Jose A. Ortega Ruiz (1): FUEL: Better word extraction: detect existing words and extend refactoring. misc/fuel/fuel-refactor.el | 114 +++ 1 files changed, 92 insertions(+), 22 deletions

Re: [Factor-talk] Emacs highlighting

2009-01-12 Thread Jose A. Ortega Ruiz
Hi Doug. This is harder to fix than it seems, because Emacs' highlighting algorithm suffers performance-wise when matching multi-line regexps... i had to disable font lock of vocab names in USING: forms back in the day, but perhaps i was doing something silly. I'll give it a second try! Thanks,

[Factor-talk] Pull request: M-. improvements and new M-, command

2009-01-12 Thread Jose A. Ortega Ruiz
since commit cbb91284c9b7dde71e2ecb45b38170cc42d1c3e4: Slava Pestov (1): Well-formed HTML for counter are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (3): FUEL: Better word extraction: detect existing words and extend

Re: [Factor-talk] A couple of FUEL bugs

2009-01-11 Thread Jose A. Ortega Ruiz
Hi Slava, Both should be fixed in my HEAD. Thanks for the report! jao Slava Pestov sl...@factorcode.org writes: Hi Jose, The following line has improper syntax highlighting (look at the floats): double-array{ 4.84143144246472090e+00 -1.16032004402742839e+00 -1.03622044471123109e-01 }

Re: [Factor-talk] FUEL listener issue

2009-01-11 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Jose, Try this in the FUEL listener: USE: threads [ Hello throw ] in-thread For me, this leaves an unusable listener. This is caused by a misinterpretation of Factor's output by Emacs' comint mode. The latter expects output from the process to

Re: [Factor-talk] FUEL listener issue

2009-01-11 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Ah, that will do for now. A long-term fix for this could involve using a custom protocol to communicate between Factor and emacs. This will also clean up issues with parsing Factor output where an unexpected error gets thrown; your protocol could

[Factor-talk] Pull request: fuel vocabulary refactoring

2009-01-11 Thread Jose A. Ortega Ruiz
: Slava Pestov (1): Merge branch 'master' of git://factorcode.org/git/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): FUEL: fuel-scaffold-vocab: go to the right source file for subvocabs. FUEL

Re: [Factor-talk] Pull request: fuel vocabulary refactoring

2009-01-11 Thread Jose A. Ortega Ruiz
Here you have a first cut at it: M-x fuel-refactor-extract-vocab, or C-cC-xv. Is that more or less what you had in mind? The following changes since commit 960b67f6c9d37c6ba328463817a1bab51cd60920: Jose A. Ortega Ruiz (1): FUEL: Subvocabularies factored out from fuel. are available

Re: [Factor-talk] Bug with fuel insert use feature

2009-01-11 Thread Jose A. Ortega Ruiz
Ruiz (1): FUEL: README updated. are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Fix usings update when no newline at eof. misc/fuel/fuel-base.el |2 +- misc/fuel/fuel-debug-uses.el |8

[Factor-talk] Pull request: better word extraction in FUEL.

2009-01-08 Thread Jose A. Ortega Ruiz
Jose A. Ortega Ruiz (1): FUEL: Better word extraction. misc/fuel/README |3 ++- misc/fuel/fuel-mode.el |3 ++- misc/fuel/fuel-refactor.el | 37 + 3 files changed, 29 insertions(+), 14 deletions

[Factor-talk] Pull request: Improvements to FUEL's factor-mode-visit-other-file

2009-01-08 Thread Jose A. Ortega Ruiz
Jose A. Ortega Ruiz (1): FUEL: Improvements to factor-mode-visit-other-file. misc/fuel/factor-mode.el | 72 + 1 files changed, 53 insertions(+), 19 deletions

[Factor-talk] Pull request: Better fallback when listener fails to load FUEL.

2009-01-08 Thread Jose A. Ortega Ruiz
. - The following changes since commit 7c56b9184e9a4bbab1503aa750f0301eb9cfa6fb: Slava Pestov (1): Merge branch 'master' of git://factorcode.org/git/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1

[Factor-talk] Pull request: FUEL: extract word refactoring

2009-01-07 Thread Jose A. Ortega Ruiz
since commit 39391fe852f155be054baceffcaa1341184919b3: Slava Pestov (1): CGI responder would fail if the CGI script would emit non-ASCII characters; set encoding to binary are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1

[Factor-talk] Pull request: misc improvements to FUEL help browser

2009-01-06 Thread Jose A. Ortega Ruiz
! The following changes since commit d815c0c048fe9e5a4cb2976b2de0cead25259c0b: Slava Pestov (1): Fix Farkup link escaping are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (12): FUEL: New command fuel-help-kill-page (bound

[Factor-talk] Pull request: FUEL: edit help article command

2009-01-05 Thread Jose A. Ortega Ruiz
: Eduardo Cavazos (1): Add 'abop-1' L-system model are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (6): FUEL: New command fuel-help-kill-page (bound to 'k' in help browser). FUEL: 'h' for help on word at point

[Factor-talk] Pull request: some improvements to FUEL help system: vocab help displayed.

2009-01-03 Thread Jose A. Ortega Ruiz
The following changes since commit 796a7e9d3701dfc3343b687d54e6f5b1bb52adef: Jose A. Ortega Ruiz (1): FUEL: Help system overhaul. are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): FUEL: Help index pages

[Factor-talk] Pull request: new FUEL command: fuel-apropos

2009-01-03 Thread Jose A. Ortega Ruiz
'M-x fuel-apropos' (C-cC-dp in factor buffers) asks for a string and uses Factor's apropos mechanism to display a list of words containing the given string, linked to their definition. -- The following changes since commit 992633dd32f9131a6bdf56b2a032617e98cd098b: Jose A. Ortega Ruiz

[Factor-talk] Pull request: some fixes to FUEL.

2008-12-30 Thread Jose A. Ortega Ruiz
://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (5): FUEL: Increase autodoc timeout. FUEL: Get rid of the USINGs buffer after we're done. FUEL: New option for no confirmation on restarts (fuel-debug-confirm-restarts-p). FUEL: Emacs 22 compat. FUEL

[Factor-talk] Pull request: FUEL: new command to add missing vocabs at the end of compilation

2008-12-30 Thread Jose A. Ortega Ruiz
: Jose A. Ortega Ruiz (1): FUEL: Fix for autodoc in presence of PRIVATE sections. are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Offer a command to add missing vocabs after run-file. extra/fuel/fuel.factor

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-23 Thread Jose A. Ortega Ruiz
Hi Slava, Slava Pestov sl...@factorcode.org writes: Hi Jose, First, I will address your original problem by storing the auto-use info in variables to make it easier to extract without parsing. Excellent. What i'm doing now is storing amended-use, getting its value in a hook in

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-23 Thread Jose A. Ortega Ruiz
Hi again, Slava Pestov sl...@factorcode.org writes: Hi Jose, First, I will address your original problem by storing the auto-use info in variables to make it easier to extract without parsing. Related to this, try running extra/boids/boids.factor without USING: line. Compilation fails,

[Factor-talk] FUEL: New fuel-update-usings command

2008-12-23 Thread Jose A. Ortega Ruiz
emacs Jose A. Ortega Ruiz (6): FUEL: More syntax table tweaks: better paren handling. Merge commit 'origin/master' into emacs FUEL: Small fixes. Merge commit 'origin/master' into emacs FUEL: New fuel-update-usings (C-cC-eu) command. Merge commit 'origin/master

Re: [Factor-talk] FUEL: New fuel-update-usings command

2008-12-23 Thread Jose A. Ortega Ruiz
Nicholas Seckar nsec...@gmail.com writes: Nice, FUEL just keeps getting better. One thing though: it seems to merge the USING and IN lines together (via fill-paragraph). You can pull a (tiny) fix for this from: git://github.com/seckar/factor.git emacs Yup. I've merged it into my emacs

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-22 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Try this, Remove the USING: form from a file, then do auto-use? on path/to/my/file.factor run-file I'm adding support for auto-use to FUEL (using a variation of the procedure above), but got a problem. It seems than when a word (e.g. write) can be

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-21 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: On Thu, Dec 18, 2008 at 6:01 PM, Nicholas Seckar nsec...@gmail.com wrote: - Applying factor's corrective advice to the source (e.g. Add USING: entries, etc?) That would be nice. What would be a good way of programmatically recovering the list of

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-21 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Try this, Remove the USING: form from a file, then do auto-use? on path/to/my/file.factor run-file Yes, but this prints the missing USING, and then i'd have to parse the string in emacs. It'd be more robust if i could put the sequence of

[Factor-talk] Pull request: New edit word docs command

2008-12-21 Thread Jose A. Ortega Ruiz
changes since commit ca8c7540b4eb76702932c56afba7bf9ad460a62f: unknown (1): Move io.files.links tests to io.files.links.unix so that they don't get run on Windows are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (10

Re: [Factor-talk] Another minor FUEL syntax highlighting bug

2008-12-21 Thread Jose A. Ortega Ruiz
changes since commit 19e6e0a95897a339e4dca59ddbaccfb1036370f8: Slava Pestov (1): Merge branch 'master' of git://factorcode.org/git/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Fixes in factor syntax

Re: [Factor-talk] FUEL: C-a

2008-12-21 Thread Jose A. Ortega Ruiz
changes since commit 7ecfef94e88909bdc7d6dcde0026c6e3af536382: Jose A. Ortega Ruiz (1): FUEL: Fixes in factor syntax table and setter/getter detection. are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL

[Factor-talk] Pull request: Stack inference support in FUEL.

2008-12-20 Thread Jose A. Ortega Ruiz
effect of current sexp is automatically shown when the cursor rests on an empty space. There are some customization options, accessible via M-x customize-group RET fuel-stack. Thanks! The following changes since commit 76bb45d300f60d271d654d81e0744a9edcff2cd2: Jose A. Ortega Ruiz (1

[Factor-talk] list of word callers

2008-12-20 Thread Jose A. Ortega Ruiz
I'd like to implement a FUEL command displaying the list of callers of a given word. Is there an easy way to ask factor for them? -- ___ Factor-talk mailing list

[Factor-talk] Pull request: FUEL: display lists of callers/callees

2008-12-20 Thread Jose A. Ortega Ruiz
to the right direction. The following changes since commit b2e45f199ee220cb4b24d59e003d26f9011ba9f6: Slava Pestov (1): Calling dispose on unix stdin no longer kills the VM are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega

Re: [Factor-talk] FUEL indentation

2008-12-19 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Hi Jose, Another minor bug. I hope you don't mind all of these bug reports, I'm really enjoying using FUEL. Not in the slightest. On the contrary, it's great you're taking the time to test FUEL and reporting bugs and feature requests; please keep the

Re: [Factor-talk] Indentation for [let

2008-12-19 Thread Jose A. Ortega Ruiz
! The following changes since commit af27929ea40659e0d715cefb52b17d8bbf045160: Jose A. Ortega Ruiz (1): Merge commit 'origin/master' into emacs are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Indentation

[Factor-talk] Pull request: latest HEAD fixes

2008-12-18 Thread Jose A. Ortega Ruiz
Hi, The latest HEAD of my emacs branch completes completion support for now and fixes a possible cause of the listener hanging when datastack display was active... this could, or could not, explain Slava's problems. Supposing it works, what new functionality would you like to see next in FUEL?

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-18 Thread Jose A. Ortega Ruiz
Hi Nicholas, Nicholas Seckar nsec...@gmail.com writes: Forgive me if some of this already exists and I just haven't found it yet, but... - Applying factor's corrective advice to the source (e.g. Add USING: entries, etc?) Yup, the USINGs on the TODO. What other corrective advice is

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-18 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: - Showing the stack effect of the region under the cursor? (Maybe more experienced Factorsauria don't goof up the stack effects, but I still do.) This seems to already work; put the cursor on a word and you'll see the effect in the minibuffer. I

Re: [Factor-talk] Pull request: latest HEAD fixes

2008-12-18 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: After you pass the right using form to the listener, you can do [ ... ] infer. and Factor will print a stack effect. Excellent, i'll see what i can do... I saw a conflict in the USING: line in fuel.factor. A few words in parser got moved to

Re: [Factor-talk] A couple of FUEL bugs

2008-12-17 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: Hi Jose, I noticed that with the latest FUEL, M-x run-factor gives this error: 'Symbol's function definition is void: completion-table-dynamic' OK, this seems to be new in Emacs 23 (i guess you're using 22.x, right?). I'll fix it. Also, I had

Re: [Factor-talk] A couple of FUEL bugs

2008-12-17 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: On Wed, Dec 17, 2008 at 4:38 PM, Jose A. Ortega Ruiz j...@gnu.org wrote: OK, this seems to be new in Emacs 23 (i guess you're using 22.x, right?). I'll fix it. I'm using Aquamacs Emacs 22. I guess I should try the official GNU Emacs 23. Well, FUEL

[Factor-talk] Pull request: Edit word interactive command

2008-12-16 Thread Jose A. Ortega Ruiz
changes since commit 6c7bd04e146ac7353e0bfa283c526fcb3d962845: Slava Pestov (1): Use bi instead of dup/swap are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): FUEL: More robust listener/emacs protocol; small fixes

[Factor-talk] Pull request: Word completion (M-TAB)

2008-12-15 Thread Jose A. Ortega Ruiz
-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Initial word completion (M-TAB) plus lotsa fixes. extra/fuel/fuel.factor | 39 -- misc/fuel/README |1 + misc/fuel/factor-mode.el |3 +- misc/fuel/fuel-base.el |7 ++ misc/fuel/fuel

Re: [Factor-talk] Tab completion for C-c C-e v

2008-12-15 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: On Sun, Dec 14, 2008 at 10:59 PM, Jose A. Ortega Ruiz j...@gnu.org wrote: I'll check. Are you using my latest HEAD in the emacs branch? Yup. I suspect what happened was that the inferior Factor instance exit for some reason, because shortly after

Re: [Factor-talk] FUEL feature request

2008-12-15 Thread Jose A. Ortega Ruiz
: Eduardo Cavazos (1): Add runnable demo vocabulary 'bubble-chamber.original' are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): FUEL: Word completion in listener, bound to TAB by default. extra/fuel/fuel.factor | 19

Re: [Factor-talk] Pull request: Edit vocabulary available

2008-12-13 Thread Jose A. Ortega Ruiz
Slava Pestov sl...@factorcode.org writes: On Sat, Dec 13, 2008 at 5:48 PM, Jose A. Ortega Ruiz j...@gnu.org wrote: Very nice! I played around with FUEL again and I'm almost ready to switch to emacs :-) My only remaining qualms about switching are related to Emacs itself, not FUEL. Yeah

Re: [Factor-talk] Some more FUEL feedback

2008-12-13 Thread Jose A. Ortega Ruiz
indent. Thanks for the report, and the code snippets (much better that what i had). The two patches below should fix both bugs. The following changes since commit fbbe8d9e5e09d88eefca0866bbe9d746b20b1c13: Jose A. Ortega Ruiz (1): FUEL: Edit vocabulary interactive command and bug fixes

[Factor-talk] Pull request: FUEL bug fix

2008-12-12 Thread Jose A. Ortega Ruiz
Please, add this to the previous pull request. Thanks! The following changes since commit d3c279469cd0c09a4673f2f08c39d549cfde0fec: Jose A. Ortega Ruiz (1): FUEL: Asynchronous comms with Factor implemented. Help mode improvements. are available in the git repository at: http

[Factor-talk] Pull request: FUEL debugger now retrieves :warnings co.

2008-12-09 Thread Jose A. Ortega Ruiz
repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): FUEL: First stab at the debugger: error/restart display and restart invokation. FUEL debug mode: :warnings co. retrievable, and some cosmetics. extra/fuel/fuel.factor | 117

Re: [Factor-talk] Pull request: FUEL 0.0

2008-12-05 Thread Jose A. Ortega Ruiz
Slava Pestov [EMAIL PROTECTED] writes: This is great, I'll give it another shot and give you feedback if I have any. You're coming dangerously close to making me switch from jEdit to Emacs :-) Be my guest! Please, do no hesitate to ask for as many features as you fancy, and i'll see what i

[Factor-talk] Pull request: small tweaks in factor.el

2008-11-30 Thread Jose A. Ortega Ruiz
The following changes since commit bab45d891503ee43c226d9a05dc13acc9a72f555: Doug Coleman (1): Merge branch 'master' of git://factorcode.org/git/factor are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): Emacs

Re: [Factor-talk] fuel

2008-11-30 Thread Jose A. Ortega Ruiz
Slava Pestov [EMAIL PROTECTED] writes: Hi Jose I suggest you keep the .el file in misc and put the support code in extra. There will be more than one .el file, so i guess misc/fuel is fine too? The vocabulary and the .el files work together: don't you mind having them in separate dir

[Factor-talk] Pull request: cycle between source, docs and tests in factor-mode

2008-11-29 Thread Jose A. Ortega Ruiz
Jose A. Ortega Ruiz (1): Emacs factor mode: cycle between source, tests and docs factor files. misc/factor.el | 49 - 1 files changed, 48 insertions(+), 1 deletions

Re: [Factor-talk] factor-mode performance test case

2008-11-29 Thread Jose A. Ortega Ruiz
are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): Emacs factor mode: disable highlight of vocabs in USING:. misc/factor.el |1 - 1 files changed, 0 insertions(+), 1 deletions

[Factor-talk] Pull request: bug fix in factor-mode

2008-11-28 Thread Jose A. Ortega Ruiz
merging quotations, we need to update references to the old versions' XTs in the code heap are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): Emacs factor mode: bug fix: don't depend on cl's DO. misc/factor.el | 33

Re: [Factor-talk] factor.el first impressions

2008-11-28 Thread Jose A. Ortega Ruiz
Hi Slava, Slava Pestov [EMAIL PROTECTED] writes: Hi Jose, I'm very impressed with factor.el. I did find a few problems though, it would make factor.el even nicer to use if they were fixed: Thanks a lot for taking the time to test factor.el. I'm addressing all the bugs and feature requests

[Factor-talk] Pull request: electric ] and } in factor-mode

2008-11-28 Thread Jose A. Ortega Ruiz
[N.B.: Two patches below] The following changes since commit bc5c6d85c414f5233db83d75edf5051ab69ceae4: Jose A. Ortega Ruiz (1): Emacs factor mode: fix indentation in presence of declaration word, and add a face for them. are available in the git repository at: http://git.hacks

Re: [Factor-talk] Pull request: ElDoc mode for factor-mode

2008-11-28 Thread Jose A. Ortega Ruiz
Eduardo Cavazos [EMAIL PROTECTED] writes: Jose A. Ortega Ruiz wrote: Besides a bug fix, the two patches below provide 'see' fontified output in the minibuffer (try C-cC-s in a factor buffer) and ElDoc support (try M-x eldoc-mode in a factor buffer and see what happens when moving around

Re: [Factor-talk] factor.el first impressions

2008-11-28 Thread Jose A. Ortega Ruiz
Eduardo Cavazos [EMAIL PROTECTED] writes: On Friday 28 November 2008 08:28:42 Jose A. Ortega Ruiz wrote: - Should we find a name for the thing? Suggestions? FUEL: Factor's Ultimate Emacs Library There's lot's of words you could use in place of 'ultimate'. E.g. ultra, uber, unbeatable

[Factor-talk] Pull request: ElDoc mode for factor-mode

2008-11-27 Thread Jose A. Ortega Ruiz
c7d86ebd554c71d09e0bfde0aaefc7e79a3632f7: Slava Pestov (1): Oops are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (2): Emacs factor mode: correct fontification in presence of word names containing !. Emacs factor mode: 'see

[Factor-talk] Pull request: Small improvements to emacs factor eldoc mode

2008-11-27 Thread Jose A. Ortega Ruiz
The following changes since commit d7587282fd315ae87517c4e85dd94fb040e519b3: Jose A. Ortega Ruiz (1): Emacs factor mode: 'see' in minibuffer and Eldoc mode available. are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1

[Factor-talk] Pull request: bug fix in emacs factor mode

2008-11-26 Thread Jose A. Ortega Ruiz
The following changes since commit c7d86ebd554c71d09e0bfde0aaefc7e79a3632f7: Slava Pestov (1): Oops are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (1): Emacs factor mode: correct fontification in presence of word

Re: [Factor-talk] Emacs factor-mode: Electric ':'

2008-11-25 Thread Jose A. Ortega Ruiz
Hi James, James N V Cash [EMAIL PROTECTED] writes: Jose, Have you considered just having people use snippet libraries, such as ya-snippet for this sort of template thing? Yes, i use snippet.el myself (when i remember), and maybe you're right in that it doesn't make sense to reinvent the

Re: [Factor-talk] gensym in factor.el

2008-11-25 Thread Jose A. Ortega Ruiz
/factor.git emacs Jose A. Ortega Ruiz (1): Emacs factor modes: gensym is not needed. misc/factor.el | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) - This SF.Net email is sponsored by the Moblin Your

  1   2   >