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

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

bug#1321: process-lines


From: Stefan Monnier
Subject: bug#1321: process-lines
Date: Sun, 15 Mar 2015 16:43:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Just adding an optional argument to process-lines is difficult without
> breaking the API, due to its use of &rest.  I suggest something along the
> lines of the following patch:

FWIW, I don't really like process-lines at all.  It's used rather
rarely, so most uses would be just as happy with something like

    (with-temp-buffer
      (call-process <prog> nil t nil <args>)
      (get-buffer-lines))


-- Stefan





reply via email to

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