help-gnu-emacs
[Top][All Lists]
Advanced

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

buffers and files and plus ca la change and all that


From: OtherMichael
Subject: buffers and files and plus ca la change and all that
Date: Wed, 15 Oct 2008 09:01:39 -0700 (PDT)
User-agent: G2/1.0

some discussion over at StackOverflow:
http://stackoverflow.com/questions/195485/why-do-old-editors-like-vim-and-emacs-expose-the-difference-between-a-file-and#195668

Q: Why do old editors like Vim and Emacs expose the difference between
a File and a Buffer in the interface?

A: [.... B]because late binding between the buffer in the editor and
the actual concrete thing you're working on, gives the editing
environment more flexibility and power.

Think this is out of date? One place where the idea is back with a
vengeance is in the browser, where you don't have 1-1 correspondence
between tabs and web-pages. Instead, inside each tab you can navigate
forwards and backwards between multiple pages. No-one would try to
make an MDI type interface to the web, where each page had it's own
inner window. It would be impossibly fiddly to use. It just wouldn't
scale.


--the Other michael


reply via email to

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