help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple question on loading programs in emacs


From: Pascal J. Bourguignon
Subject: Re: Simple question on loading programs in emacs
Date: Fri, 30 Nov 2012 19:54:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Haines Brown <haines@histomat.net> writes:

> A simple question, but I'm lost in the manual. I want to start a session
> of emacs that automatically loads an emacs program automatically instead
> of having to do M-x program during the emacs session. I want to do this
> because I have a custom emacs init file just for that emacs program.
>
> I tried (autoload 'program "ProgramName" t), but this only sets it in
> the environment. 

You can just call that program frmo your custom emacs init file:

----(program-init.el)-----
(program)
--------------------------

and run it with:

emacs -q -l program-init.el


> A related question: When I close that program within emacs, I want
> it to close the emacs session as well. 

What do you mean by "closing that program"?

You can call the (kill-emacs) function, but the question is where/when
to call it?


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]