From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: 1)Vm and bbdb. 2)Font lock in many frames. Date: Tue, 09 Sep 2003 15:14:52 +0100 Organization: None Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org 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 1063118480 16669 80.91.224.253 (9 Sep 2003 14:41:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2003 14:41:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 16:41:18 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19wjgE-0003he-00 for ; Tue, 09 Sep 2003 16:41:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wjcF-00059v-Lx for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2003 10:37:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!server3.netnews.ja.net!south.jnrs.ja.net!server2.netnews.ja.net!pegasus.csx.cam.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: xpc14.ast.cam.ac.uk X-Attribution: GM Mail-Copies-To: never User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:bqlwzldAJDLeLXwukvMFcbCmbI0= Original-Xref: shelby.stanford.edu gnu.emacs.help:116462 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12381 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12381 Saurabh Kapoor wrote: > Now, when i check email, for every message that I'm viewing and for > which there is an entry in the address book, a little bbdb window is > created which tells me the details of the contact. This takes up > quite some space on my screen. Is there a way to configure things > such that the window is created only if i want to? (setq bbdb-use-pop-up nil) to prevent automatic showing of the window, then hit `:' to view it manually. > The second problem that I face is that when I use multiple frames, in > certain buffers, font lock stops working. Only very few keywords and > comment regions get fontified. Can this be fixed? Probably, but that description is rather vague. Could you give a recipe illustrating how to produce the problem from a named version of Emacs started with -q --no-site-file?