[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Temporary notes in Emacs buffers?
From: |
John Yates |
Subject: |
Re: Temporary notes in Emacs buffers? |
Date: |
Thu, 2 Jan 2020 22:35:22 -0500 |
This broaches the question of what is being annotated,
the file as a container (e.g. inode) or its contents:
1. What happens when one moves the file?
2. What happens when one copies the file?
3. What if after the copy one deletes the original?
My sense is that this thread is most concerned with use
case number 1.
An approach not yet mentioned is including some form of
UUID as a file local variable. In such a setting notes
indirect through a persistent UUID-to-path map. A file
handler recognizes relevant operations on UUID annotated
and updates the map. This might also include updating
the new copy's UUID to preserve uniqueness.
/john
- RE: Temporary notes in Emacs buffers?, (continued)
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/01
- Re: Temporary notes in Emacs buffers?, John Yates, 2020/01/01
- Re: Temporary notes in Emacs buffers?, Michael Heerdegen, 2020/01/01
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/01
- Re: Temporary notes in Emacs buffers?, Michael Heerdegen, 2020/01/01
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/02
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/02
- Re: Temporary notes in Emacs buffers?, Michael Heerdegen, 2020/01/02
- Re: Temporary notes in Emacs buffers?,
John Yates <=
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/03
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/03
- Re: Temporary notes in Emacs buffers?, Michael Heerdegen, 2020/01/04
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/04
- Re: Temporary notes in Emacs buffers?, John Yates, 2020/01/06
- Re: Temporary notes in Emacs buffers?, tomas, 2020/01/06
- Re: Temporary notes in Emacs buffers?, John Yates, 2020/01/06
- Re: Temporary notes in Emacs buffers?, tomas, 2020/01/06
- Re: Temporary notes in Emacs buffers?, arthur miller, 2020/01/06
- RE: Temporary notes in Emacs buffers?, Drew Adams, 2020/01/03