From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Shi Subject: Re: Release 5.23a Date: Tue, 11 Mar 2008 11:03:43 -0400 Message-ID: <47D69F4F.5010806@cornell.edu> References: <876ACC10-F511-4735-B045-9C9AE248A25A@gmail.com> <47D5CC47.40107@cornell.edu> <6D761FC1-A79D-4769-ADAD-BF4B1B2B0751@science.uva.nl> <47D68885.6010605@cornell.edu> <6k7ig9mhju.fsf@richardriley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ615-0001O0-KM for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:03:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ614-0001Nn-5p for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:03:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ614-0001Nk-3i for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:03:46 -0400 Received: from granite2.mail.cornell.edu ([128.253.83.142] helo=authusersmtp.mail.cornell.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JZ613-0003Oe-Se for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:03:46 -0400 In-Reply-To: <6k7ig9mhju.fsf@richardriley.net> 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: Richard G Riley Cc: "[emacs-orgmode] list" Hi Richard, I'm very glad to hear that! I like to use nXhtml to cope with CSS file, it is great :) Xin Richard G Riley wrote: > Xin Shi writes: > > >> Richard G Riley wrote: >> >>> Carsten Dominik writes: >>> >>> >>> >>>> On Mar 11, 2008, at 1:03 AM, Xin Shi wrote: >>>> >>>> >>>> >>>>> Hi, >>>>> >>>>> Thanks for the release! >>>>> >>>>> There is a bug which I got from an Email several weeks ago said it >>>>> has been fixed, but I still found it in the 5.23a. When export the >>>>> org file to html, emacs opens the .html file in the buffer. Since >>>>> the html file has already been saved, shall we not open it in >>>>> Emacs? Another reason that this matters to me is that I'm using the >>>>> nXhtml mode, whenever emacs opens the html file, (even in the >>>>> background buffer), it will load this mode and open the *nXhtml >>>>> Welcome* buffer in half window. :) >>>>> >>>>> >>>> That is horrible bahavior, and you should start by writing a bug >>>> report to the maintainer of that package.... >>>> >>>> >>> The nxhtml welcome screen can be turned off in the nxhtml customize >>> group. >>> >>> >>> >> I found it: >> (setq nxhtml-skip-welcome t) >> >> Thank you all! >> >> Xin >> > > I think its worth pointing out in Lennart's defence that this option is > there, and the welcome screen is there to ensure that the new user sets > the necessary options necessary to regulate nxhtml's workings - it's not > a trivial package. AFAIK the welcome screen has a well flagged "setup" > button and then will not appear again after setting up the required > usage the first time. > > I'd also like to add it's one of the best packages out there for anyone > using mix-mode files (e.g a php file containing xhtml, php, js etc) > . The nxml completion works very well. The different mode hiliting is > good. The auto switch between language specific minor modes as you > cursor around is excellent. I had trouble recently with it but it seems > the bugs are pretty much ironed out now. > > nxhtml and org-mode are my two main utility packages now. > >