all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs Starting Up
@ 2009-07-11 14:26 Benjamin Badgley
  2009-07-11 15:05 ` Lennart Borgman
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Badgley @ 2009-07-11 14:26 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]


Is there a way to have Emacs load a file into the buffer upon start up. Instead 
of the default 'Welcome to Emacs' cover file I'd like to load Emacs with a file 
called NewFile, which is simply a blank new file. Thanks.

---
Ben

[-- Attachment #2: mortecanine.vcf --]
[-- Type: text/x-vcard, Size: 2508 bytes --]

begin:vcard
fn:Benjamin Badgley
n:Badgley;Benjamin
adr:;;;;VA;22853;USA
email;internet:mortecanine@peoplepc.com
tel;home:(540)896-2407
note;quoted-printable:General Email Policy=0D=0A=
	=0D=0A=
	I prefer email in plain text, although might accept an=0D=0A=
	attachment. Please do not send an attachment without asking first. In the=
	 event confidentiality is needed, my public keys are available on public=
	 key servers.=0D=0A=
	=0D=0A=
	As I use Linux, Microsoft Word documents sent as attachments are instantl=
	y deleted. Send it in Rich Text Format, if you really need a document mar=
	ked up. Word documents may contain malicious encoding, even if you are=
	 unaware of it.=0D=0A=
	=0D=0A=
	My outgoing email messages are formated to seventy nine characters per=
	 line. I rarely forward messages. I may at times blind carbon copy or car=
	bon copy messages. =
	=0D=0A=
	=0D=0A=
	This may be due to sending myself a copy of a message for personal record=
	. I may also copy something to my wife, again as a matter of personal rec=
	ord.=0D=0A=
	=0D=0A=
	Messages sent by me are composed in plain text only. I may include a text=
	 link, or so in a message. Those links may be shortened via a url redirec=
	tion service for the sake of email convience.=0D=0A=
	=0D=0A=
	I will not send you attachments, or links without first asking your persm=
	ission. It just seems rude to me to do so otherwise.=0D=0A=
	=0D=0A=
	Messages from me do not address the following subjects: sex, religion,=
	 politics, philosophy. At my discretion addressing these with those known=
	 may be an option, but for the general populace they are not addressed.=
	 I do not tend to debate opinion, and these subjects are rife with opinio=
	n.=0D=0A=
	=0D=0A=
	I may be slow to reply to a message. Please do not get upset over that.=
	 Usually there is a good reason. Some of the reasons:=0D=0A=
	=0D=0A=
	1. I'm thinking over your message and how best to reply.=0D=0A=
	=0D=0A=
	2. Your message may appear not to need a reply. If it does, include (Repl=
	y) in your subject line, please.=0D=0A=
	=0D=0A=
	3. I'm away for a bit due to life. We're all human. :-) I'll reply as=0D=0A=
	soon as able.=0D=0A=
	=0D=0A=
	Thank you for reading and considering this policy. You may at your discre=
	tion ignore it. Expect the same from me in regards to your messages, if=
	 you do. Run it slow.=0D=0A=
	=0D=0A=
	Benjamin Badgley=0D=0A=
	=0D=0A=
	=0D=0A=
	=0D=0A=
	=0D=0A=
	=0D=0A=
	=0D=0A=
	
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs Starting Up
       [not found] <mailman.2287.1247322207.2239.help-gnu-emacs@gnu.org>
@ 2009-07-11 14:47 ` Dmitry Dzhus
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Dzhus @ 2009-07-11 14:47 UTC (permalink / raw)
  To: help-gnu-emacs

Benjamin Badgley wrote:
> Is there a way to have Emacs load a file into the buffer upon start
> up. Instead of the default 'Welcome to Emacs' cover file I'd like to
> load Emacs with a file called NewFile, which is simply a blank new
> file. Thanks.

,----[ C-h v initial-buffer-choice RET ]
| initial-buffer-choice is a variable defined in `startup.el'.
| Its value is nil
| 
| Documentation:
| Buffer to show after starting Emacs.
| If the value is nil and `inhibit-startup-screen' is nil, show the
| startup screen.  If the value is string, visit the specified file or
| directory using `find-file'.  If t, open the `*scratch*' buffer.
| 
| You can customize this variable.
| 
| This variable was introduced, or its default value was changed, in
| version 23.1 of Emacs.
| 
| [back]
`----

-- 
Happy Hacking.

http://sphinx.net.ru^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs Starting Up
  2009-07-11 14:26 Benjamin Badgley
@ 2009-07-11 15:05 ` Lennart Borgman
  0 siblings, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2009-07-11 15:05 UTC (permalink / raw)
  To: mortecanine; +Cc: help-gnu-emacs

On Sat, Jul 11, 2009 at 4:26 PM, Benjamin
Badgley<mortecanine@peoplepc.com> wrote:
>
> Is there a way to have Emacs load a file into the buffer upon start up.
> Instead of the default 'Welcome to Emacs' cover file I'd like to load Emacs
> with a file called NewFile, which is simply a blank new file. Thanks.

Hi Ben,

In Emacs it is called a buffer without a buffer file name associated
with it. You can use "Save as" to save any buffer to a file so I
believe it will work as you want.

Look at the the initialization options:

   M-x customize-group RET initialization RET




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-11 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2287.1247322207.2239.help-gnu-emacs@gnu.org>
2009-07-11 14:47 ` Emacs Starting Up Dmitry Dzhus
2009-07-11 14:26 Benjamin Badgley
2009-07-11 15:05 ` Lennart Borgman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.