From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug: isearch hides text that should be shown, ignoring all show variables Date: Sun, 18 Jan 2015 10:20:21 +0100 Message-ID: <87k30kqwbu.fsf@nicolasgoaziou.fr> References: <87a91hsp7p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCm0x-0006M6-TM for emacs-orgmode@gnu.org; Sun, 18 Jan 2015 04:19:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCm0t-0005lq-S2 for emacs-orgmode@gnu.org; Sun, 18 Jan 2015 04:19:23 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCm0t-0005lc-Le for emacs-orgmode@gnu.org; Sun, 18 Jan 2015 04:19:19 -0500 In-Reply-To: (Samuel Wales's message of "Sat, 17 Jan 2015 12:50:32 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > is it the case that doing org-reveal as an after defadvice to > org-show-context should guarantee canonical visibility? It guarantees canonical visibility with optional argument, i.e., (org-reveal t) I'm pondering if (org-reveal nil) is really useful or if it should always be (org-reveal t), in a sense. Regards,