emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: adieu *scratch*


From: Juanma Barranquero
Subject: Re: adieu *scratch*
Date: Wed, 20 Dec 2006 22:05:08 +0100

On 12/20/06, Romain Francoise <address@hidden> wrote:

emacs-lock.el seems like a poor man's protbuf.el.

Some shortcomings (most, but not all, fixed in protbuf.el):

- Locking a buffer should be a minor mode.
 - There's no emacs-lock entry in minor-mode-alist, so there's no
visual clue in the modeline that a buffer is locked.
- You cannot make it be silent; trying the "locked" action always
triggers an error.
- It uses heuristics for shell and telnet buffers, instead of having
a specific mode for process buffers.
 - It uses kill-emacs-hook when kill-emacs-query-functions would be
more logical (and presumably more efficient).
- It has two conceptual flags: don't kill buffer, and don't exit
Emacs, but conflated in a single interface.
- It's documentation is so-so.

                   /L/e/k/t/u




reply via email to

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