khi****@users*****
khi****@users*****
Wed Apr 9 22:12:54 JST 2008
At Tue, 8 Apr 2008 02:00:10 +0200, Xavier Maillard wrote: > Well something as simple as "> " expanding to ">>> ". like this? (defun my-insert-self-or-link (dummy) (interactive "P") (if (and (boundp 'howm-mode) howm-mode (looking-back ">")) (insert ">> ") (call-interactively #'self-insert-command))) (define-key howm-mode-map " " #'my-insert-self-or-link)