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

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

Get the content of a list?


From: Herbert Euler
Subject: Get the content of a list?
Date: Sun, 20 Nov 2005 23:00:29 +0800

Hello everyone,

I'm wanting to create a customized function to
wrap the standard 'call-process-region'. 'Call-
process-region' requires several arguments for
the program it called:

(call-process-region START END PROGRAM &optional DELETE BUFFER DISPLAY &rest ARGS)

That is, several strings may be given as ARGS.
For example, the arguments can be

   "1" "2" "3"

But I don't know how to construct this series
of arguments. I can create a list

   ("1" "2" "3")

easily, but don't know how to convert it into
the former one. Any suggestions?

Thanks in advance.

Regards,
Guanpeng Xu

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/





reply via email to

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