[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: occur-hook changing the current buffer
From: |
Richard M. Stallman |
Subject: |
Re: occur-hook changing the current buffer |
Date: |
Tue, 21 Jun 2005 23:40:49 -0400 |
Now, I can easily change my function to do the right thing, but I
still feel that `occur-1' should be fixed by using
`save-current-buffer' around the call to "(run-hooks 'occur-hook). The
rationale being that setting the modified flag to nil on the wrong
buffer can lead to data loss.
You may as well install the patch. It can't hurt, and it can
prevent confusion.
- Re: occur-hook changing the current buffer, (continued)
- Re: occur-hook changing the current buffer, Juri Linkov, 2005/06/26
- Re: occur-hook changing the current buffer, Juanma Barranquero, 2005/06/27
- Re: occur-hook changing the current buffer, Richard M. Stallman, 2005/06/27
- Re: occur-hook changing the current buffer, Werner LEMBERG, 2005/06/27
- Re: occur-hook changing the current buffer, Juri Linkov, 2005/06/27
- Re: occur-hook changing the current buffer, Werner LEMBERG, 2005/06/28
- Re: occur-hook changing the current buffer, Richard M. Stallman, 2005/06/28
- Re: occur-hook changing the current buffer, Werner LEMBERG, 2005/06/29
- Re: occur-hook changing the current buffer, Richard M. Stallman, 2005/06/29
- Re: occur-hook changing the current buffer, Juanma Barranquero, 2005/06/22
Re: occur-hook changing the current buffer,
Richard M. Stallman <=