all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* autopair mode
@ 2012-01-05 14:11 Andrea Crotti
       [not found] ` <CAKZYFdaX4JFUpFpwNtr-XzJfU3rbqRn6=-ZKiYQAT8S25_aiaQ@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Crotti @ 2012-01-05 14:11 UTC (permalink / raw)
  To: GNU Emacs List

Every time I try to open a dot file with the global autopair mode my 
emacs becomes immediately
unusable and I have to kill it.

The error is:

Error in post-command-hook (autopair-global-mode-check-buffers): 
(wrong-type-argument characterp nil

And if the post-command-hook stops working there's not much to do 
unfortunately.
Any idea about how to fix this?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: autopair mode
       [not found] ` <CAKZYFdaX4JFUpFpwNtr-XzJfU3rbqRn6=-ZKiYQAT8S25_aiaQ@mail.gmail.com>
@ 2012-01-05 14:52   ` Andrea Crotti
  2012-01-05 23:05     ` Leo
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Crotti @ 2012-01-05 14:52 UTC (permalink / raw)
  To: GNU Emacs List

On 01/05/2012 02:28 PM, Valentin Plechinger wrote:
> I had the same problem with slime and autopair.
> Turning it off is probably the best idea for now as there is no fix at
> the moment (that I know of).
> Somebody please correct me if I'm wrong.
>
> Checking the bug reports on the autopair might be a good idea as well.
> Also what versions of emacs and autopair?
>

Apparently one possible workaround is
(add-hook 'not-working-mode-hook
           #'(lambda () (setq autopair-dont-activate t)))

There is something about that here
http://code.google.com/p/autopair/issues/detail?id=32&q=slime

And it looks like and emacs bug (I'm using emacs from bazaar and 
autopair from today svn).



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: autopair mode
  2012-01-05 14:52   ` Andrea Crotti
@ 2012-01-05 23:05     ` Leo
  0 siblings, 0 replies; 3+ messages in thread
From: Leo @ 2012-01-05 23:05 UTC (permalink / raw)
  To: help-gnu-emacs

On 2012-01-05 22:52 +0800, Andrea Crotti wrote:
> There is something about that here
> http://code.google.com/p/autopair/issues/detail?id=32&q=slime
>
> And it looks like and emacs bug (I'm using emacs from bazaar and
> autopair from today svn).

I doubt its emacs's. probably autopairs.

Leo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-05 23:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 14:11 autopair mode Andrea Crotti
     [not found] ` <CAKZYFdaX4JFUpFpwNtr-XzJfU3rbqRn6=-ZKiYQAT8S25_aiaQ@mail.gmail.com>
2012-01-05 14:52   ` Andrea Crotti
2012-01-05 23:05     ` Leo

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.