From: Edward O'Connor <hober0@gmail.com>
Subject: Re: gdb-mode hangs in OS X
Date: Fri, 23 Sep 2005 14:48:33 -0700 [thread overview]
Message-ID: <m2ek7fqwum.fsf@roisin.local> (raw)
In-Reply-To: m2zmq4ogbd.fsf@roisin.local
>>> Then, on a hunch, I turned off viper mode (I forgot to mention I was
>>> using it), and everything started working just fine! Is this a known
>>
>> Perhaps disabling viper-auto-indent in the relevant mode hook would
>> do the trick?
>
> If I could, I'd give you a great big hug. Turning off
> viper-auto-indent did the trick!
Glad to hear it. Which mode hook did you use?
Here's where/how I disable viper-auto-indent:
(setq-default viper-auto-indent t)
(defun ted-disable-viper-auto-indent ()
(when viper-mode
(setq viper-auto-indent nil)))
(mapc (lambda (hook)
(add-hook hook 'ted-disable-viper-auto-indent))
'(eshell-mode-hook nslookup-mode-hook wikipedia-mode-hook
css-mode-hook))
--
Edward O'Connor
hober0@gmail.com
Ense petit placidam sub libertate quietem.
next prev parent reply other threads:[~2005-09-23 21:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.8053.1127399790.20277.help-gnu-emacs@gnu.org>
2005-09-22 21:14 ` gdb-mode hangs in OS X Michael Lee
2005-09-22 23:04 ` Edward O'Connor
2005-09-23 21:48 ` Edward O'Connor [this message]
[not found] ` <mailman.8149.1127430626.20277.help-gnu-emacs@gnu.org>
2005-09-23 6:02 ` Michael Lee
2005-09-24 16:32 ` Stefan Monnier
2005-09-22 22:03 Nick Roberts
-- strict thread matches above, loose matches on Subject: below --
2005-09-22 14:33 Nick Roberts
2005-09-22 10:32 Nick Roberts
[not found] <mailman.7627.1127192335.20277.help-gnu-emacs@gnu.org>
2005-09-20 23:37 ` Michael Lee
2005-09-20 4:53 Nick Roberts
2005-09-19 2:48 Michael Lee
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2ek7fqwum.fsf@roisin.local \
--to=hober0@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).