unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to open several files at once?
@ 2007-10-23 12:26 Dmitry Bolshakov
  2007-10-23 13:36 ` William Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Bolshakov @ 2007-10-23 12:26 UTC (permalink / raw)
  To: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 181 bytes --]

Like (dired-do-find-marked-files) not in many small windows, but just open
in several buffers and switch to one of them

 

Please help.

 

With best regards

Dmitry Bolshakov

 


[-- Attachment #1.2: Type: text/html, Size: 2843 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to open several files at once?
       [not found] <mailman.2465.1193142424.18990.help-gnu-emacs@gnu.org>
@ 2007-10-23 13:28 ` Scott Frazer
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Frazer @ 2007-10-23 13:28 UTC (permalink / raw)
  To: help-gnu-emacs

Dmitry Bolshakov wrote:
> Like (dired-do-find-marked-files) not in many small windows, but just 
> open in several buffers and switch to one of them
> 

(defun my-dired-do-find-marked-files ()
    "Visit all marked files at once."
    (interactive)
    (let ((file-list (dired-get-marked-files)))
      (mapcar 'find-file file-list)))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to open several files at once?
  2007-10-23 12:26 Dmitry Bolshakov
@ 2007-10-23 13:36 ` William Xu
  0 siblings, 0 replies; 4+ messages in thread
From: William Xu @ 2007-10-23 13:36 UTC (permalink / raw)
  To: help-gnu-emacs

"Dmitry Bolshakov" <dmitry.bolshakov@bridge-quest.com> writes:

> Like (dired-do-find-marked-files) not in many small windows, but just
> open in several buffers and switch to one of them

`C-u F' in Dired.

(dired-do-find-marked-files) has an optional `noselect' option. 

-- 
William

http://williamxu.net9.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* How to open several files at once?
@ 2007-10-25 12:08 Dmitry Bolshakov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Bolshakov @ 2007-10-25 12:08 UTC (permalink / raw)
  To: Help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 181 bytes --]

Like (dired-do-find-marked-files) not in many small windows, but just open
in several buffers and switch to one of them

 

Please help.

 

With best regards

Dmitry Bolshakov

 


[-- Attachment #1.2: Type: text/html, Size: 2854 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-25 12:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 12:08 How to open several files at once? Dmitry Bolshakov
     [not found] <mailman.2465.1193142424.18990.help-gnu-emacs@gnu.org>
2007-10-23 13:28 ` Scott Frazer
  -- strict thread matches above, loose matches on Subject: below --
2007-10-23 12:26 Dmitry Bolshakov
2007-10-23 13:36 ` William Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).