Is emacs the OS for MSNBC?

Have you noticed that lisp programmers have taken over the formatting of the dummy-notes on MSNBC?

First, what are dummy notes. Dummy notes are those phrases that show up near the bottom of the screen that summarize, in a word or two, what the person on the screen just said. What I've noticed is that the dummy notes are now preceded with a single quote. So, somewhere there is a list of dummy notes, with a producer or someone constantly adding to the bottom of the list, and some other producer or somebody, or a piece of software, selecting items off the top of the list and putting that item on the screen.

And, at present, the items come through with the apostrophe attached to the beginning of the item. This strongly argues that the computer programming language, lisp, which is a list processing language that uses this format, is at work here. Indeed, it suggests that this entire thing is being done in emacs.

Tags

More like this

Land of Lisp: Learn to Program in Lisp, One Game at a Time! is a book about lisp programming. If you are into programming for fun, artificial intelligence, role playing games, or an emacs user, you should take a look at this book. I've got some info on this book as well as a few others for the…
I've got a real treat for you pathological programming fans! Today, we're going to take a quick look at the worlds most *useful* pathological programming language: TECO. TECO is one of the most influential pieces of software ever written. If, by chance, you've ever heard of a little editor called "…
Scratch Programming Playground: Learn to Program by Making Cool Games is a brand new offering from No Starch Press. Never mind all the other programming books for kids, this is the best so far. It helps that the Scratch Programming environment is so easy to use and allows such creative…
UPDATE (January 2, 2016): The makers of Scrivener have decided to abandon their Linux project. Kudos for them for giving it a try. The Scrivener on Linux users were not many, and almost nobody donated to the project, and as far as I can tell, the project was not OpenSource and thus could not have…

Excel also uses this format for text. It used to be that you had to type the apostrophe to let Excel know the cell would be text rather than a number.

By Eric Robinson (not verified) on 06 Aug 2009 #permalink

Ya gotta admire emacs for its versatility. I used to encounter tales of highly skild nerds who used it for everything... mail, news, programming, general writing, games... everything. Of course, in those days, "everything" didn't encompass what it does now. It would be nice to think it's showing up again in this new-fangled task.

By John Swindle (not verified) on 06 Aug 2009 #permalink

This sounds like wild speculation. Do you really have any reason to suppose that the single quote or apostrophe has anything at all to do with Lisp, and Emacs in particular?

Even supposing it likely that some variety of Lisp were being used for this purpose, and supposing further that he used symbols instead of strings to store the words to be displayed on screen as "dummy notes", why would somebody acquainted with the language make such a gross error as to write the value of the symbol in Lisp format rather than converting it to a string for output as a word?

By Tony Sidaway (not verified) on 07 Aug 2009 #permalink

Yet another theory is that a database is being used and quotations are not being properly stripped from the text query results.

By MadScientist (not verified) on 07 Aug 2009 #permalink

The stories about Emacs geeks using it for "everything" are fairly accurate. I've used it for email, Usenet, contact lists and web browsing.

Am I the only nano fan who reads this blog? Call me a wuss, if you must...

By ancientTechie (not verified) on 07 Aug 2009 #permalink

ancientTechie, no, Nano is a fine editor. But admit it: when using emacs, don't you feel a sense of profundity? No?

By John Swindle (not verified) on 07 Aug 2009 #permalink

Greg: That vi "instruction" illustrates another reason to be grateful for emacs. Without it, we'd have been stuck with vi until things like nano came along.

By John Swindle (not verified) on 07 Aug 2009 #permalink