From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56910 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Flyspell mode and email completetion in message mode Date: Sun, 04 Apr 2004 13:46:22 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1081079286 5156 80.91.224.253 (4 Apr 2004 11:48:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Apr 2004 11:48:06 +0000 (UTC) Original-X-From: ding-owner+M5449@lists.math.uh.edu Sun Apr 04 13:48:01 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BA66b-0002nT-00 for ; Sun, 04 Apr 2004 13:48:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BA65H-00072m-00; Sun, 04 Apr 2004 06:46:39 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BA658-00072e-00 for ding@lists.math.uh.edu; Sun, 04 Apr 2004 06:46:30 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BA658-0005YH-Cf for ding@lists.math.uh.edu; Sun, 04 Apr 2004 06:46:30 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 50BA73A0037 for ; Sun, 4 Apr 2004 06:46:28 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BA655-0004lu-00 for ; Sun, 04 Apr 2004 13:46:27 +0200 Original-Received: from h246n3c1o299.bredband.skanova.com ([217.208.174.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Apr 2004 13:46:27 +0200 Original-Received: from jas by h246n3c1o299.bredband.skanova.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Apr 2004 13:46:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h246n3c1o299.bredband.skanova.com User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:VIyGSg9/tQF6Df7RglY+bzRcn94= X-Spam-Score: -4.8 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56910 Jonas Steverud writes: > I found out that doing > (add-hook 'message-mode-hook (function (lambda () (flyspell-mode 1)))) > was a bad idea since it conflicts with BBDB completion of email > addresses in a new message. > > Anyone else that seen this problem and/or has a solution to it? I'm using the above, and BBDB, and TAB work fine in new messages here. Uhm, what happens for you? (Well, I use a custom line as '(message-mode-hook (quote (mc-install-write-mode flyspell-mode))) but I reckon it is the same.)