Automatically open read-only files in View mode

When you open read-only files in Emacs, you probably won’t want to attempt to save them. Emacs will warn you if you try and help you deal with it. However, most of the time, it is interruptive to your flow to deal with it—most of the time, we never want to modify read-only files.

In that case, View mode will make it easier for you:

Toggle View mode, a minor mode for viewing text but not editing it.

When View mode is enabled, commands that do not change the buffer contents are available as usual. Kill commands save text but do not delete it from the buffer. Most other commands beep and tell the user that the buffer is read-only.

Enable it automatically with

(setq view-read-only t)

Via EmacsWiki!

How to get “Local Pickup Only” items delivered to you

Great listings on online auction sites are often “Local Pickup Only”. It would help to have a friend who lives there who can ship it to you. If you don’t, then, fortunately, you can hire one.

I haven’t tried it yet, but sites like TaskRabbit seem to be the way to get stuff picked up and delivered to you.

I wish I knew about this when that perfect Macintosh SE/30 got listed in Los Angeles!

Org2Blog v1.1.11 Released

I just tagged Org2Blog v1.1.11. It’s got a few nice changes for easier blogging. It got a lot of changes to make it easier to contribute and report issues. After this, all of the work will bring it up to the current version of Emacs and Org mode. That work will begin in the v1.2.0 branch. For the sake of simplicity, consider it unstable (no matter how unlikely, that is where issues could show up). When it is ready, I’ll post it for people who want to test it out.

Happy Blogging!

Here is the change summary:

Continue reading “Org2Blog v1.1.11 Released”