[Top][All Lists]
[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
- [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/05
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Ralf Angeli, 2011/01/09
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/09
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Ralf Angeli, 2011/01/11
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/12
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Ralf Angeli, 2011/01/14
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/14
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP,
Ralf Angeli <=
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/14
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Ralf Angeli, 2011/01/14
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/14
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Ralf Angeli, 2011/01/14
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/14
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Ralf Angeli, 2011/01/15
- Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP, Uwe Siart, 2011/01/22