* Tabbed browsing in Gnu Emacs
@ 2006-08-06 4:16 Davin Pearson
2006-08-06 4:31 ` Jesse Alama
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Davin Pearson @ 2006-08-06 4:16 UTC (permalink / raw)
Isn't it about time the developers
of Gnu Emacs thought about
implementing a tabbed-browsing
feature similar to XEmacs and
Mozilla Firefox.
Such a feature would be
appreciated greatly by Emacs
novices.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tabbed browsing in Gnu Emacs
2006-08-06 4:16 Tabbed browsing in Gnu Emacs Davin Pearson
@ 2006-08-06 4:31 ` Jesse Alama
2006-08-06 12:27 ` William Xu
[not found] ` <mailman.4920.1154867273.9609.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 6+ messages in thread
From: Jesse Alama @ 2006-08-06 4:31 UTC (permalink / raw)
"Davin Pearson" <davin.pearson@gmail.com> writes:
> Isn't it about time the developers
> of Gnu Emacs thought about
> implementing a tabbed-browsing
> feature similar to XEmacs and
> Mozilla Firefox.
>
> Such a feature would be
> appreciated greatly by Emacs
> novices.
How about elscreen (http://www.emacswiki.org/cgi-bin/wiki/EmacsLispScreen)?
Jesse
--
Jesse Alama (alama@stanford.edu)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tabbed browsing in Gnu Emacs
2006-08-06 4:16 Tabbed browsing in Gnu Emacs Davin Pearson
2006-08-06 4:31 ` Jesse Alama
@ 2006-08-06 12:27 ` William Xu
[not found] ` <mailman.4920.1154867273.9609.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 6+ messages in thread
From: William Xu @ 2006-08-06 12:27 UTC (permalink / raw)
"Davin Pearson" <davin.pearson@gmail.com> writes:
> Isn't it about time the developers of Gnu Emacs thought about
> implementing a tabbed-browsing feature similar to XEmacs and Mozilla
> Firefox.
>
> Such a feature would be appreciated greatly by Emacs novices.
This might be what you want,
http://www.emacswiki.org/cgi-bin/wiki/TabBarMode
But really, ido is the most efficient way of switching buffers..
--
William
QED.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tabbed browsing in Gnu Emacs
[not found] ` <mailman.4920.1154867273.9609.help-gnu-emacs@gnu.org>
@ 2006-08-07 2:52 ` Davin Pearson
2006-08-07 9:39 ` Tassilo Horn
2006-08-07 15:06 ` martin
0 siblings, 2 replies; 6+ messages in thread
From: Davin Pearson @ 2006-08-07 2:52 UTC (permalink / raw)
William Xu wrote:
> This might be what you want,
>
> http://www.emacswiki.org/cgi-bin/wiki/TabBarMode
It works for me. Thank you for pointing
out the link for me! Wouldn't it be a
good idea if this feature was included
with Gnu Emacs?
>
> But really, ido is the most efficient way of switching buffers..
>
What is IDO?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tabbed browsing in Gnu Emacs
2006-08-07 2:52 ` Davin Pearson
@ 2006-08-07 9:39 ` Tassilo Horn
2006-08-07 15:06 ` martin
1 sibling, 0 replies; 6+ messages in thread
From: Tassilo Horn @ 2006-08-07 9:39 UTC (permalink / raw)
"Davin Pearson" <davin.pearson@gmail.com> writes:
Hi Davin,
> What is IDO?
See
,----[ C-h f ido-mode RET ]
| ido-mode is an interactive compiled Lisp function in `ido.el'.
| (ido-mode &optional ARG)
|
| Toggle ido speed-ups on or off.
| With ARG, turn ido speed-up on if arg is positive, off otherwise.
| Turning on ido-mode will remap (via a minor-mode keymap) the default
| keybindings for the `find-file' and `switch-to-buffer' families of
| commands to the ido versions of these functions.
| However, if ARG arg equals 'files, remap only commands for files, or
| if it equals 'buffers, remap only commands for buffer switching. This
| function also adds a hook to the minibuffer.
`----
If you don't know it, give it a try.
Bye,
Tassilo
--
My opinions may have changed, but not the fact that I am right.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tabbed browsing in Gnu Emacs
2006-08-07 2:52 ` Davin Pearson
2006-08-07 9:39 ` Tassilo Horn
@ 2006-08-07 15:06 ` martin
1 sibling, 0 replies; 6+ messages in thread
From: martin @ 2006-08-07 15:06 UTC (permalink / raw)
"DP" == Davin Pearson <davin.pearson@gmail.com> writes:
DP> Newsgroups: gnu.emacs.help
DP> Date: 6 Aug 2006 19:52:22 -0700
DP> Organization: http://groups.google.com
DP>
DP> William Xu wrote:
>> This might be what you want,
>>
>> http://www.emacswiki.org/cgi-bin/wiki/TabBarMode
DP>
DP> It works for me. Thank you for pointing
DP> out the link for me! Wouldn't it be a
DP> good idea if this feature was included
DP> with Gnu Emacs?
DP>
>>
>> But really, ido is the most efficient way of switching buffers..
>>
DP>
DP>
DP> What is IDO?
DP>
DP>
http://www.cua.dk/ido.html
--
parozusa at web dot de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-08-07 15:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-06 4:16 Tabbed browsing in Gnu Emacs Davin Pearson
2006-08-06 4:31 ` Jesse Alama
2006-08-06 12:27 ` William Xu
[not found] ` <mailman.4920.1154867273.9609.help-gnu-emacs@gnu.org>
2006-08-07 2:52 ` Davin Pearson
2006-08-07 9:39 ` Tassilo Horn
2006-08-07 15:06 ` martin
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).