all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sergei" <sergio.pokrovskij@gmail.com>
Subject: Re: matching parenthesis
Date: 25 Jul 2005 20:41:10 -0700	[thread overview]
Message-ID: <1122349270.911687.197950@z14g2000cwz.googlegroups.com> (raw)
In-Reply-To: <yoij1x5mqurx.fsf@linus003.dd.chalmers.se>

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	other threads:[~2005-07-26  3:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-22 12:30 matching parenthesis Jan Guido Donath
2005-07-22 14:12 ` Johan Bockgård
2005-07-22 19:58   ` Klaus Berndl
2005-07-25  9:09     ` Sergei
2005-07-25 20:57       ` Martin Slouf
2005-07-26  0:24       ` Johan Bockgård
2005-07-26  3:41         ` Sergei [this message]
     [not found]       ` <mailman.1684.1122325407.20277.help-gnu-emacs@gnu.org>
2005-07-26  8:36         ` Marc Tfardy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1122349270.911687.197950@z14g2000cwz.googlegroups.com \
    --to=sergio.pokrovskij@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.