Yes, this seems to work.  Thank you.

Johan Bockgård:
> "Sergei" <[EMAIL PROTECTED]> writes:
>
> > I do not know, if this is a known issue, but I had to comment out
> > ;(require 'mic-paren) (paren-activate) from my .emacs, because it
> > blocks calc, making it report on every input:
> >
> > ,----
> > | byte-code: Key sequence C-M-f uses invalid prefix characters
> > `----
>
> I can't seem to reproduce this now, but I have used this workaround:
>
>  (defadvice calcDigit-start (around mic-paren activate)
>    (let ((minibuffer-setup-hook (remq 'mic-paren-minibuffer-setup-hook
>                                    minibuffer-setup-hook))
>       (minibuffer-exit-hook (remq 'mic-paren-minibuffer-exit-hook
>                                   minibuffer-exit-hook)))
>      ad-do-it))
> 
> 
> -- 
> Johan Bockgård

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to