GNU bug report logs - #5013
Enhancement to hideif.el

Previous Next

Package: emacs;

Reported by: Joe Matarazzo <joe.matarazzo <at> gmail.com>

Date: Mon, 23 Nov 2009 00:25:04 UTC

Severity: wishlist

Tags: fixed, moreinfo, patch

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #6 received at 5013 <at> debbugs.gnu.org (full text, mbox):

From: Tony Hecker <tonyhecker <at> gmail.com>
To: 5013 <at> debbugs.gnu.org
Subject: Re: Enhancement to hideif.el
Date: Mon, 28 Feb 2011 22:31:16 -0600
[Message part 1 (text/plain, inline)]
Hi,
I tested the hideif.el patch from Joe.  It works in some cases but does not
seem to work with a series of #elif's like this case:
#if 0
   function1();
#elif 1
   function2();  // should not be hidden but is hidden
#elif 0
   function3();
#elif 0
   function4();
#endif

I do not have a fix (at least not right now).

Thanks,
Tony
[Message part 2 (text/html, inline)]

This bug report was last modified 9 years and 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.