From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: Release 5.23a Date: Tue, 11 Mar 2008 16:00:53 +0100 Message-ID: <6k7ig9mhju.fsf@richardriley.net> References: <876ACC10-F511-4735-B045-9C9AE248A25A@gmail.com> <47D5CC47.40107@cornell.edu> <6D761FC1-A79D-4769-ADAD-BF4B1B2B0751@science.uva.nl> <47D68885.6010605@cornell.edu> 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 1JZ5yR-0006c0-OI for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:01:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ5yP-0006ZS-UC for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:01:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ5yP-0006ZB-NE for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:01:01 -0400 Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZ5yN-0002me-TR for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 11:01:01 -0400 Received: by fk-out-0910.google.com with SMTP id 26so2463748fkx.10 for ; Tue, 11 Mar 2008 08:00:57 -0700 (PDT) In-Reply-To: <47D68885.6010605@cornell.edu> (Xin Shi's message of "Tue, 11 Mar 2008 09:26:29 -0400") 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: Xin Shi Cc: "[emacs-orgmode] list" , Richard G Riley 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.