all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Ediff ignore-whitespace?
@ 2003-11-18 15:02 Michael Mercurio
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Mercurio @ 2003-11-18 15:02 UTC (permalink / raw)


Hi,

It seems that "ignore-whitepace" option in Ediff, used
to "skip over regions that differ only in whitespace
and linebreaks", does not consider "lack of
whitespace" between braces and parens in C and C++
statements.

As an example, it would be nice to ignore the
difference in whitepace and lack of whitespace between
the parens in the following regions:

  Region A:
    if ( (var1 == true) || (var2 == true) )

  Region B:
    if ((var1 == true) || (var2 == true))

Does anyone know how to make ediff behave this way?

Thanks,
m


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-11-20 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.220.1069171464.399.help-gnu-emacs@gnu.org>
2003-11-18 19:08 ` Ediff ignore-whitespace? Kevin Rodgers
2003-11-19  0:54   ` Kevin Rodgers
2003-11-20 16:44   ` kgold
2003-11-20 19:01     ` Kevin Rodgers
2003-11-18 15:02 Michael Mercurio

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.