Trying to like Chrome
Now that the Google Chrome browser is official for Linux and Mac, I've been trying to use it and like it. It's hard though. I keep looking for the tabs below the address bar, but Chrome decided to put them up higher. It's not a huge deal, but it's causes some friction. The other problem I noticed right away is when you get a bunch of tabs open, the tabs get really small, and the x button to close a tab is almost a full 1/4 of the entire tab. It's easy to click the x and close a tab when you don't mean to. In firefox this happens too, and the remedy is to click History->Recently Closed Tabs and get your tab back. No such option in Chrome. There is a list of recently closed pages, but if you click one of then, it doesn't open a new tab, it just switches the tab that you are on to the page in the history. Grr.
Comments
Another downside, I just noticed that there's no good replacement for the firefox plugin, It's All Text. I *love* that plugin and the only chrome equivalents require you to run some server that intermediates between chrome and your editor. It just doesn't work as well.
Like any good emacs user, I try to avoid the mouse whenever possible and I find that the x on the tab is not a problem for me. Learn the key bindings!
You really should give Edit with Emacs a go. If you already run an emacs --daemon it's really not overly dramatic to also run the edit-server.
Given the chrome architecture the only other option is some sort of binary plugin to spawn the editor which has a number of other problems associated with it.
Patches for both the Chrome and Emacs side are always gratefully received :-)
Alex