all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs TODO List: Have a command suggestion help system that  recognizes patterns
@ 2010-07-30 22:34 Thunk Out
  2010-08-01 23:57 ` Emacs TODO List: Have a command suggestion help system that Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Thunk Out @ 2010-07-30 22:34 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

Hi there,

I'm working on a command suggestion minor mode. I just realized that this is
also an item on the Emacs TODO list (C-h C-t), and that I should contact you
about it on off chance that you want it, or have some suggestions about its
implementation. The code is located at http://github.com/tlh/re-suggest.el

From the comments:

;; re-suggest.el is a simple command suggestion minor-mode. It works
;; by mapping commands to characters, creating a string out of the
;; character mappings of recent commands, matching the resulting
;; string against a list of user-defined regexps that correspond to
;; command sequences, and finally suggesting a better way to do things
;; when a match is found. re-suggest looks strictly at sequences of
;; commands, not sequences of keystrokes, avoiding complications
;; resulting from different keybindings in different modes.

So re-suggest actually uses the built-in regexp engine to do its command
pattern matching.

I'm more than willing to sign the papers if you actually want it. I'd love
to hear from you.

--tlh

[-- Attachment #2: Type: text/html, Size: 1383 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-02  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-30 22:34 Emacs TODO List: Have a command suggestion help system that recognizes patterns Thunk Out
2010-08-01 23:57 ` Emacs TODO List: Have a command suggestion help system that Stefan Monnier
2010-08-02  0:19   ` Wojciech Meyer
2010-08-02  5:08     ` Thunk Out
2010-08-02  9:48     ` Thunk Out
2010-08-02  3:43   ` Thunk Out

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.