all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ergus <spacibba@aol.com>
To: pauline-galea@gmx.com
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: cc-mode and hide-ifdef issue
Date: Thu, 27 May 2021 04:45:31 +0200	[thread overview]
Message-ID: <20210527024531.ismvqhcwbidlfjyz@Ergus> (raw)
In-Reply-To: 20210527024531.ismvqhcwbidlfjyz.ref@Ergus

Hi:

I am trying to use hide-ifdef to shadow code like:

#if 0
<code>
#endif

But I found that either

#if 0

or 

#if 1

produces the same result disabling the code inside.

Some slightly more complex examples like:

#define var 1
#ifdef var

doesn't work either (of course).

And when I try hif-evaluate-macro it says things like: 

false <= ‘#if 1’

or 

1 is not defined...

Do we have anything smarter in emacs to shows #if 0 codes? O is there
any extra customization or is there an issue in the package? any idea?

Also when I remove the #if macros from around the code the shadow face
persists.

Any help?




           reply	other threads:[~2021-05-27  2:45 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20210527024531.ismvqhcwbidlfjyz.ref@Ergus>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210527024531.ismvqhcwbidlfjyz@Ergus \
    --to=spacibba@aol.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=pauline-galea@gmx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.