emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] Tag completion for Muse


From: Trent Buck
Subject: Re: [emacs-wiki-discuss] Tag completion for Muse
Date: Sat, 07 May 2005 18:53:50 +1000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Dan Pomohaci <address@hidden> writes:
> I borrowed the function emacs-wiki-insert-tag posted on this list...

Neat, I missed that posting the first time.

I just use SGML-TAG from sgml-mode.el (comes with Emacs).  From my .emacs:

  (define-key emacs-wiki-mode-map (kbd "C-c C-t") 'sgml-tag)
  (add-hook 'emacs-wiki-mode-hook
            (lambda() (setq skeleton-transformation #'identity)))))

-- 
Trent Buck, Student Errant




reply via email to

[Prev in Thread] Current Thread [Next in Thread]