bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16138: 24.3; skeleton-end-hook not run


From: Leo Liu
Subject: bug#16138: 24.3; skeleton-end-hook not run
Date: Sat, 14 Dec 2013 15:20:32 +0800

I had to make use of skeleton-end-hook and was surprised to find that it
actually doesn't work.

1. Emacs -q
2. (setq skeleton-pair t)
3. (global-set-key "(" 'skeleton-pair-insert-maybe)
4. (add-hook 'skeleton-end-hook (lambda () (error "bomb!!!")))

now try ( to trigger skeleton-pair-insert-maybe in some buffer and
nothing should happen.

Leo





reply via email to

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