[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xref and leaving "temporary" buffers open
From: |
Stephen Leake |
Subject: |
Re: xref and leaving "temporary" buffers open |
Date: |
Mon, 27 Jul 2015 20:32:08 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) |
martin rudalics <address@hidden> writes:
>>> (defvar-local buffer-hidden nil
>>> "When non-nil, this buffer is not returned by `buffer-list',
>>> unless passed a non-nil INCLUDE-HIDDEN argument.")
>>
>> That means you have to use set-buffer to check for the buffer-local
>> variable.
>
> Do you mean `buffer-local-value' wouldn't work for that variable?
Ah, I did not know about that function.
--
-- Stephe
- Re: xref and leaving "temporary" buffers open, (continued)
- Re: xref and leaving "temporary" buffers open, martin rudalics, 2015/07/25
- Re: xref and leaving "temporary" buffers open, Dmitry Gutov, 2015/07/25
- Re: xref and leaving "temporary" buffers open, martin rudalics, 2015/07/25
- Re: xref and leaving "temporary" buffers open, Dmitry Gutov, 2015/07/25
- Re: xref and leaving "temporary" buffers open, martin rudalics, 2015/07/26
- Re: xref and leaving "temporary" buffers open, Dmitry Gutov, 2015/07/26
- Re: xref and leaving "temporary" buffers open, martin rudalics, 2015/07/27
- Re: xref and leaving "temporary" buffers open, Stephen Leake, 2015/07/26
- Re: xref and leaving "temporary" buffers open, Dmitry Gutov, 2015/07/26
- Re: xref and leaving "temporary" buffers open, martin rudalics, 2015/07/27
- Re: xref and leaving "temporary" buffers open,
Stephen Leake <=
Re: xref and leaving "temporary" buffers open, Stephen Leake, 2015/07/25