Patches below implement the new M-, command, which, when invoked after M-., brings you back to the point you were. In addition, the customizable variable 'fuel-edit-word-method' is used to decide how to open the word definition buffer when M-. is called: same window (useful now that we have M-,), other window or other frame (nil, 'window, 'frame respectively---M-x customize-variable will offer you a menu instead).
Listed below are also the patch about refactoring and a fix for the string highlighting issues mentioned by Slava in a previous email. Thanks! ------- The following changes 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 refactoring. FUEL: Correct font-lock for string literals (no multiline). FUEL: M-. improvements and new M-,. misc/fuel/README | 3 +- misc/fuel/fuel-edit.el | 36 ++++++++++++-- misc/fuel/fuel-font-lock.el | 7 ++- misc/fuel/fuel-mode.el | 1 + misc/fuel/fuel-refactor.el | 114 ++++++++++++++++++++++++++++++++++-------- misc/fuel/fuel-syntax.el | 8 ++- 6 files changed, 137 insertions(+), 32 deletions(-) ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk