Mailing List Archive


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

Re: [tlug] Emacs batch commands



Hi,


> So, what I really need to do is write the lisp code to intercept the 
> command line arguments and open them one at a time?

The thing is, all the files you've specified are opened.  The
'current' buffer is the last file you've opened, and you can switch
between them.

To iterate all buffers, a code snippet like this can be used:

(mapcar '(lambda (x) princ x)) (buffer-list))


regards,
	junichi
-- 
dancer@{debian.o??,netfort.gr.jp}   Debian Project


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links