auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP


From: Ralf Angeli
Subject: Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP
Date: Fri, 14 Jan 2011 16:48:48 +0100

* Uwe Siart (2011-01-14) writes:

> Ralf Angeli <address@hidden> writes:
>
>> c:/programme/emacs/bin/emacs -batch -q -no-site-file -no-init-file
>
> No error. However, nothing happens at all. The shell just silently
> returns to the command prompt. No Emacs window, no zombie process in the
> task list.

This is to be expected when using the -batch option.

The examples so far did not write anything to disk.  The next one does.
It writes the file test.txt into the current directory.

c:/programme/emacs/bin/emacs -batch -q -no-site-file -no-init-file --eval 
'(progn (find-file "test.txt") (insert "wuseldusel") (save-buffers-kill-emacs 
t))'

Does this lead to an error if you run it in an MSYS shell?

-- 
Ralf



reply via email to

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