> Date: Wed, 17 Mar 2010 02:03:09 -0700 (PDT) > From: wdysun <[email protected]> > > > sorry I forgot to attach the picture.... > > http://old.nabble.com/file/p27928278/emacs_open.jpeg > > > > wdysun wrote: > > > > Dear forumers, > > > > when I open a document clicking on the file icon emacs automatically open > > the file in splitted window where two buffers appear horizontally (like > > in picture attached). > > > > This is annoying, there is any option that allow to open the document in > > single buffer?
Try modifying the shortcut to pass the --no-splash option to Emacs. But in general, you are not supposed to launch Emacs by clicking on a file. Emacs is supposed to be already running (i.e., never shut down your running Emacs), and you are supposed to configure Windows to run emacsclientw when you click on a file. emacsclientw will communicate with a running Emacs so that the file you clicked on will be automatically opened inside Emacs. (For this to work, you need to call `server-start' in Emacs.)
