From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: All tags in agenda and bug in column view (maybe an emacs bug) Date: Thu, 27 Nov 2008 17:29:48 +0100 Message-ID: <87vdu9nncz.fsf@thinkpad.tsdh.de> References: <87vduah34g.fsf@thinkpad.tsdh.de> <87d4ghrvk7.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5jkf-0005il-Hs for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:30:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5jkd-0005gk-Jl for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:30:01 -0500 Received: from [199.232.76.173] (port=56012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5jkd-0005gV-DS for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:29:59 -0500 Received: from main.gmane.org ([80.91.229.2]:33870 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L5jkc-0000Qq-Vt for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 11:29:59 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L5jkb-0002n9-7Y for emacs-orgmode@gnu.org; Thu, 27 Nov 2008 16:29:57 +0000 Received: from dhcp83.uni-koblenz.de ([141.26.71.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2008 16:29:57 +0000 Received: from tassilo by dhcp83.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Nov 2008 16:29:57 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Tassilo Horn writes: Replying myself: > Do you have some comments according my garbled column view? I get a correct column view if I start emacs as "emacs". Usually it's started by a system service with "emacs --daemon". Then there's no initial frame, and I guess somewhere you try to gather the correct face and font width from a frame parameter or something like that. I had such problems before, but then emacs would simply stop loading my ~/.emacs from the point it encounters a call to frame-parameter. So here it must be something in that direction which won't error/fail but simply return strange values (e.g. the columns aren't garbled, but a micro-tiny font size is used). Bye, Tassilo