tags:

views:

47

answers:

1

Hi,

I'm using tabbed mode but it doesn't seem to (or I don't know how to) open different files in different tabs. Could anyone tell me of a way to achieve this?

+2  A: 

You can open multiple files at once with filename globbing, just as you would use in your shell.

e.g.: C-x C-f *.txt RET to open all text files in the current directory.

I don't use any kind of tab library (and Emacs does not offer tabs by default, so I'll echo 0x4b's query about where your tabs are coming from?), but if it displays each buffer in a different tab, then this may be enough to do what you want.

phils