From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: All tags in agenda and bug in column view (maybe an emacs bug) Date: Sun, 30 Nov 2008 20:02:41 +0100 Message-ID: <33D5F9F1-9B34-4819-B241-F99E7114602C@uva.nl> References: <87vduah34g.fsf@thinkpad.tsdh.de> <87d4ghrvk7.fsf@thinkpad.tsdh.de> <87vdu9nncz.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L6rZC-000252-IJ for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 14:02:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L6rZB-00024q-7y for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 14:02:50 -0500 Received: from [199.232.76.173] (port=49344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6rZB-00024n-0g for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 14:02:49 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]:56457) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L6rZA-0000pr-89 for emacs-orgmode@gnu.org; Sun, 30 Nov 2008 14:02:48 -0500 Received: by ug-out-1314.google.com with SMTP id 36so2713228uga.17 for ; Sun, 30 Nov 2008 11:02:44 -0800 (PST) In-Reply-To: <87vdu9nncz.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: emacs-orgmode@gnu.org Hi Tassilo, how do you load org-mode in .emacs? Maybe things will work better if you load it only when there is a frame. So don't do (require 'org), but only (require 'org-install), so that the lisp files will only be loaded when the first buffer is opened? Column view gets font sizes from the "default" font, to make sure that this is always the same. If that font is not defined, you are in trouble. I have never heard about emacs --deamon, what does it do, do you have a link to a manpage or so? - Carsten On Nov 27, 2008, at 5:29 PM, Tassilo Horn wrote: > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode