From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: xref and leaving "temporary" buffers open Date: Mon, 27 Jul 2015 20:32:08 -0500 Message-ID: <86wpxl9ief.fsf@stephe-leake.org> References: <55B2DC8F.3050305@yandex.ru> <55B3489C.2070009@gmx.at> <55B390CE.6020104@yandex.ru> <55B3994A.5010709@gmx.at> <55B3A0B6.6080101@yandex.ru> <55B3B0FC.3080004@gmx.at> <55B3EDBD.8050409@yandex.ru> <86h9oqbv6e.fsf@stephe-leake.org> <55B6562A.3070603@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438047172 25087 80.91.229.3 (28 Jul 2015 01:32:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jul 2015 01:32:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 28 03:32:41 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZJtl1-0007HQ-LV for ged-emacs-devel@m.gmane.org; Tue, 28 Jul 2015 03:32:39 +0200 Original-Received: from localhost ([::1]:56632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJtl0-0008GN-Rp for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2015 21:32:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJtkm-0008Fl-88 for emacs-devel@gnu.org; Mon, 27 Jul 2015 21:32:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJtki-0002WY-8x for emacs-devel@gnu.org; Mon, 27 Jul 2015 21:32:24 -0400 Original-Received: from gproxy5-pub.mail.unifiedlayer.com ([67.222.38.55]:56361) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZJtki-0002VJ-0o for emacs-devel@gnu.org; Mon, 27 Jul 2015 21:32:20 -0400 Original-Received: (qmail 17230 invoked by uid 0); 28 Jul 2015 01:32:16 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy5.mail.unifiedlayer.com with SMTP; 28 Jul 2015 01:32:15 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id xdYB1q00U2UdiVW01dYEEN; Mon, 27 Jul 2015 19:32:15 -0600 X-Authority-Analysis: v=2.1 cv=NJxGpSKg c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=y7kgw_RnJtkA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=zOBTXjUuO1YA:10 a=9sarxEH_Q3Ldj65yzAgA:9 Original-Received: from [76.218.37.33] (port=52822 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZJtka-000158-4P for emacs-devel@gnu.org; Mon, 27 Jul 2015 19:32:12 -0600 In-Reply-To: <55B6562A.3070603@gmx.at> (martin rudalics's message of "Mon, 27 Jul 2015 18:02:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.38.55 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188116 Archived-At: martin rudalics 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