Sami Liedes <[email protected]> wrote: > Package: emacs-goodies-el > Version: 30.0-1 > Severity: normal > > Hi, > > The quack package for scheme programming is enabled by default even in > the non-aggressive state. It however is quite a bit different from > emacs' default scheme mode. Hence the package probably should only be > enabled in aggressive mode. (Moreover, I couldn't figure out in 15 > minutes how to disable quack and use Emacs' default scheme mode.) > > Sami
Thanks for the report. What is the main issue? It is the following that should be optional? (add-hook 'scheme-mode-hook 'quack-scheme-mode-hookfunc) (add-hook 'inferior-scheme-mode-hook 'quack-inferior-scheme-mode-hookfunc) As I understand it, quack only adds to scheme-mode. It doesn't replace it. What is it adding that is counter-productive? (Note that I have never used it or scheme-mode). Thanks, -- Peter S. Galbraith, Debian Developer <[email protected]> http://people.debian.org/~psg GPG key 1024/D2A913A1 - 97CE 866F F579 96EE 6E68 8170 35FF 799E -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

