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

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

Re: matching parenthesis


From: Sergei
Subject: Re: matching parenthesis
Date: 25 Jul 2005 20:41:10 -0700
User-agent: G2/0.2

Yes, this seems to work.  Thank you.


Johan Bockgård:
> "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]