[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#424: new feature: killed-buffer
From: |
Stefan Monnier |
Subject: |
bug#424: new feature: killed-buffer |
Date: |
Tue, 17 Jun 2008 16:22:42 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> I'd like to propose a new feature for emacs: the capability to easily
> re-open previously killed buffers. Maybe someone else would appreciate it.
Could this be integrated with recentf, maybe?
> * require file-marker.el
> This is a second file, that defines the file-marker structure.
> Basically, it looks like a marker: it handles a filename and a
> point. But I can't use markers as they end with buffer death.
Why not use a bookmark?
Stefan