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

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

please remove evil advice in skktut


From: T. V. Raman
Subject: please remove evil advice in skktut
Date: Sat, 3 Dec 2005 12:39:47 -0800

This was not too easy to track down.
In file skk-tut.el:

functions like other-frame and kill-buffer are being
automatically adviced to launch a tutorial prompt with no means
for the user to customize this behavior.

EVIL!
(defconst skktut-adviced-alist
  '((skk-abbrev-mode . before)
    (skk-insert . before)
    (skk-kakutei . before)
    (skk-mode . before)
    (kill-buffer . around)
    (other-frame . before)
    (save-buffers-kill-emacs . around)
    (skk-create-file . around)
    (skk-save-jisyo-original . around)
    ;;(select-frame . before)
   )
  "SKK $B%A%e!<%H%j%"%k$G(B advice $B$,IU$1$i$l$k4X?t$H(B advice class 
$B$N%(!<%j%9%H!#(B")

-- 
Best Regards,
--raman

      
Email:  address@hidden
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: address@hidden
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 




reply via email to

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