From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: undo in org.el Date: Wed, 14 Nov 2007 20:46:32 +0100 Message-ID: <87zlxga9uv.fsf@baldur.tsdh.de> References: <5C8B63FD-C596-4FBA-A8E5-DA0262F222BA@science.uva.nl> <3d6808890711130344j3a10bf5cuf6e68de26006bb48@mail.gmail.com> <20071113135736.I21791@dhabat.pair.com> <87wsslgs73.fsf@baldur.tsdh.de> <41c818190711140702g725c0aedo10b11259fbbd3130@mail.gmail.com> 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 1IsOCN-0003rT-Td for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 14:46:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsOCN-0003pb-5Y for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 14:46:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsOCN-0003pQ-1x for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 14:46:55 -0500 Received: from main.gmane.org ([80.91.229.2] 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 1IsOCM-0004Yu-Ip for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 14:46:54 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IsOC7-0007Hd-PT for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 19:46:39 +0000 Received: from dslb-084-063-003-166.pools.arcor-ip.net ([84.63.3.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 19:46:39 +0000 Received: from tassilo by dslb-084-063-003-166.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 19:46:39 +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 "William Henney" writes: Hi William, >> > On XEmacs I like being able to have a default variable width font >> > in the org-mode buffer but still have the calendar, etc, come up in >> > a monospace font in a different buffer in the same frame. I >> > haven't been able to do this in Emacs since I believe fonts are not >> > buffer local but applied to a frame. >> >> That's wrong. You can mix as many proportional and variable width >> faces in one buffer as you whish. For example you could use big >> variable width fonts for org headlines and small proportional fonts >> for the normal content. >> >> Simply set point on the face you want to change and hit `M-x >> customize-face RET'. > > No. I think you are missing Wes' point. Of course you can set > different fonts for different faces, but that does not help with the > particular issue that Wes mentions. The calendar uses the default > face, as does org-mode for "normal" text. Therefore, you can't change > one without screwing up the other. If XEmacs allows the font > associated with a particular face to be buffer-local, then that is a > big improvement. And how does XEmacs know what face a new buffer should use? By its major mode? Bye, Tassilo