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

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

Re: Opening a list of files in Emacs


From: Kevin Rodgers
Subject: Re: Opening a list of files in Emacs
Date: Mon, 16 Oct 2006 09:42:57 -0600
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Fang lun gang wrote:
I would prefer apply M-x ffap on each line of the file.
Define a keyboard macro for that operation would be even better.

Good idea:

C-x h           ; mark-whole-buffer
C-x (           ; kmacro-start-macro
M-x ffap RET RET
C-x b RET       ; switch-to-buffer
C-x )           ; kmacro-end-macro
C-n             ; next-line
C-x C-k r       ; apply-macro-to-region-lines

--
Kevin





reply via email to

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