emacs-devel
[Top][All Lists]
Advanced

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

Re: Gtk tabs in emacs, new branch.


From: Jan Djärv
Subject: Re: Gtk tabs in emacs, new branch.
Date: Thu, 01 Apr 2010 22:09:01 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4



Chong Yidong skrev 2010-04-01 20.50:
Jan Djärv<address@hidden>  writes:

Tabs isn't visible internally, it looks like just one frame at the
lisp level.  Window configurations are used when switching between
tabs.  I think this may cause flicker on slower machines.  Making
Emacs use Gtk+ double buffering here would help.  I may violate
running Lisp from C restrictions here, but I am not sure.  Tabs most
likely introduces new frame sizing errors.

I haven't had time to take a look at the implementation, but why do you
need to use window configurations?  It seems cleaner to treat each tab
as a separate frame, at both the C and Lisp levels.


Yes, but that kind of requires modifications to almost all .c-files. I just wanted something that does tabs like for example Firefox does.

        Jan D.




reply via email to

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