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

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

Re: reading from standard input in batch mode


From: Eric Abrahamsen
Subject: Re: reading from standard input in batch mode
Date: Tue, 22 May 2018 14:18:37 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> The output unfortunately also contains the string "Lisp expression:"
> but I can probably figure that out, too.

Yet this function does just what I want, with no "Lisp expression:" in
it, so I'm done!

(defun boomerang ()
  (append-to-file (read t) nil "/home/eric/tmp/results.txt"))





reply via email to

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