From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Multi-Parent Nodes in org-mode Date: Sat, 18 Jul 2009 16:31:11 +0200 Message-ID: References: <387289e9-1f08-48f5-a960-16bf62793656@h21g2000yqa.googlegroups.com> <877hy8l1ba.fsf@bzg.ath.cx> <87y6qojlvb.fsf@bzg.ath.cx> <87tz1c1ahk.fsf@bzg.ath.cx> <87skgvlpgr.fsf@bzg.ath.cx> <87ocrjk7k1.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1247927514 24917 80.91.229.12 (18 Jul 2009 14:31:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2009 14:31:54 +0000 (UTC) Cc: aartist , help-gnu-emacs@gnu.org, Carsten Dominik To: Bastien Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 18 16:31:46 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MSAwz-0006LH-9l for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jul 2009 16:31:45 +0200 Original-Received: from localhost ([127.0.0.1]:40307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSAwy-0008AE-HZ for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jul 2009 10:31:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSAwZ-00089X-44 for help-gnu-emacs@gnu.org; Sat, 18 Jul 2009 10:31:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSAwT-00088u-6p for help-gnu-emacs@gnu.org; Sat, 18 Jul 2009 10:31:17 -0400 Original-Received: from [199.232.76.173] (port=56189 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSAwT-00088r-2n for help-gnu-emacs@gnu.org; Sat, 18 Jul 2009 10:31:13 -0400 Original-Received: from mail-bw0-f219.google.com ([209.85.218.219]:38189) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSAwS-0003ND-Of for help-gnu-emacs@gnu.org; Sat, 18 Jul 2009 10:31:12 -0400 Original-Received: by bwz19 with SMTP id 19so1490130bwz.42 for ; Sat, 18 Jul 2009 07:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=I9mG+ZEGjQXe3hmFt4C0Q6uTmFI5KcHZblBnKRj2OoE=; b=TMjcfl1n5KrKUmzrNKtj1CM6PAPnrpyU31KnnhLaQuQLwzo9kkWT/fnuNIsKCQ+Yol 2T4eD9vawtGpBJ3SieLnCuz379F5jF9/rsxeLcKHuSsn/Dtwe7MbqCQsnrlGt3RiFpxB pSxXcx2vBbyH24mg2PK8sKQbMNa1I6o2sMMto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=s4rDvvb4bbrdIIA4RmetYSK9h+9A2bbEesaexhpNRnlhFYMnQFgv+gvdKcXPgQvDok zMQfNkwFPILox7+aw8MGgpSbr83ewJipcYpQEPatoIQVQGEu6ADt+G0FIV8fdaSAs3yZ H5qVe8JRPMNNZAmDXMPbpC/+XNolUNBeihMBk= Original-Received: by 10.204.71.65 with SMTP id g1mr2176766bkj.27.1247927471809; Sat, 18 Jul 2009 07:31:11 -0700 (PDT) In-Reply-To: <87ocrjk7k1.fsf@bzg.ath.cx> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66201 Archived-At: On Fri, Jul 17, 2009 at 11:00 AM, Bastien wro= te: >> I just tried Company Mode in an Org buffer. Strange things happen. The >> Company Mode menus have shown up very nicely in all other buffers. It >> looks like this >> >> =C2=A0 http://www.emacswiki.org/emacs/CompanyMode >> >> Colored in buffer menus. However in Org buffers the colors disappears >> and the text is scrambled. Three dots shows up so it looks like some >> problem with hidden text. Any hint about that? Anything really strange >> in Org font lock or something like that ... ;-) > > Please report this in details on emacs-orgmode@gnu.org, perhaps some > company user can help debugging this. I have looked into it. There are numerous Emacs bugs involved and I have filed bug reports for some of them now.