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

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

Re: matching parenthesis


From: Johan Bockgård
Subject: Re: matching parenthesis
Date: Tue, 26 Jul 2005 02:24:18 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

"Sergei" <sergio.pokrovskij@gmail.com> 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


reply via email to

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